Package | Description |
---|---|
org.apache.tomcat.websocket | |
org.apache.tomcat.websocket.server |
Server-side specific implementation classes.
|
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 |
WsServerContainer
Provides a per class loader (i.e.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.