void |
BufferedBinaryMessage.read(StreamSourceFrameChannel channel,
WebSocketCallback<BufferedBinaryMessage> callback) |
|
void |
BufferedTextMessage.read(StreamSourceFrameChannel channel,
WebSocketCallback<BufferedTextMessage> callback) |
|
static void |
WebSockets.sendBinary(PooledByteBuffer pooledData,
WebSocketChannel wsChannel,
WebSocketCallback<java.lang.Void> callback) |
Sends a complete binary message, invoking the callback when complete
Automatically frees the pooled byte buffer when done.
|
static void |
WebSockets.sendBinary(PooledByteBuffer pooledData,
WebSocketChannel wsChannel,
WebSocketCallback<java.lang.Void> callback,
long timeoutmillis) |
Sends a complete binary message, invoking the callback when complete
Automatically frees the pooled byte buffer when done.
|
static <T> void |
WebSockets.sendBinary(PooledByteBuffer pooledData,
WebSocketChannel wsChannel,
WebSocketCallback<T> callback,
T context) |
Sends a complete binary message, invoking the callback when complete
Automatically frees the pooled byte buffer when done.
|
static <T> void |
WebSockets.sendBinary(PooledByteBuffer pooledData,
WebSocketChannel wsChannel,
WebSocketCallback<T> callback,
T context,
long timeoutmillis) |
Sends a complete binary message, invoking the callback when complete
Automatically frees the pooled byte buffer when done.
|
static void |
WebSockets.sendBinary(java.nio.ByteBuffer[] data,
WebSocketChannel wsChannel,
WebSocketCallback<java.lang.Void> callback) |
Sends a complete binary message, invoking the callback when complete
|
static void |
WebSockets.sendBinary(java.nio.ByteBuffer[] data,
WebSocketChannel wsChannel,
WebSocketCallback<java.lang.Void> callback,
long timeoutmillis) |
Sends a complete binary message, invoking the callback when complete
|
static <T> void |
WebSockets.sendBinary(java.nio.ByteBuffer[] data,
WebSocketChannel wsChannel,
WebSocketCallback<T> callback,
T context) |
Sends a complete binary message, invoking the callback when complete
|
static <T> void |
WebSockets.sendBinary(java.nio.ByteBuffer[] data,
WebSocketChannel wsChannel,
WebSocketCallback<T> callback,
T context,
long timeoutmillis) |
Sends a complete binary message, invoking the callback when complete
|
static void |
WebSockets.sendBinary(java.nio.ByteBuffer data,
WebSocketChannel wsChannel,
WebSocketCallback<java.lang.Void> callback) |
Sends a complete binary message, invoking the callback when complete
|
static void |
WebSockets.sendBinary(java.nio.ByteBuffer data,
WebSocketChannel wsChannel,
WebSocketCallback<java.lang.Void> callback,
long timeoutmillis) |
Sends a complete binary message, invoking the callback when complete
|
static <T> void |
WebSockets.sendBinary(java.nio.ByteBuffer data,
WebSocketChannel wsChannel,
WebSocketCallback<T> callback,
T context) |
Sends a complete binary message, invoking the callback when complete
|
static <T> void |
WebSockets.sendBinary(java.nio.ByteBuffer data,
WebSocketChannel wsChannel,
WebSocketCallback<T> callback,
T context,
long timeoutmillis) |
Sends a complete binary message, invoking the callback when complete
|
static void |
WebSockets.sendClose(int code,
java.lang.String reason,
WebSocketChannel wsChannel,
WebSocketCallback<java.lang.Void> callback) |
Sends a complete close message, invoking the callback when complete
|
static <T> void |
WebSockets.sendClose(int code,
java.lang.String reason,
WebSocketChannel wsChannel,
WebSocketCallback<T> callback,
T context) |
Sends a complete close message, invoking the callback when complete
|
static void |
WebSockets.sendClose(CloseMessage closeMessage,
WebSocketChannel wsChannel,
WebSocketCallback<java.lang.Void> callback) |
Sends a complete close message, invoking the callback when complete
|
static <T> void |
WebSockets.sendClose(CloseMessage closeMessage,
WebSocketChannel wsChannel,
WebSocketCallback<T> callback,
T context) |
Sends a complete close message, invoking the callback when complete
|
static void |
WebSockets.sendClose(java.nio.ByteBuffer[] data,
WebSocketChannel wsChannel,
WebSocketCallback<java.lang.Void> callback) |
Sends a complete close message, invoking the callback when complete
|
static <T> void |
WebSockets.sendClose(java.nio.ByteBuffer[] data,
WebSocketChannel wsChannel,
WebSocketCallback<T> callback,
T context) |
Sends a complete close message, invoking the callback when complete
|
static void |
WebSockets.sendClose(java.nio.ByteBuffer data,
WebSocketChannel wsChannel,
WebSocketCallback<java.lang.Void> callback) |
Sends a complete close message, invoking the callback when complete
|
static <T> void |
WebSockets.sendClose(java.nio.ByteBuffer data,
WebSocketChannel wsChannel,
WebSocketCallback<T> callback,
T context) |
Sends a complete close message, invoking the callback when complete
|
static void |
WebSockets.sendPing(PooledByteBuffer pooledData,
WebSocketChannel wsChannel,
WebSocketCallback<java.lang.Void> callback) |
Sends a complete ping message, invoking the callback when complete
Automatically frees the pooled byte buffer when done.
|
static void |
WebSockets.sendPing(PooledByteBuffer pooledData,
WebSocketChannel wsChannel,
WebSocketCallback<java.lang.Void> callback,
long timeoutmillis) |
Sends a complete ping message, invoking the callback when complete
Automatically frees the pooled byte buffer when done.
|
static <T> void |
WebSockets.sendPing(PooledByteBuffer pooledData,
WebSocketChannel wsChannel,
WebSocketCallback<T> callback,
T context) |
Sends a complete ping message, invoking the callback when complete
Automatically frees the pooled byte buffer when done.
|
static <T> void |
WebSockets.sendPing(PooledByteBuffer pooledData,
WebSocketChannel wsChannel,
WebSocketCallback<T> callback,
T context,
long timeoutmillis) |
Sends a complete ping message, invoking the callback when complete
Automatically frees the pooled byte buffer when done.
|
static void |
WebSockets.sendPing(java.nio.ByteBuffer[] data,
WebSocketChannel wsChannel,
WebSocketCallback<java.lang.Void> callback) |
Sends a complete ping message, invoking the callback when complete
|
static void |
WebSockets.sendPing(java.nio.ByteBuffer[] data,
WebSocketChannel wsChannel,
WebSocketCallback<java.lang.Void> callback,
long timeoutmillis) |
Sends a complete ping message, invoking the callback when complete
|
static <T> void |
WebSockets.sendPing(java.nio.ByteBuffer[] data,
WebSocketChannel wsChannel,
WebSocketCallback<T> callback,
T context) |
Sends a complete ping message, invoking the callback when complete
|
static <T> void |
WebSockets.sendPing(java.nio.ByteBuffer[] data,
WebSocketChannel wsChannel,
WebSocketCallback<T> callback,
T context,
long timeoutmillis) |
Sends a complete ping message, invoking the callback when complete
|
static void |
WebSockets.sendPing(java.nio.ByteBuffer data,
WebSocketChannel wsChannel,
WebSocketCallback<java.lang.Void> callback) |
Sends a complete ping message, invoking the callback when complete
|
static void |
WebSockets.sendPing(java.nio.ByteBuffer data,
WebSocketChannel wsChannel,
WebSocketCallback<java.lang.Void> callback,
long timeoutmillis) |
Sends a complete ping message, invoking the callback when complete
|
static <T> void |
WebSockets.sendPing(java.nio.ByteBuffer data,
WebSocketChannel wsChannel,
WebSocketCallback<T> callback,
T context) |
Sends a complete ping message, invoking the callback when complete
|
static <T> void |
WebSockets.sendPing(java.nio.ByteBuffer data,
WebSocketChannel wsChannel,
WebSocketCallback<T> callback,
T context,
long timeoutmillis) |
Sends a complete ping message, invoking the callback when complete
|
static void |
WebSockets.sendPong(PooledByteBuffer pooledData,
WebSocketChannel wsChannel,
WebSocketCallback<java.lang.Void> callback) |
Sends a complete pong message, invoking the callback when complete
Automatically frees the pooled byte buffer when done.
|
static void |
WebSockets.sendPong(PooledByteBuffer pooledData,
WebSocketChannel wsChannel,
WebSocketCallback<java.lang.Void> callback,
long timeoutmillis) |
Sends a complete pong message, invoking the callback when complete
Automatically frees the pooled byte buffer when done.
|
static <T> void |
WebSockets.sendPong(PooledByteBuffer pooledData,
WebSocketChannel wsChannel,
WebSocketCallback<T> callback,
T context) |
Sends a complete pong message, invoking the callback when complete
Automatically frees the pooled byte buffer when done.
|
static <T> void |
WebSockets.sendPong(PooledByteBuffer pooledData,
WebSocketChannel wsChannel,
WebSocketCallback<T> callback,
T context,
long timeoutmillis) |
Sends a complete pong message, invoking the callback when complete
Automatically frees the pooled byte buffer when done.
|
static void |
WebSockets.sendPong(java.nio.ByteBuffer[] data,
WebSocketChannel wsChannel,
WebSocketCallback<java.lang.Void> callback) |
Sends a complete pong message, invoking the callback when complete
|
static void |
WebSockets.sendPong(java.nio.ByteBuffer[] data,
WebSocketChannel wsChannel,
WebSocketCallback<java.lang.Void> callback,
long timeoutmillis) |
Sends a complete pong message, invoking the callback when complete
|
static <T> void |
WebSockets.sendPong(java.nio.ByteBuffer[] data,
WebSocketChannel wsChannel,
WebSocketCallback<T> callback,
T context) |
Sends a complete pong message, invoking the callback when complete
|
static <T> void |
WebSockets.sendPong(java.nio.ByteBuffer[] data,
WebSocketChannel wsChannel,
WebSocketCallback<T> callback,
T context,
long timeoutmillis) |
Sends a complete pong message, invoking the callback when complete
|
static void |
WebSockets.sendPong(java.nio.ByteBuffer data,
WebSocketChannel wsChannel,
WebSocketCallback<java.lang.Void> callback) |
Sends a complete pong message, invoking the callback when complete
|
static void |
WebSockets.sendPong(java.nio.ByteBuffer data,
WebSocketChannel wsChannel,
WebSocketCallback<java.lang.Void> callback,
long timeoutmillis) |
Sends a complete pong message, invoking the callback when complete
|
static <T> void |
WebSockets.sendPong(java.nio.ByteBuffer data,
WebSocketChannel wsChannel,
WebSocketCallback<T> callback,
T context) |
Sends a complete pong message, invoking the callback when complete
|
static <T> void |
WebSockets.sendPong(java.nio.ByteBuffer data,
WebSocketChannel wsChannel,
WebSocketCallback<T> callback,
T context,
long timeoutmillis) |
Sends a complete pong message, invoking the callback when complete
|
static void |
WebSockets.sendText(PooledByteBuffer pooledData,
WebSocketChannel wsChannel,
WebSocketCallback<java.lang.Void> callback) |
Sends a complete text message, invoking the callback when complete
Automatically frees the pooled byte buffer when done.
|
static void |
WebSockets.sendText(PooledByteBuffer pooledData,
WebSocketChannel wsChannel,
WebSocketCallback<java.lang.Void> callback,
long timeoutmillis) |
Sends a complete text message, invoking the callback when complete
Automatically frees the pooled byte buffer when done.
|
static <T> void |
WebSockets.sendText(PooledByteBuffer pooledData,
WebSocketChannel wsChannel,
WebSocketCallback<T> callback,
T context) |
Sends a complete text message, invoking the callback when complete
Automatically frees the pooled byte buffer when done.
|
static <T> void |
WebSockets.sendText(PooledByteBuffer pooledData,
WebSocketChannel wsChannel,
WebSocketCallback<T> callback,
T context,
long timeoutmillis) |
Sends a complete text message, invoking the callback when complete
Automatically frees the pooled byte buffer when done.
|
static void |
WebSockets.sendText(java.lang.String message,
WebSocketChannel wsChannel,
WebSocketCallback<java.lang.Void> callback) |
Sends a complete text message, invoking the callback when complete
|
static void |
WebSockets.sendText(java.lang.String message,
WebSocketChannel wsChannel,
WebSocketCallback<java.lang.Void> callback,
long timeoutmillis) |
Sends a complete text message, invoking the callback when complete
|
static <T> void |
WebSockets.sendText(java.lang.String message,
WebSocketChannel wsChannel,
WebSocketCallback<T> callback,
T context) |
Sends a complete text message, invoking the callback when complete
|
static <T> void |
WebSockets.sendText(java.lang.String message,
WebSocketChannel wsChannel,
WebSocketCallback<T> callback,
T context,
long timeoutmillis) |
Sends a complete text message, invoking the callback when complete
|
static void |
WebSockets.sendText(java.nio.ByteBuffer message,
WebSocketChannel wsChannel,
WebSocketCallback<java.lang.Void> callback) |
Sends a complete text message, invoking the callback when complete
|
static void |
WebSockets.sendText(java.nio.ByteBuffer message,
WebSocketChannel wsChannel,
WebSocketCallback<java.lang.Void> callback,
long timeoutmillis) |
Sends a complete text message, invoking the callback when complete
|
static <T> void |
WebSockets.sendText(java.nio.ByteBuffer message,
WebSocketChannel wsChannel,
WebSocketCallback<T> callback,
T context) |
Sends a complete text message, invoking the callback when complete
|
static <T> void |
WebSockets.sendText(java.nio.ByteBuffer message,
WebSocketChannel wsChannel,
WebSocketCallback<T> callback,
T context,
long timeoutmillis) |
Sends a complete text message, invoking the callback when complete
|