@Immutable public class DefaultBHttpServerConnectionFactory extends java.lang.Object implements HttpConnectionFactory<DefaultBHttpServerConnection>
HttpServerConnections.| Modifier and Type | Field and Description |
|---|---|
static DefaultBHttpServerConnectionFactory |
INSTANCE |
| Constructor and Description |
|---|
DefaultBHttpServerConnectionFactory() |
DefaultBHttpServerConnectionFactory(ConnectionConfig cconfig) |
DefaultBHttpServerConnectionFactory(ConnectionConfig cconfig,
org.apache.http.entity.ContentLengthStrategy incomingContentStrategy,
org.apache.http.entity.ContentLengthStrategy outgoingContentStrategy,
HttpMessageParserFactory<org.apache.http.HttpRequest> requestParserFactory,
HttpMessageWriterFactory<org.apache.http.HttpResponse> responseWriterFactory) |
DefaultBHttpServerConnectionFactory(ConnectionConfig cconfig,
HttpMessageParserFactory<org.apache.http.HttpRequest> requestParserFactory,
HttpMessageWriterFactory<org.apache.http.HttpResponse> responseWriterFactory) |
| Modifier and Type | Method and Description |
|---|---|
DefaultBHttpServerConnection |
createConnection(java.net.Socket socket) |
public static final DefaultBHttpServerConnectionFactory INSTANCE
public DefaultBHttpServerConnectionFactory(ConnectionConfig cconfig, org.apache.http.entity.ContentLengthStrategy incomingContentStrategy, org.apache.http.entity.ContentLengthStrategy outgoingContentStrategy, HttpMessageParserFactory<org.apache.http.HttpRequest> requestParserFactory, HttpMessageWriterFactory<org.apache.http.HttpResponse> responseWriterFactory)
public DefaultBHttpServerConnectionFactory(ConnectionConfig cconfig, HttpMessageParserFactory<org.apache.http.HttpRequest> requestParserFactory, HttpMessageWriterFactory<org.apache.http.HttpResponse> responseWriterFactory)
public DefaultBHttpServerConnectionFactory(ConnectionConfig cconfig)
public DefaultBHttpServerConnectionFactory()
public DefaultBHttpServerConnection createConnection(java.net.Socket socket) throws java.io.IOException
createConnection in interface HttpConnectionFactory<DefaultBHttpServerConnection>java.io.IOExceptionCopyright © 1999-2015 The Apache Software Foundation. All rights reserved.