| 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 | HttpResponse. send(ByteBuffer fullResponse) | 
| SendResult | HttpResponse.Default. send(ByteBuffer fullResponse) | 
| SendResult | HttpResponse.Decorator. 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 | WebFiberConnection. 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 | WebFiberConnection. 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 | WebFiberConnection. 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 | WebFiberConnection. sendPong(byte[] bytes,
        int offset,
        int length) | 
| default SendResult | HttpResponse. sendResponse(int statusCode,
            String statusTxt,
            String contentType,
            byte[] content) | 
| default SendResult | HttpResponse. sendResponse(int statusCode,
            String statusTxt,
            String contentType,
            KeyValueList headers,
            byte[] content) | 
| default SendResult | HttpResponse. sendResponse(int statusCode,
            String statusTxt,
            String contentType,
            java.nio.file.Path resource) | 
| default SendResult | HttpResponse. sendResponse(int statusCode,
            String statusTxt,
            String contentType,
            String content,
            Charset ascii) | 
Copyright © 2016. All Rights Reserved.