See: Description
| Class | Description |
|---|---|
| AbstractGlassFishRequestUpgradeStrategy |
GlassFish support for upgrading a request during a WebSocket handshake.
|
| AbstractStandardUpgradeStrategy |
A base class for
RequestUpgradeStrategy implementations that build on the
standard WebSocket API for Java. |
| GlassFish40RequestUpgradeStrategy |
Extension of the
AbstractGlassFishRequestUpgradeStrategy that provides support
for only GlassFish 4.0. |
| GlassFishRequestUpgradeStrategy |
Extension of the
AbstractGlassFishRequestUpgradeStrategy that provides support
for GlassFish 4.0.1 and beyond. |
| HandshakeInterceptorChain |
A helper class that assists with invoking a list of handshake interceptors.
|
| HttpSessionHandshakeInterceptor |
An interceptor to copy HTTP session attributes into the map of "handshake attributes"
made available through
WebSocketSession.getHandshakeAttributes(). |
| JettyRequestUpgradeStrategy |
RequestUpgradeStrategy for use with Jetty 9. |
| TomcatRequestUpgradeStrategy |
Tomcat support for upgrading an
HttpServletRequest during a WebSocket
handshake. |
| WebSocketHttpRequestHandler |
A
HttpRequestHandler for processing WebSocket handshake requests. |