Interface WebSocketServletHolder
-
public interface WebSocketServletHolder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetAttribute(String name)StringgetAuthType()StringgetContextPath()javax.servlet.DispatcherTypegetDispatcherType()StringgetLocalAddr()LocalegetLocale()Enumeration<Locale>getLocales()StringgetLocalName()intgetLocalPort()StringgetPathInfo()StringgetPathTranslated()StringgetProtocol()StringgetRemoteAddr()StringgetRemoteHost()intgetRemotePort()StringgetRequestURI()StringBuffergetRequestURL()StringgetScheme()StringgetServerName()intgetServerPort()javax.servlet.ServletContextgetServletContext()StringgetServletPath()PrincipalgetUserPrincipal()booleanisSecure()voidwrite(byte[] data, int offset, int length)
-
-
-
Method Detail
-
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
-
-