Package | Description |
---|---|
org.apache.tomcat.websocket | |
org.apache.tomcat.websocket.pojo |
This package provides the necessary plumbing to convert an annotated POJO
into a WebSocket
Endpoint . |
org.apache.tomcat.websocket.server |
Server-side specific implementation classes.
|
Class and Description |
---|
AsyncChannelWrapper
This is a wrapper for a
AsynchronousSocketChannel
that limits the methods available thereby simplifying the process of
implementing SSL/TLS support since there are fewer methods to intercept. |
BackgroundProcess |
BackgroundProcessManager
Provides a background processing mechanism that triggers roughly once a
second.
|
DecoderEntry |
InstanceFactory
Factory that creates fully injected component instances.
|
InstanceHandle
A handle for a container managed instance.
|
MessageHandlerResultType |
Transformation
The internal representation of the transformation that a WebSocket extension
performs on a message.
|
TransformationFactory |
TransformationResult |
WsFrameBase
Takes the ServletInputStream, processes the WebSocket frames it contains and
extracts the messages.
|
WsRemoteEndpointBase |
WsRemoteEndpointImplBase |
WsSession |
WsWebSocketContainer |
Class and Description |
---|
InstanceHandle
A handle for a container managed instance.
|
WrappedMessageHandler |
Class and Description |
---|
BackgroundProcess |
Transformation
The internal representation of the transformation that a WebSocket extension
performs on a message.
|
WsFrameBase
Takes the ServletInputStream, processes the WebSocket frames it contains and
extracts the messages.
|
WsRemoteEndpointImplBase |
WsSession |
WsWebSocketContainer |
Copyright © 2016 JBoss by Red Hat. All rights reserved.