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 |
---|---|
CloseWebSocketFrame |
CloseWebSocketFrame.copy() |
CloseWebSocketFrame |
CloseWebSocketFrame.duplicate() |
CloseWebSocketFrame |
CloseWebSocketFrame.retain() |
CloseWebSocketFrame |
CloseWebSocketFrame.retain(int increment) |
Modifier and Type | Method and Description |
---|---|
io.netty.channel.ChannelFuture |
WebSocketServerHandshaker.close(io.netty.channel.Channel channel,
CloseWebSocketFrame frame)
Performs the closing handshake
|
io.netty.channel.ChannelFuture |
WebSocketClientHandshaker.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,
io.netty.channel.ChannelPromise promise)
Echo back the closing frame
|
io.netty.channel.ChannelFuture |
WebSocketServerHandshaker.close(io.netty.channel.Channel channel,
CloseWebSocketFrame frame,
io.netty.channel.ChannelPromise promise)
Performs the closing handshake
|
io.netty.channel.ChannelFuture |
WebSocketClientHandshaker.close(io.netty.channel.Channel channel,
CloseWebSocketFrame frame,
io.netty.channel.ChannelPromise promise)
Performs the closing handshake
|
Copyright © 2008–2013 The Netty Project. All rights reserved.