public interface HandshakeRequest
| Modifier and Type | Field and Description | 
|---|---|
| static String | SEC_WEBSOCKET_EXTENSIONS | 
| static String | SEC_WEBSOCKET_KEY | 
| static String | SEC_WEBSOCKET_PROTOCOL | 
| static String | SEC_WEBSOCKET_VERSION | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<String,List<String>> | getHeaders() | 
| Object | getHttpSession()Get the HTTP Session object associated with this request. | 
| Map<String,List<String>> | getParameterMap() | 
| String | getQueryString() | 
| URI | getRequestURI() | 
| Principal | getUserPrincipal() | 
| boolean | isUserInRole(String role) | 
static final String SEC_WEBSOCKET_KEY
static final String SEC_WEBSOCKET_PROTOCOL
static final String SEC_WEBSOCKET_VERSION
static final String SEC_WEBSOCKET_EXTENSIONS
Principal getUserPrincipal()
URI getRequestURI()
boolean isUserInRole(String role)
Object getHttpSession()
String getQueryString()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.