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