Package | Description |
---|---|
org.apache.tomcat.websocket | |
org.apache.tomcat.websocket.server |
Server-side specific implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
WsRemoteEndpointImplClient |
Modifier and Type | Field and Description |
---|---|
protected WsRemoteEndpointImplBase |
WsRemoteEndpointBase.base |
Constructor and Description |
---|
WsSession(Endpoint localEndpoint,
WsRemoteEndpointImplBase wsRemoteEndpoint,
WsWebSocketContainer wsWebSocketContainer,
URI requestUri,
Map<String,List<String>> requestParameterMap,
String queryString,
Principal userPrincipal,
String httpSessionId,
List<Extension> negotiatedExtensions,
String subProtocol,
Map<String,String> pathParameters,
boolean secure,
EndpointConfig endpointConfig)
Creates a new WebSocket session for communication between the two
provided end points.
|
Modifier and Type | Class and Description |
---|---|
class |
WsRemoteEndpointImplServer
This is the server side
RemoteEndpoint implementation
- i.e. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.