Uses of Class
io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
-
Packages that use WebSocketCloseStatus Package Description io.netty.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames. -
-
Uses of WebSocketCloseStatus in io.netty.handler.codec.http.websocketx
Methods in io.netty.handler.codec.http.websocketx that return WebSocketCloseStatus Modifier and Type Method Description WebSocketCloseStatusCorruptedWebSocketFrameException. closeStatus()WebSocketCloseStatusWebSocketClientProtocolConfig. sendCloseFrame()WebSocketCloseStatusWebSocketServerProtocolConfig. sendCloseFrame()static WebSocketCloseStatusWebSocketCloseStatus. valueOf(int code)Methods in io.netty.handler.codec.http.websocketx with parameters of type WebSocketCloseStatus Modifier and Type Method Description intWebSocketCloseStatus. compareTo(WebSocketCloseStatus o)Order ofWebSocketCloseStatusonly depends oncode().WebSocketClientProtocolConfig.BuilderWebSocketClientProtocolConfig.Builder. sendCloseFrame(WebSocketCloseStatus sendCloseFrame)Close frame to send, when close frame was not send manually.WebSocketServerProtocolConfig.BuilderWebSocketServerProtocolConfig.Builder. sendCloseFrame(WebSocketCloseStatus sendCloseFrame)Close frame to send, when close frame was not send manually.Constructors in io.netty.handler.codec.http.websocketx with parameters of type WebSocketCloseStatus Constructor Description CloseWebSocketFrame(WebSocketCloseStatus status)Creates a new empty close frame with closing status code and reason textCloseWebSocketFrame(WebSocketCloseStatus status, java.lang.String reasonText)Creates a new empty close frame with closing status code and reason textCorruptedWebSocketFrameException(WebSocketCloseStatus status, java.lang.String message)Creates a new instance.CorruptedWebSocketFrameException(WebSocketCloseStatus status, java.lang.String message, java.lang.Throwable cause)Creates a new instance.CorruptedWebSocketFrameException(WebSocketCloseStatus status, java.lang.Throwable cause)Creates a new instance.
-