See: Description
Class | Description |
---|---|
Jetty10WebSocketHandlerAdapter |
Identical to
JettyWebSocketHandlerAdapter , only excluding the
onWebSocketFrame method, since the Frame argument has moved
to a different package in Jetty 10. |
JettyWebSocketHandlerAdapter |
Adapts
WebSocketHandler to the Jetty 9 WebSocket API. |
JettyWebSocketSession |
A
WebSocketSession for use with the Jetty 9.4 WebSocket API. |
WebSocketToJettyExtensionConfigAdapter |
Adapter class to convert a
WebSocketExtension to a Jetty
ExtensionConfig . |