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 RemoteEndpointSession. getRemote()Return a reference to the RemoteEndpoint object representing the other end of this conversation.RemoteEndpointWebSocketAdapter. 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 classWebSocketRemoteEndpointEndpoint for Writing messages to the Remote websocket.Methods in org.eclipse.jetty.websocket.common that return RemoteEndpoint Modifier and Type Method Description RemoteEndpointWebSocketSession. getRemote()RemoteEndpointRemoteEndpointFactory. newRemoteEndpoint(LogicalConnection connection, OutgoingFrames outgoingFrames, BatchMode batchMode)
-