HttpHandlerpublic class ForwardedHandler extends java.lang.Object implements HttpHandler
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ForwardedHandler.Builder |
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
BY |
|
static java.lang.String |
FOR |
|
static java.lang.String |
HOST |
|
static java.lang.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 java.lang.String BY
public static final java.lang.String FOR
public static final java.lang.String HOST
public static final java.lang.String PROTO
public static final HandlerWrapper WRAPPER
public ForwardedHandler(HttpHandler next)
public void handleRequest(HttpServerExchange exchange) throws java.lang.Exception
HttpHandlerhandleRequest in interface HttpHandlerexchange - the HTTP request/response exchangejava.lang.ExceptionCopyright © 2018. All rights reserved.