@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,
ContentLengthStrategy incomingContentStrategy,
ContentLengthStrategy outgoingContentStrategy,
HttpMessageParserFactory<HttpRequest> requestParserFactory,
HttpMessageWriterFactory<HttpResponse> responseWriterFactory) |
DefaultBHttpServerConnectionFactory(ConnectionConfig cconfig,
HttpMessageParserFactory<HttpRequest> requestParserFactory,
HttpMessageWriterFactory<HttpResponse> responseWriterFactory) |
| Modifier and Type | Method and Description |
|---|---|
DefaultBHttpServerConnection |
createConnection(java.net.Socket socket) |
public static final DefaultBHttpServerConnectionFactory INSTANCE
public DefaultBHttpServerConnectionFactory(ConnectionConfig cconfig, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, HttpMessageParserFactory<HttpRequest> requestParserFactory, HttpMessageWriterFactory<HttpResponse> responseWriterFactory)
public DefaultBHttpServerConnectionFactory(ConnectionConfig cconfig, HttpMessageParserFactory<HttpRequest> requestParserFactory, HttpMessageWriterFactory<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.IOException