org.apache.http.impl.nio
Class DefaultNHttpServerConnectionFactory
java.lang.Object
org.apache.http.impl.nio.DefaultNHttpServerConnectionFactory
- All Implemented Interfaces:
- NHttpConnectionFactory<DefaultNHttpServerConnection>
@Immutable
public class DefaultNHttpServerConnectionFactory
- extends Object
- implements NHttpConnectionFactory<DefaultNHttpServerConnection>
Factory for plain (non-encrypted), non-blocking NHttpServerConnection
s.
The following parameters can be used to customize the behavior of this
class:
- Since:
- 4.2
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultNHttpServerConnectionFactory
public DefaultNHttpServerConnectionFactory(HttpRequestFactory requestFactory,
ByteBufferAllocator allocator,
HttpParams params)
DefaultNHttpServerConnectionFactory
public DefaultNHttpServerConnectionFactory(HttpParams params)
createConnection
protected DefaultNHttpServerConnection createConnection(IOSession session,
HttpRequestFactory requestFactory,
ByteBufferAllocator allocator,
HttpParams params)
createConnection
public DefaultNHttpServerConnection createConnection(IOSession session)
- Specified by:
createConnection
in interface NHttpConnectionFactory<DefaultNHttpServerConnection>
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.