Uses of Interface
org.eclipse.jetty.websocket.api.RemoteEndpoint
-
Packages that use RemoteEndpoint Package Description org.eclipse.jetty.websocket.api Jetty WebSocket API -
-
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()
-