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 |
HttpResponseWriter.send(ByteBuffer fullResponse) |
SendResult |
NioWriter.send(ByteBuffer bb) |
SendResult |
WebSocketConnection.send(String msg)
Non-Blocking send of a text message.
|
SendResult |
WebSocketConnectionImpl.send(String msg) |
SendResult |
WebSocketClient.send(String msg) |
SendResult |
WebSocketConnection.sendBinary(byte[] buffer,
int offset,
int length)
Non-Blocking send of a binary message.
|
SendResult |
WebSocketConnectionImpl.sendBinary(byte[] buffer,
int offset,
int length) |
SendResult |
WebSocketConnection.sendPing(byte[] bytes,
int offset,
int length)
Non-Blocking send
|
SendResult |
WebSocketConnectionImpl.sendPing(byte[] bytes,
int offset,
int length) |
SendResult |
WebSocketConnection.sendPong(byte[] bytes,
int offset,
int length)
Non-Blocking send
|
SendResult |
WebSocketConnectionImpl.sendPong(byte[] bytes,
int offset,
int length) |
SendResult |
HttpResponseWriter.sendResponse(String status,
String contentType,
java.nio.file.Path resource,
Charset charset) |
SendResult |
HttpResponseWriter.sendResponse(String statusTxt,
String contentType,
String content,
Charset ascii) |
Copyright © 2016. All Rights Reserved.