Package | Description |
---|---|
org.eclipse.jetty.websocket.common |
Jetty WebSocket Common : Implementation [Internal Use Only]
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
WebSocketRemoteEndpoint.lockMsg(WebSocketRemoteEndpoint.MsgType type) |
private void |
WebSocketRemoteEndpoint.unlockMsg(WebSocketRemoteEndpoint.MsgType type) |