| 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.replace(io.netty.buffer.ByteBuf content)  | 
CloseWebSocketFrame | 
CloseWebSocketFrame.retain()  | 
CloseWebSocketFrame | 
CloseWebSocketFrame.retain(int increment)  | 
CloseWebSocketFrame | 
CloseWebSocketFrame.retainedDuplicate()  | 
CloseWebSocketFrame | 
CloseWebSocketFrame.touch()  | 
CloseWebSocketFrame | 
CloseWebSocketFrame.touch(Object hint)  | 
| Modifier and Type | Method and Description | 
|---|---|
io.netty.channel.ChannelFuture | 
WebSocketClientHandshaker.close(io.netty.channel.Channel channel,
     CloseWebSocketFrame frame)
Performs the closing handshake 
 | 
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,
     io.netty.channel.ChannelPromise promise)
Performs the closing handshake 
 | 
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 | 
WebSocketServerHandshaker00.close(io.netty.channel.Channel channel,
     CloseWebSocketFrame frame,
     io.netty.channel.ChannelPromise promise)
Echo back the closing frame 
 | 
Copyright © 2008–2017 The Netty Project. All rights reserved.