Interface WebSocketServletHolder


public interface WebSocketServletHolder
  • 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

      Object getAttribute(String name)
    • write

      void write(byte[] data, int offset, int length) throws IOException
      Throws:
      IOException