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) |
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
createConnection
in interface HttpConnectionFactory<LoggingBHttpClientConnection>
IOException
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.