Uses of Enum Class
io.gravitee.gateway.api.ws.WebSocketFrame.Type
Packages that use WebSocketFrame.Type
-
Uses of WebSocketFrame.Type in io.gravitee.gateway.api.ws
Methods in io.gravitee.gateway.api.ws that return WebSocketFrame.TypeModifier and TypeMethodDescriptionWebSocketFrame.type()static WebSocketFrame.TypeReturns the enum constant of this class with the specified name.static WebSocketFrame.Type[]WebSocketFrame.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.