Package | Description |
---|---|
org.apache.tomcat.websocket.server |
Server-side specific implementation classes.
|
Modifier and Type | Method and Description |
---|---|
static void |
UpgradeUtil.doUpgrade(WsServerContainer sc,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
ServerEndpointConfig sec,
Map<String,String> pathParams) |
void |
WsHttpUpgradeHandler.preInit(Endpoint ep,
EndpointConfig endpointConfig,
WsServerContainer wsc,
WsHandshakeRequest handshakeRequest,
List<Extension> negotiatedExtensionsPhase2,
String subProtocol,
Transformation transformation,
Map<String,String> pathParameters,
boolean secure) |
Constructor and Description |
---|
WsRemoteEndpointImplServer(AbstractServletOutputStream sos,
WsServerContainer serverContainer) |
WsSessionListener(WsServerContainer wsServerContainer) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.