Uses of Class
org.jboss.netty.handler.codec.http.websocketx.CloseWebSocketFrame
-
Packages that use CloseWebSocketFrame Package Description org.jboss.netty.handler.codec.http.websocketx 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 CloseWebSocketFrame Modifier and Type Method Description abstract ChannelFutureWebSocketServerHandshaker. close(Channel channel, CloseWebSocketFrame frame)Performs the closing handshakeChannelFutureWebSocketServerHandshaker00. close(Channel channel, CloseWebSocketFrame frame)Echo back the closing frameChannelFutureWebSocketServerHandshaker07. close(Channel channel, CloseWebSocketFrame frame)Echo back the closing frame and close the connectionChannelFutureWebSocketServerHandshaker08. close(Channel channel, CloseWebSocketFrame frame)Echo back the closing frame and close the connectionChannelFutureWebSocketServerHandshaker13. close(Channel channel, CloseWebSocketFrame frame)Echo back the closing frame and close the connection
-