public class LoggingBHttpClientConnectionFactory extends Object implements HttpConnectionFactory<LoggingBHttpClientConnection>
| Modifier and Type | Field and Description | 
|---|---|
| static LoggingBHttpClientConnectionFactory | INSTANCE | 
| Constructor and Description | 
|---|
| LoggingBHttpClientConnectionFactory() | 
| LoggingBHttpClientConnectionFactory(Http1Config http1Config,
                                   CharCodingConfig charCodingConfig) | 
| LoggingBHttpClientConnectionFactory(Http1Config http1Config,
                                   CharCodingConfig charCodingConfig,
                                   ContentLengthStrategy incomingContentStrategy,
                                   ContentLengthStrategy outgoingContentStrategy,
                                   HttpMessageWriterFactory<ClassicHttpRequest> requestWriterFactory,
                                   HttpMessageParserFactory<ClassicHttpResponse> responseParserFactory) | 
| LoggingBHttpClientConnectionFactory(Http1Config http1Config,
                                   CharCodingConfig charCodingConfig,
                                   HttpMessageWriterFactory<ClassicHttpRequest> requestWriterFactory,
                                   HttpMessageParserFactory<ClassicHttpResponse> responseParserFactory) | 
| Modifier and Type | Method and Description | 
|---|---|
| LoggingBHttpClientConnection | createConnection(Socket socket) | 
| LoggingBHttpClientConnection | createConnection(SSLSocket sslSocket,
                Socket socket) | 
public static final LoggingBHttpClientConnectionFactory INSTANCE
public LoggingBHttpClientConnectionFactory(Http1Config http1Config, CharCodingConfig charCodingConfig, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageWriterFactory<ClassicHttpRequest> requestWriterFactory, HttpMessageParserFactory<ClassicHttpResponse> responseParserFactory)
public LoggingBHttpClientConnectionFactory(Http1Config http1Config, CharCodingConfig charCodingConfig, HttpMessageWriterFactory<ClassicHttpRequest> requestWriterFactory, HttpMessageParserFactory<ClassicHttpResponse> responseParserFactory)
public LoggingBHttpClientConnectionFactory(Http1Config http1Config, CharCodingConfig charCodingConfig)
public LoggingBHttpClientConnectionFactory()
public LoggingBHttpClientConnection createConnection(Socket socket) throws IOException
HttpConnectionFactorycreateConnection in interface HttpConnectionFactory<LoggingBHttpClientConnection>socket - the plain socket SSL socket has been layered over.IOException - in case of an I/O error.public LoggingBHttpClientConnection createConnection(SSLSocket sslSocket, Socket socket) throws IOException
HttpConnectionFactorycreateConnection in interface HttpConnectionFactory<LoggingBHttpClientConnection>sslSocket - the SSL socket. May be null.socket - the plain socket SSL socket has been layered over.IOException - in case of an I/O error.Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.