| Modifier and Type | Class and Description |
|---|---|
class |
HttpExchangeImpl |
| Modifier and Type | Method and Description |
|---|---|
HttpExchange |
HttpExchangeImpl.addHeader(byte[] name,
byte[] value) |
HttpExchange |
HttpExchangeImpl.addHeader(HttpHeader name,
String value) |
HttpExchange |
HttpExchangeImpl.binary() |
HttpExchange |
HttpExchangeImpl.download(String filename) |
HttpExchange |
HttpInterception.exchange() |
HttpExchange |
HttpExchangeImpl.exchange() |
HttpExchange |
HttpExchangeHolder.getHttpExchange() |
HttpExchange |
HttpExchangeImpl.html() |
HttpExchange |
HttpExchangeImpl.json() |
HttpExchange |
HttpExchangeImpl.plain() |
HttpExchange |
HttpExchangeImpl.setContentType(org.rapidoid.net.mime.MediaType MediaType) |
HttpExchange |
HttpExchangeImpl.setCookie(String name,
String value,
String... extras) |
static HttpExchange |
HTMLSnippets.writeErrorPage(HttpExchange x,
String title,
Throwable err) |
static HttpExchange |
HTMLSnippets.writeFullPage(HttpExchange x,
String title,
String content) |
static HttpExchange |
HTMLSnippets.writePage(HttpExchange x,
String title,
String content) |
| Modifier and Type | Method and Description |
|---|---|
Object |
Handler.handle(HttpExchange x) |
static void |
HttpProtocol.processResponse(HttpExchange xch,
Object res) |
void |
HttpExchangeHolder.setHttpExchange(HttpExchange x) |
static HttpExchange |
HTMLSnippets.writeErrorPage(HttpExchange x,
String title,
Throwable err) |
static HttpExchange |
HTMLSnippets.writeFullPage(HttpExchange x,
String title,
String content) |
static HttpExchange |
HTMLSnippets.writePage(HttpExchange x,
String title,
String content) |
Copyright © 2014–2015 Nikolche Mihajlovski. All rights reserved.