Uses of Enum
org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.MsgType
Packages that use WebSocketRemoteEndpoint.MsgType
Package
Description
Jetty WebSocket Common : Implementation [Internal Use Only]
-
Uses of WebSocketRemoteEndpoint.MsgType in org.eclipse.jetty.websocket.common
Methods in org.eclipse.jetty.websocket.common that return WebSocketRemoteEndpoint.MsgTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static WebSocketRemoteEndpoint.MsgType[]
WebSocketRemoteEndpoint.MsgType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jetty.websocket.common with parameters of type WebSocketRemoteEndpoint.MsgTypeModifier and TypeMethodDescriptionprivate boolean
WebSocketRemoteEndpoint.lockMsg
(WebSocketRemoteEndpoint.MsgType type) private void
WebSocketRemoteEndpoint.unlockMsg
(WebSocketRemoteEndpoint.MsgType type)