Class HttpProxyHandler.HttpProxyConnectException

    • Constructor Detail

      • HttpProxyConnectException

        public HttpProxyConnectException​(String message,
                                         io.netty.handler.codec.http.HttpHeaders headers)
        Parameters:
        message - The failure message.
        headers - Header associated with the connection failure. May be null.
    • Method Detail

      • headers

        public io.netty.handler.codec.http.HttpHeaders headers()
        Returns headers, if any. May be null.