Uses of Enum
org.jboss.netty.handler.codec.http.websocketx.WebSocketFrameType
Packages that use WebSocketFrameType
Package
Description
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 WebSocketFrameTypeModifier and TypeMethodDescriptionstatic WebSocketFrameType
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.