Uses of Interface
org.eclipse.jetty.websocket.api.RemoteEndpoint
-
Packages that use RemoteEndpoint Package Description org.eclipse.jetty.websocket.api Jetty WebSocket APIorg.eclipse.jetty.websocket.common Jetty WebSocket Common : Implementation [Internal Use Only] -
-
Uses of RemoteEndpoint in org.eclipse.jetty.websocket.api
Methods in org.eclipse.jetty.websocket.api that return RemoteEndpoint Modifier and Type Method Description RemoteEndpoint
Session. getRemote()
Return a reference to the RemoteEndpoint object representing the other end of this conversation.RemoteEndpoint
WebSocketAdapter. getRemote()
-
Uses of RemoteEndpoint in org.eclipse.jetty.websocket.common
Classes in org.eclipse.jetty.websocket.common that implement RemoteEndpoint Modifier and Type Class Description class
WebSocketRemoteEndpoint
Endpoint for Writing messages to the Remote websocket.Methods in org.eclipse.jetty.websocket.common that return RemoteEndpoint Modifier and Type Method Description RemoteEndpoint
WebSocketSession. getRemote()
RemoteEndpoint
RemoteEndpointFactory. newRemoteEndpoint(LogicalConnection connection, OutgoingFrames outgoingFrames, BatchMode batchMode)
-