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 ChannelFuture
WebSocketServerHandshaker. close(Channel channel, CloseWebSocketFrame frame)
Performs the closing handshakeChannelFuture
WebSocketServerHandshaker00. close(Channel channel, CloseWebSocketFrame frame)
Echo back the closing frameChannelFuture
WebSocketServerHandshaker07. close(Channel channel, CloseWebSocketFrame frame)
Echo back the closing frame and close the connectionChannelFuture
WebSocketServerHandshaker08. close(Channel channel, CloseWebSocketFrame frame)
Echo back the closing frame and close the connectionChannelFuture
WebSocketServerHandshaker13. close(Channel channel, CloseWebSocketFrame frame)
Echo back the closing frame and close the connection
-