@Restricted(value=org.kohsuke.accmod.restrictions.Beta.class) public abstract class WebSocketSession extends Object
WebSockets
Modifier | Constructor and Description |
---|---|
protected |
WebSocketSession() |
Modifier and Type | Method and Description |
---|---|
protected void |
binary(byte[] payload,
int offset,
int len) |
protected void |
close() |
protected void |
closed(int statusCode,
String reason) |
protected void |
error(Throwable cause) |
protected void |
opened() |
protected Future<Void> |
sendBinary(ByteBuffer data) |
protected void |
sendBinary(ByteBuffer partialByte,
boolean isLast) |
protected Future<Void> |
sendText(String text) |
protected void |
text(String message) |
protected void opened()
protected void closed(int statusCode, String reason)
protected void error(Throwable cause)
protected void binary(byte[] payload, int offset, int len)
protected void text(String message)
protected final Future<Void> sendBinary(ByteBuffer data)
protected final void sendBinary(ByteBuffer partialByte, boolean isLast)
protected final void close()
Copyright © 2004–2022. All rights reserved.