Interface HandshakeRequest


public interface HandshakeRequest
Represents the HTTP request that asked to be upgraded to WebSocket.
  • Field Details Link icon

  • Method Details Link icon

    • getHeaders Link icon

      Map<String, List<String>> getHeaders()
    • getUserPrincipal Link icon

      Principal getUserPrincipal()
    • getRequestURI Link icon

      URI getRequestURI()
    • isUserInRole Link icon

      boolean isUserInRole(String role)
    • getHttpSession Link icon

      Object getHttpSession()
      Get the HTTP Session object associated with this request. Object is used to avoid a direct dependency on the Servlet API.
      Returns:
      The javax.servlet.http.HttpSession object associated with this request, if any.
    • getParameterMap Link icon

      Map<String, List<String>> getParameterMap()
    • getQueryString Link icon

      String getQueryString()