Interface WebSocketServletHolder
public interface WebSocketServletHolder
-
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(String name) jakarta.servlet.DispatcherTypeintintintjakarta.servlet.ServletContextbooleanisSecure()voidwrite(byte[] data, int offset, int length)
-
Method Details
-
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
jakarta.servlet.DispatcherType getDispatcherType() -
isSecure
boolean isSecure() -
getPathInfo
String getPathInfo() -
getPathTranslated
String getPathTranslated() -
getScheme
String getScheme() -
getServerName
String getServerName() -
getServletPath
String getServletPath() -
getServletContext
jakarta.servlet.ServletContext getServletContext() -
getServerPort
int getServerPort() -
getUserPrincipal
Principal getUserPrincipal() -
getAttribute
-
write
- Throws:
IOException
-