public class LoggingBHttpServerConnectionFactory extends Object implements HttpConnectionFactory<LoggingBHttpServerConnection>
| Modifier and Type | Field and Description | 
|---|---|
| static LoggingBHttpServerConnectionFactory | INSTANCE | 
| Constructor and Description | 
|---|
| LoggingBHttpServerConnectionFactory() | 
| LoggingBHttpServerConnectionFactory(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) | 
public static final LoggingBHttpServerConnectionFactory INSTANCE
public LoggingBHttpServerConnectionFactory(String scheme, Http1Config http1Config, CharCodingConfig charCodingConfig, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageParserFactory<ClassicHttpRequest> requestParserFactory, HttpMessageWriterFactory<ClassicHttpResponse> responseWriterFactory)
public LoggingBHttpServerConnectionFactory(String scheme, Http1Config http1Config, CharCodingConfig charCodingConfig, HttpMessageParserFactory<ClassicHttpRequest> requestParserFactory, HttpMessageWriterFactory<ClassicHttpResponse> responseWriterFactory)
public LoggingBHttpServerConnectionFactory(String scheme, Http1Config http1Config, CharCodingConfig charCodingConfig)
public LoggingBHttpServerConnectionFactory()
public LoggingBHttpServerConnection createConnection(Socket socket) throws IOException
createConnection in interface HttpConnectionFactory<LoggingBHttpServerConnection>IOExceptionCopyright © 2005–2022 The Apache Software Foundation. All rights reserved.