public 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 |
| Constructor | Description |
|---|---|
ForwardedHandler(HttpHandler next) |
|
ForwardedHandler(HttpHandler next,
boolean isChangeLocalAddrPort) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
handleRequest(HttpServerExchange exchange) |
Handle the request.
|
String |
toString() |
public static final String BY
public static final String FOR
public static final String HOST
public static final String PROTO
public ForwardedHandler(HttpHandler next)
public ForwardedHandler(HttpHandler next, boolean isChangeLocalAddrPort)
public void handleRequest(HttpServerExchange exchange) throws Exception
HttpHandlerhandleRequest in interface HttpHandlerexchange - the HTTP request/response exchangeExceptionCopyright © 2026 JBoss by Red Hat. All rights reserved.