HttpHandlerpublic class ForwardedHandler extends Object implements HttpHandler
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ForwardedHandler.Builder |
| Modifier and Type | Field | Description |
|---|---|---|
static String |
BY |
|
static String |
FOR |
|
static String |
HOST |
|
static String |
PROTO |
|
static HandlerWrapper |
WRAPPER |
| Constructor | Description |
|---|---|
ForwardedHandler(HttpHandler next) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
handleRequest(HttpServerExchange exchange) |
Handle the request.
|
public static final String BY
public static final String FOR
public static final String HOST
public static final String PROTO
public static final HandlerWrapper WRAPPER
public ForwardedHandler(HttpHandler next)
public void handleRequest(HttpServerExchange exchange) throws Exception
HttpHandlerhandleRequest in interface HttpHandlerexchange - the HTTP request/response exchangeExceptionCopyright © 2018. All rights reserved.