- sendBinary(ByteBuffer) - Method in class org.glassfish.tyrus.spi.SPIRemoteEndpoint
-
Send a binary message, returning when all of the message has been transmitted.
- sendBinary(ByteBuffer, boolean) - Method in class org.glassfish.tyrus.spi.SPIRemoteEndpoint
-
Send a binary message in pieces, blocking until all of the message has been transmitted.
- sendPing(ByteBuffer) - Method in class org.glassfish.tyrus.spi.SPIRemoteEndpoint
-
Send a Ping message containing the given application data to the remote endpoint.
- sendPong(ByteBuffer) - Method in class org.glassfish.tyrus.spi.SPIRemoteEndpoint
-
Allows the developer to send an unsolicited Pong message containing the given application
data in order to serve as a unidirectional
heartbeat for the session.
- sendText(String) - Method in class org.glassfish.tyrus.spi.SPIRemoteEndpoint
-
Send a text message, blocking until all of the message has been transmitted.
- sendText(String, boolean) - Method in class org.glassfish.tyrus.spi.SPIRemoteEndpoint
-
Send a text message in pieces, blocking until all of the message has been transmitted.
- SPIEndpoint - Class in org.glassfish.tyrus.spi
-
The WebSocket SDK implements SPIEndpoint with its representation of
a websocket endpoint mapped to a base URI that wishes to handle incoming
messages.
- SPIEndpoint() - Constructor for class org.glassfish.tyrus.spi.SPIEndpoint
-
- SPIHandshakeRequest - Interface in org.glassfish.tyrus.spi
-
The provider passes the handshake request to
the SDK created endpoint
- SPIRegisteredEndpoint - Interface in org.glassfish.tyrus.spi
-
The provider implements this interface in order to
provide the web socket SDK a handle to the deployed
endpoint that it may use later to un-register.
- SPIRemoteEndpoint - Class in org.glassfish.tyrus.spi
-
Subset of RemoteEndpoint interface which should be implemented
by container implementations.
- SPIRemoteEndpoint() - Constructor for class org.glassfish.tyrus.spi.SPIRemoteEndpoint
-
- start() - Method in interface org.glassfish.tyrus.spi.TyrusServer
-
Starts the server.
- stop() - Method in interface org.glassfish.tyrus.spi.TyrusServer
-
Stops the server.