Uses of Class
org.eclipse.jetty.websocket.api.extensions.Frame.Type
-
Packages that use Frame.Type Package Description org.eclipse.jetty.websocket.api.extensions Jetty WebSocket API : WebSocket Extension API -
-
Uses of Frame.Type in org.eclipse.jetty.websocket.api.extensions
Methods in org.eclipse.jetty.websocket.api.extensions that return Frame.Type Modifier and Type Method Description static Frame.TypeFrame.Type. from(byte op)Frame.TypeFrame. getType()static Frame.TypeFrame.Type. valueOf(java.lang.String name)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.
-