org.apache.cxf.transport.websocket
Interface WebSocketServletHolder
- All Known Implementing Classes:
- AtmosphereWebSocketHandler.AtmosphereWebSocketServletHolder
public interface WebSocketServletHolder
getAuthType
String getAuthType()
getContextPath
String getContextPath()
getLocalAddr
String getLocalAddr()
getLocalName
String getLocalName()
getLocalPort
int getLocalPort()
getLocale
Locale getLocale()
getLocales
Enumeration<Locale> getLocales()
getProtocol
String getProtocol()
getRemoteAddr
String getRemoteAddr()
getRemoteHost
String getRemoteHost()
getRemotePort
int getRemotePort()
getRequestURI
String getRequestURI()
getRequestURL
StringBuffer getRequestURL()
getDispatcherType
javax.servlet.DispatcherType getDispatcherType()
isSecure
boolean isSecure()
getPathInfo
String getPathInfo()
getPathTranslated
String getPathTranslated()
getScheme
String getScheme()
getServerName
String getServerName()
getServletPath
String getServletPath()
getServletContext
javax.servlet.ServletContext getServletContext()
getServerPort
int getServerPort()
getUserPrincipal
Principal getUserPrincipal()
write
void write(byte[] data,
int offset,
int length)
throws IOException
- Throws:
IOException
Apache CXF