public static final class HttpProxyHandler.HttpProxyConnectException extends ProxyConnectException
| Constructor and Description |
|---|
HttpProxyConnectException(String message,
io.netty.handler.codec.http.HttpHeaders headers) |
| Modifier and Type | Method and Description |
|---|---|
io.netty.handler.codec.http.HttpHeaders |
headers()
Returns headers, if any.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HttpProxyConnectException(String message, io.netty.handler.codec.http.HttpHeaders headers)
message - The failure message.headers - Header associated with the connection failure. May be null.Copyright © 2008–2025 The Netty Project. All rights reserved.