Uses of Class
org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.MsgType
-
Packages that use WebSocketRemoteEndpoint.MsgType Package Description org.eclipse.jetty.websocket.common 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.MsgType Modifier and Type Method Description static WebSocketRemoteEndpoint.MsgType
WebSocketRemoteEndpoint.MsgType. valueOf(java.lang.String name)
Returns 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.MsgType Modifier and Type Method Description private boolean
WebSocketRemoteEndpoint. lockMsg(WebSocketRemoteEndpoint.MsgType type)
private void
WebSocketRemoteEndpoint. unlockMsg(WebSocketRemoteEndpoint.MsgType type)
-