Package | Description |
---|---|
org.apache.tomcat.websocket | |
org.apache.tomcat.websocket.server |
Server-side specific implementation classes.
|
Modifier and Type | Field and Description |
---|---|
protected WsSession |
WsFrameBase.wsSession |
Modifier and Type | Method and Description |
---|---|
protected void |
WsWebSocketContainer.registerSession(Endpoint endpoint,
WsSession wsSession) |
protected void |
WsRemoteEndpointImplBase.setSession(WsSession wsSession) |
protected void |
WsWebSocketContainer.unregisterSession(Endpoint endpoint,
WsSession wsSession) |
Constructor and Description |
---|
WsFrameBase(WsSession wsSession,
Transformation transformation) |
WsFrameClient(ByteBuffer response,
AsyncChannelWrapper channel,
WsSession wsSession,
Transformation transformation) |
Modifier and Type | Method and Description |
---|---|
protected void |
WsServerContainer.registerSession(Endpoint endpoint,
WsSession wsSession)
Overridden to make it visible to other classes in this package.
|
protected void |
WsServerContainer.unregisterSession(Endpoint endpoint,
WsSession wsSession)
Overridden to make it visible to other classes in this package.
|
Constructor and Description |
---|
WsFrameServer(AbstractServletInputStream sis,
WsSession wsSession,
Transformation transformation) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.