程序包 | 说明 |
---|---|
io.netty.example.http.websocketx.client | |
io.netty.example.http.websocketx.server |
This package contains an example web socket web server.
|
io.netty.example.stomp.websocket | |
io.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
io.netty.handler.codec.http.websocketx.extensions |
Encoder, decoder, handshakers to handle
WebSocket Extensions.
|
类和说明 |
---|
WebSocketClientHandshaker
Base class for web socket client handshake implementations
|
类和说明 |
---|
WebSocketFrame
Base class for web socket frames.
|
类和说明 |
---|
WebSocketFrame
Base class for web socket frames.
|
类和说明 |
---|
BinaryWebSocketFrame
Web Socket frame containing binary data.
|
CloseWebSocketFrame
Web Socket Frame for closing the connection.
|
ContinuationWebSocketFrame
Web Socket continuation frame containing continuation text or binary data.
|
PingWebSocketFrame
Web Socket frame containing binary data.
|
PongWebSocketFrame
Web Socket frame containing binary data.
|
TextWebSocketFrame
Web Socket text frame.
|
WebSocket08FrameDecoder
Decodes a web socket frame from wire protocol version 8 format.
|
WebSocket08FrameEncoder
Encodes a web socket frame into wire protocol version 8 format.
|
WebSocketClientHandshakeException
Client exception during handshaking process.
|
WebSocketClientHandshaker
Base class for web socket client handshake implementations
|
WebSocketClientHandshaker00
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol-
00
A very large portion of this code was taken from the Netty 3.2 HTTP example.
|
WebSocketClientHandshaker07
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol-
10
|
WebSocketClientHandshaker08
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol-
10
|
WebSocketClientHandshaker13
Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol-
17
|
WebSocketClientProtocolConfig
WebSocket server configuration.
|
WebSocketClientProtocolConfig.Builder |
WebSocketClientProtocolHandler.ClientHandshakeStateEvent
Events that are fired to notify about handshake status
|
WebSocketCloseStatus
WebSocket status codes specified in RFC-6455.
|
WebSocketDecoderConfig
Frames decoder configuration.
|
WebSocketDecoderConfig.Builder |
WebSocketFrame
Base class for web socket frames.
|
WebSocketFrameDecoder
Marker interface which all WebSocketFrame decoders need to implement.
|
WebSocketFrameEncoder
Marker interface which all WebSocketFrame encoders need to implement.
|
WebSocketHandshakeException
Exception during handshaking process
|
WebSocketScheme
Defines the common schemes used for the WebSocket protocol as defined by
rfc6455.
|
WebSocketServerHandshakeException
Server exception during handshaking process.
|
WebSocketServerHandshaker
Base class for server side web socket opening and closing handshakes
|
WebSocketServerProtocolConfig
WebSocket server configuration.
|
WebSocketServerProtocolConfig.Builder |
WebSocketServerProtocolHandler.ServerHandshakeStateEvent
Events that are fired to notify about handshake status
|
WebSocketVersion
Versions of the web socket specification.
|
类和说明 |
---|
WebSocketFrame
Base class for web socket frames.
|