Uses of Enum
org.eclipse.jetty.websocket.api.extensions.Frame.Type
Packages that use Frame.Type
Package
Description
Jetty WebSocket API : WebSocket Extension API
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of Frame.Type in org.eclipse.jetty.websocket.api.extensions
Methods in org.eclipse.jetty.websocket.api.extensions that return Frame.TypeModifier and TypeMethodDescriptionstatic Frame.Type
Frame.Type.from
(byte op) Frame.getType()
static Frame.Type
Returns the enum constant of this type with the specified name.static Frame.Type[]
Frame.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Frame.Type in org.eclipse.jetty.websocket.common
Methods in org.eclipse.jetty.websocket.common that return Frame.Type -
Uses of Frame.Type in org.eclipse.jetty.websocket.common.frames
Methods in org.eclipse.jetty.websocket.common.frames that return Frame.Type