Uses of Class
io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.ClientHandshakeStateEvent
-
Packages that use WebSocketClientProtocolHandler.ClientHandshakeStateEvent Package Description io.netty.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames. -
-
Uses of WebSocketClientProtocolHandler.ClientHandshakeStateEvent in io.netty.handler.codec.http.websocketx
Methods in io.netty.handler.codec.http.websocketx that return WebSocketClientProtocolHandler.ClientHandshakeStateEvent Modifier and Type Method Description static WebSocketClientProtocolHandler.ClientHandshakeStateEventWebSocketClientProtocolHandler.ClientHandshakeStateEvent. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WebSocketClientProtocolHandler.ClientHandshakeStateEvent[]WebSocketClientProtocolHandler.ClientHandshakeStateEvent. values()Returns an array containing the constants of this enum type, in the order they are declared.
-