Package | Description |
---|---|
org.eclipse.jetty.websocket.api |
Jetty WebSocket API
|
org.eclipse.jetty.websocket.common |
Jetty WebSocket Common : Implementation [Internal Use Only]
|
Modifier and Type | Method and Description |
---|---|
RemoteEndpoint |
WebSocketAdapter.getRemote() |
RemoteEndpoint |
Session.getRemote()
Return a reference to the RemoteEndpoint object representing the other end of this conversation.
|
Modifier and Type | Class and Description |
---|---|
class |
WebSocketRemoteEndpoint
Endpoint for Writing messages to the Remote websocket.
|
Modifier and Type | Method and Description |
---|---|
RemoteEndpoint |
WebSocketSession.getRemote() |
Copyright © 1995-2015 Webtide. All Rights Reserved.