Example usage for Java javax.websocket.server HandshakeRequest fields, constructors, methods, implement or subclass
The text is from its open source code.
Map | getHeaders() |
Object | getHttpSession() Get the HTTP Session object associated with this request. |
Map | getParameterMap() |
String | getQueryString() |
URI | getRequestURI() |
Principal | getUserPrincipal() |