Package | Description |
---|---|
org.jetlang.web |
Modifier and Type | Class and Description |
---|---|
static class |
SendResult.Buffered |
static class |
SendResult.FailedWithError |
Modifier and Type | Field and Description |
---|---|
static SendResult |
SendResult.Closed |
static SendResult |
SendResult.SUCCESS |
Modifier and Type | Method and Description |
---|---|
SendResult |
NioWriter.send(ByteBuffer bb) |
SendResult |
WebSocketConnection.send(String msg) |
SendResult |
WebSocketClient.send(String msg) |
SendResult |
WebSocketConnection.sendBinary(byte[] buffer,
int offset,
int length) |
SendResult |
WebSocketConnection.sendPong(byte[] bytes,
int offset,
int length) |
Copyright © 2016. All Rights Reserved.