Uses of Class
org.jboss.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 org.jboss.netty.handler.codec.http.websocketx
Methods in org.jboss.netty.handler.codec.http.websocketx with parameters of type CloseWebSocketFrameModifier and TypeMethodDescriptionabstract ChannelFutureWebSocketServerHandshaker.close(Channel channel, CloseWebSocketFrame frame) Performs the closing handshakeWebSocketServerHandshaker00.close(Channel channel, CloseWebSocketFrame frame) Echo back the closing frameWebSocketServerHandshaker07.close(Channel channel, CloseWebSocketFrame frame) Echo back the closing frame and close the connectionWebSocketServerHandshaker08.close(Channel channel, CloseWebSocketFrame frame) Echo back the closing frame and close the connectionWebSocketServerHandshaker13.close(Channel channel, CloseWebSocketFrame frame) Echo back the closing frame and close the connection