Uses of Interface
javax.websocket.RemoteEndpoint
-
Packages that use RemoteEndpoint Package Description javax.websocket This package contains all the WebSocket APIs common to both the client and server side. -
-
Uses of RemoteEndpoint in javax.websocket
Subinterfaces of RemoteEndpoint in javax.websocket Modifier and Type Interface Description static interfaceRemoteEndpoint.AsyncThis representation of the peer of a web socket conversation has the ability to send messages asynchronously.static interfaceRemoteEndpoint.BasicThis representation of the peer of a web socket conversation has the ability to send messages synchronously.
-