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 APIorg.eclipse.jetty.websocket.common Jetty WebSocket Common : Implementation [Internal Use Only]org.eclipse.jetty.websocket.common.frames -
-
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. -
Uses of Frame.Type in org.eclipse.jetty.websocket.common
Methods in org.eclipse.jetty.websocket.common that return Frame.Type Modifier and Type Method Description Frame.TypeWebSocketFrame. getType() -
Uses of Frame.Type in org.eclipse.jetty.websocket.common.frames
Methods in org.eclipse.jetty.websocket.common.frames that return Frame.Type Modifier and Type Method Description Frame.TypeBinaryFrame. getType()Frame.TypeCloseFrame. getType()Frame.TypeContinuationFrame. getType()Frame.TypePingFrame. getType()Frame.TypePongFrame. getType()Frame.TypeReadOnlyDelegatedFrame. getType()Frame.TypeTextFrame. getType()
-