@Contract(threading=IMMUTABLE_CONDITIONAL) public class DefaultBHttpServerConnectionFactory extends Object implements HttpConnectionFactory<DefaultBHttpServerConnection>
HttpServerConnections.| Constructor and Description | 
|---|
| DefaultBHttpServerConnectionFactory(String scheme,
                                   Http1Config http1Config,
                                   CharCodingConfig charCodingConfig) | 
| DefaultBHttpServerConnectionFactory(String scheme,
                                   Http1Config http1Config,
                                   CharCodingConfig charCodingConfig,
                                   ContentLengthStrategy incomingContentStrategy,
                                   ContentLengthStrategy outgoingContentStrategy,
                                   HttpMessageParserFactory<ClassicHttpRequest> requestParserFactory,
                                   HttpMessageWriterFactory<ClassicHttpResponse> responseWriterFactory) | 
| DefaultBHttpServerConnectionFactory(String scheme,
                                   Http1Config http1Config,
                                   CharCodingConfig charCodingConfig,
                                   HttpMessageParserFactory<ClassicHttpRequest> requestParserFactory,
                                   HttpMessageWriterFactory<ClassicHttpResponse> responseWriterFactory) | 
public DefaultBHttpServerConnectionFactory(String scheme, Http1Config http1Config, CharCodingConfig charCodingConfig, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageParserFactory<ClassicHttpRequest> requestParserFactory, HttpMessageWriterFactory<ClassicHttpResponse> responseWriterFactory)
public DefaultBHttpServerConnectionFactory(String scheme, Http1Config http1Config, CharCodingConfig charCodingConfig, HttpMessageParserFactory<ClassicHttpRequest> requestParserFactory, HttpMessageWriterFactory<ClassicHttpResponse> responseWriterFactory)
public DefaultBHttpServerConnectionFactory(String scheme, Http1Config http1Config, CharCodingConfig charCodingConfig)
public DefaultBHttpServerConnection createConnection(Socket socket) throws IOException
createConnection in interface HttpConnectionFactory<DefaultBHttpServerConnection>IOExceptionCopyright © 2005–2021 The Apache Software Foundation. All rights reserved.