Package | Description |
---|---|
org.jetlang.web |
Modifier and Type | Field and Description |
---|---|
static KeyValueList |
KeyValueList.EMPTY |
Modifier and Type | Method and Description |
---|---|
KeyValueList |
HttpRequest.getHeaders() |
KeyValueList |
HttpRequest.getQueryParams() |
KeyValueList |
HttpRequest.parsePostParams(boolean failOnUnsupportedEncoding,
boolean caseSensitiveKeys) |
static KeyValueList |
KeyValueList.parseUrlEncoded(java.lang.String query,
boolean caseSensitive) |
static KeyValueList |
HttpRequest.splitQuery(java.net.URI url) |
Modifier and Type | Method and Description |
---|---|
default SendResult |
HttpResponse.sendResponse(int statusCode,
java.lang.String statusTxt,
java.lang.String contentType,
KeyValueList headers,
byte[] content,
java.nio.charset.Charset charset) |
default void |
HttpResponse.sendWebsocketHandshake(java.lang.String reply,
KeyValueList additionalHeaders) |
Copyright © 2019. All Rights Reserved.