Uses of Class
io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
Packages that use CloseWebSocketFrame
Package
Description
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
-
Uses of CloseWebSocketFrame in io.netty.handler.codec.http.websocketx
Methods in io.netty.handler.codec.http.websocketx that return CloseWebSocketFrameModifier and TypeMethodDescriptionCloseWebSocketFrame.copy()CloseWebSocketFrame.duplicate()CloseWebSocketFrame.replace(io.netty.buffer.ByteBuf content) CloseWebSocketFrame.retain()CloseWebSocketFrame.retain(int increment) CloseWebSocketFrame.retainedDuplicate()CloseWebSocketFrame.touch()Methods in io.netty.handler.codec.http.websocketx with parameters of type CloseWebSocketFrameModifier and TypeMethodDescriptionio.netty.channel.ChannelFutureWebSocketClientHandshaker.close(io.netty.channel.ChannelHandlerContext ctx, CloseWebSocketFrame frame) Performs the closing handshakeio.netty.channel.ChannelFutureWebSocketClientHandshaker.close(io.netty.channel.ChannelHandlerContext ctx, CloseWebSocketFrame frame, io.netty.channel.ChannelPromise promise) Performs the closing handshakeio.netty.channel.ChannelFutureWebSocketClientHandshaker.close(io.netty.channel.Channel channel, CloseWebSocketFrame frame) Performs the closing handshake.io.netty.channel.ChannelFutureWebSocketClientHandshaker.close(io.netty.channel.Channel channel, CloseWebSocketFrame frame, io.netty.channel.ChannelPromise promise) Performs the closing handshake When called from within aChannelHandleryou most likely want to useWebSocketClientHandshaker.close(ChannelHandlerContext, CloseWebSocketFrame, ChannelPromise).io.netty.channel.ChannelFutureWebSocketServerHandshaker.close(io.netty.channel.ChannelHandlerContext ctx, CloseWebSocketFrame frame) Performs the closing handshake.io.netty.channel.ChannelFutureWebSocketServerHandshaker.close(io.netty.channel.ChannelHandlerContext ctx, CloseWebSocketFrame frame, io.netty.channel.ChannelPromise promise) Performs the closing handshake.io.netty.channel.ChannelFutureWebSocketServerHandshaker.close(io.netty.channel.Channel channel, CloseWebSocketFrame frame) Performs the closing handshake.io.netty.channel.ChannelFutureWebSocketServerHandshaker.close(io.netty.channel.Channel channel, CloseWebSocketFrame frame, io.netty.channel.ChannelPromise promise) Performs the closing handshake.io.netty.channel.ChannelFutureWebSocketServerHandshaker00.close(io.netty.channel.ChannelHandlerContext ctx, CloseWebSocketFrame frame, io.netty.channel.ChannelPromise promise) Echo back the closing frameio.netty.channel.ChannelFutureWebSocketServerHandshaker00.close(io.netty.channel.Channel channel, CloseWebSocketFrame frame, io.netty.channel.ChannelPromise promise) Echo back the closing frame