Package | Description |
---|---|
org.apache.tomcat.websocket | |
org.apache.tomcat.websocket.server |
Server-side specific implementation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
PerMessageDeflate |
Modifier and Type | Method and Description |
---|---|
Transformation |
TransformationFactory.create(String name,
List<List<Extension.Parameter>> preferences,
boolean isServer) |
protected Transformation |
WsFrameBase.getTransformation() |
Modifier and Type | Method and Description |
---|---|
void |
PerMessageDeflate.setNext(Transformation t) |
void |
Transformation.setNext(Transformation t)
Sets the next transformation in the pipeline.
|
protected void |
WsRemoteEndpointImplBase.setTransformation(Transformation transformation) |
Constructor and Description |
---|
WsFrameBase(WsSession wsSession,
Transformation transformation) |
WsFrameClient(ByteBuffer response,
AsyncChannelWrapper channel,
WsSession wsSession,
Transformation transformation) |
Modifier and Type | Method and Description |
---|---|
protected Transformation |
WsFrameServer.getTransformation() |
Modifier and Type | Method and Description |
---|---|
void |
WsHttpUpgradeHandler.preInit(Endpoint ep,
EndpointConfig endpointConfig,
WsServerContainer wsc,
WsHandshakeRequest handshakeRequest,
List<Extension> negotiatedExtensionsPhase2,
String subProtocol,
Transformation transformation,
Map<String,String> pathParameters,
boolean secure) |
protected void |
WsRemoteEndpointImplServer.setTransformation(Transformation transformation) |
Constructor and Description |
---|
WsFrameServer(AbstractServletInputStream sis,
WsSession wsSession,
Transformation transformation) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.