Uses of Enum Class
org.eclipse.jetty.websocket.api.Frame.Type
Packages that use Frame.Type
-
Uses of Frame.Type in org.eclipse.jetty.websocket.api
Methods in org.eclipse.jetty.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.