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