| Package | Description |
|---|---|
| io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
| io.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHttpRequest
The default
HttpRequest implementation. |
| Modifier and Type | Method and Description |
|---|---|
io.netty.channel.ChannelFuture |
WebSocketServerHandshaker13.handshake(io.netty.channel.Channel channel,
HttpRequest req)
Handle the web socket handshake for the web socket specification HyBi versions 13-17.
|
abstract io.netty.channel.ChannelFuture |
WebSocketServerHandshaker.handshake(io.netty.channel.Channel channel,
HttpRequest req)
Performs the opening handshake
|
io.netty.channel.ChannelFuture |
WebSocketServerHandshaker00.handshake(io.netty.channel.Channel channel,
HttpRequest req)
Handle the web socket handshake for the web socket specification HyBi version 0 and lower.
|
io.netty.channel.ChannelFuture |
WebSocketServerHandshaker08.handshake(io.netty.channel.Channel channel,
HttpRequest req)
Handle the web socket handshake for the web socket specification HyBi version 8 to 10.
|
WebSocketServerHandshaker |
WebSocketServerHandshakerFactory.newHandshaker(HttpRequest req)
Instances a new handshaker
|
Copyright © 2008-2012 The Netty Project. All Rights Reserved.