Class LoggingBHttpServerConnectionFactory
java.lang.Object
org.apache.hc.core5.testing.classic.LoggingBHttpServerConnectionFactory
- All Implemented Interfaces:
HttpConnectionFactory<LoggingBHttpServerConnection>
public class LoggingBHttpServerConnectionFactory
extends Object
implements HttpConnectionFactory<LoggingBHttpServerConnection>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLoggingBHttpServerConnectionFactory(String scheme, Http1Config http1Config, CharCodingConfig charCodingConfig) LoggingBHttpServerConnectionFactory(String scheme, Http1Config http1Config, CharCodingConfig charCodingConfig, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageParserFactory<ClassicHttpRequest> requestParserFactory, HttpMessageWriterFactory<ClassicHttpResponse> responseWriterFactory) LoggingBHttpServerConnectionFactory(String scheme, Http1Config http1Config, CharCodingConfig charCodingConfig, HttpMessageParserFactory<ClassicHttpRequest> requestParserFactory, HttpMessageWriterFactory<ClassicHttpResponse> responseWriterFactory) -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
LoggingBHttpServerConnectionFactory
public LoggingBHttpServerConnectionFactory(String scheme, Http1Config http1Config, CharCodingConfig charCodingConfig, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageParserFactory<ClassicHttpRequest> requestParserFactory, HttpMessageWriterFactory<ClassicHttpResponse> responseWriterFactory) -
LoggingBHttpServerConnectionFactory
public LoggingBHttpServerConnectionFactory(String scheme, Http1Config http1Config, CharCodingConfig charCodingConfig, HttpMessageParserFactory<ClassicHttpRequest> requestParserFactory, HttpMessageWriterFactory<ClassicHttpResponse> responseWriterFactory) -
LoggingBHttpServerConnectionFactory
public LoggingBHttpServerConnectionFactory(String scheme, Http1Config http1Config, CharCodingConfig charCodingConfig) -
LoggingBHttpServerConnectionFactory
public LoggingBHttpServerConnectionFactory()
-
-
Method Details
-
createConnection
- Specified by:
createConnectionin interfaceHttpConnectionFactory<LoggingBHttpServerConnection>- Throws:
IOException
-