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
When called from within a
ChannelHandler you most likely want to use
WebSocketClientHandshaker.close(ChannelHandlerContext, CloseWebSocketFrame, ChannelPromise) . |
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.ChannelHandlerContext ctx,
CloseWebSocketFrame frame)
Performs the closing handshake
|
io.netty.channel.ChannelFuture |
WebSocketServerHandshaker.close(io.netty.channel.ChannelHandlerContext ctx,
CloseWebSocketFrame frame)
Performs the closing handshake.
|
io.netty.channel.ChannelFuture |
WebSocketClientHandshaker.close(io.netty.channel.ChannelHandlerContext ctx,
CloseWebSocketFrame frame,
io.netty.channel.ChannelPromise promise)
Performs the closing handshake
|
io.netty.channel.ChannelFuture |
WebSocketServerHandshaker00.close(io.netty.channel.ChannelHandlerContext ctx,
CloseWebSocketFrame frame,
io.netty.channel.ChannelPromise promise)
Echo back the closing frame
|
io.netty.channel.ChannelFuture |
WebSocketServerHandshaker.close(io.netty.channel.ChannelHandlerContext ctx,
CloseWebSocketFrame frame,
io.netty.channel.ChannelPromise promise)
Performs the closing handshake.
|
Copyright © 2008–2023 The Netty Project. All rights reserved.