Package | Description |
---|---|
io.netty.handler.codec.http.websocketx |
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
|
Modifier and Type | Method and Description |
---|---|
io.netty.channel.ChannelFuture |
WebSocketServerHandshaker13.close(io.netty.channel.Channel channel,
CloseWebSocketFrame frame)
Echo back the closing frame and close the connection
|
abstract io.netty.channel.ChannelFuture |
WebSocketServerHandshaker.close(io.netty.channel.Channel channel,
CloseWebSocketFrame frame)
Performs the closing handshake
|
io.netty.channel.ChannelFuture |
WebSocketServerHandshaker00.close(io.netty.channel.Channel channel,
CloseWebSocketFrame frame)
Echo back the closing frame
|
io.netty.channel.ChannelFuture |
WebSocketServerHandshaker08.close(io.netty.channel.Channel channel,
CloseWebSocketFrame frame)
Echo back the closing frame and close the connection
|
Copyright © 2008-2012 The Netty Project. All Rights Reserved.