PongMessage
from the given ByteBuffer
.PongMessage
implementationWebSocketConnectionCallback
implementation which will setuo the UndertowSession
and notify
the Endpoint
about the new session.HandshakeRequest
which wraps a WebSocketHttpExchange
to act on it.HandshakeResponse
which wraps a WebSocketHttpExchange
to act on it.ConfiguredServerEndpoint
which was used while create the WebSocketChannel
.Encoder
can be used.Encoder
can be used.Hybi07Handshake
sub-class which takes care of match against the ServerEndpointConfig
and
stored the config in the attributes for later usage.Hybi08Handshake
sub-class which takes care of match against the ServerEndpointConfig
and
stored the config in the attributes for later usage.Hybi13Handshake
sub-class which takes care of match against the ServerEndpointConfig
and
stored the config in the attributes for later usage.ServerContainer
implementation which allows to deploy endpoints for a server.ConfiguredServerEndpoint
which is used to create the WebSocketChannel
.Session
implementation which makes use of the high-level WebSocket API of undertow under the hood.Copyright © 2015. All rights reserved.