Package | Description |
---|---|
com.acme | |
org.eclipse.jetty.websocket.api |
Jetty WebSocket API
|
org.eclipse.jetty.websocket.common |
Jetty WebSocket Common : Implementation [Internal Use Only]
|
Modifier and Type | Field and Description |
---|---|
(package private) RemoteEndpoint |
WebSocketChatServlet.ChatWebSocket.remote |
Modifier and Type | Field and Description |
---|---|
private RemoteEndpoint |
WebSocketAdapter.remote |
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 | Field and Description |
---|---|
private RemoteEndpoint |
WebSocketSession.remote |
Modifier and Type | Method and Description |
---|---|
RemoteEndpoint |
WebSocketSession.getRemote() |
RemoteEndpoint |
RemoteEndpointFactory.newRemoteEndpoint(LogicalConnection connection,
OutgoingFrames outgoingFrames,
BatchMode batchMode) |