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