public interface WebSocketServletHolder
Modifier and Type | Method and Description |
---|---|
Object |
getAttribute(String name) |
String |
getAuthType() |
String |
getContextPath() |
javax.servlet.DispatcherType |
getDispatcherType() |
String |
getLocalAddr() |
Locale |
getLocale() |
Enumeration<Locale> |
getLocales() |
String |
getLocalName() |
int |
getLocalPort() |
String |
getPathInfo() |
String |
getPathTranslated() |
String |
getProtocol() |
String |
getRemoteAddr() |
String |
getRemoteHost() |
int |
getRemotePort() |
String |
getRequestURI() |
StringBuffer |
getRequestURL() |
String |
getScheme() |
String |
getServerName() |
int |
getServerPort() |
javax.servlet.ServletContext |
getServletContext() |
String |
getServletPath() |
Principal |
getUserPrincipal() |
boolean |
isSecure() |
void |
write(byte[] data,
int offset,
int length) |
String getAuthType()
String getContextPath()
String getLocalAddr()
String getLocalName()
int getLocalPort()
Locale getLocale()
Enumeration<Locale> getLocales()
String getProtocol()
String getRemoteAddr()
String getRemoteHost()
int getRemotePort()
String getRequestURI()
StringBuffer getRequestURL()
javax.servlet.DispatcherType getDispatcherType()
boolean isSecure()
String getPathInfo()
String getPathTranslated()
String getScheme()
String getServerName()
String getServletPath()
javax.servlet.ServletContext getServletContext()
int getServerPort()
Principal getUserPrincipal()
void write(byte[] data, int offset, int length) throws IOException
IOException
Apache CXF