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
Subclasses with type arguments of type WebSocketFrameType in org.jboss.netty.handler.codec.http.websocketxMethods in org.jboss.netty.handler.codec.http.websocketx that return WebSocketFrameTypeModifier and TypeMethodDescriptionstatic WebSocketFrameTypeReturns 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.