Uses of Class
io.netty5.handler.codec.http.websocketx.CloseWebSocketFrame
-
Packages that use CloseWebSocketFrame Package Description io.netty5.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames. -
-
Uses of CloseWebSocketFrame in io.netty5.handler.codec.http.websocketx
Methods in io.netty5.handler.codec.http.websocketx with parameters of type CloseWebSocketFrame Modifier and Type Method Description io.netty5.util.concurrent.Future<Void>
WebSocketClientHandshaker. close(io.netty5.channel.ChannelHandlerContext ctx, CloseWebSocketFrame frame)
Performs the closing handshakeio.netty5.util.concurrent.Future<Void>
WebSocketClientHandshaker. close(io.netty5.channel.Channel channel, CloseWebSocketFrame frame)
Performs the closing handshake.io.netty5.util.concurrent.Future<Void>
WebSocketServerHandshaker. close(io.netty5.channel.ChannelHandlerContext ctx, CloseWebSocketFrame frame)
Performs the closing handshake.io.netty5.util.concurrent.Future<Void>
WebSocketServerHandshaker. close(io.netty5.channel.Channel channel, CloseWebSocketFrame frame)
Performs the closing handshake.
-