@Immutable public class SSLNHttpServerConnectionFactory extends Object implements NHttpConnectionFactory<DefaultNHttpServerConnection>
NHttpServerConnection
s.
The following parameters can be used to customize the behavior of this class:
Constructor and Description |
---|
SSLNHttpServerConnectionFactory(HttpParams params) |
SSLNHttpServerConnectionFactory(SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpParams params) |
SSLNHttpServerConnectionFactory(SSLContext sslcontext,
SSLSetupHandler sslHandler,
HttpRequestFactory requestFactory,
ByteBufferAllocator allocator,
HttpParams params) |
Modifier and Type | Method and Description |
---|---|
DefaultNHttpServerConnection |
createConnection(IOSession session) |
protected DefaultNHttpServerConnection |
createConnection(IOSession session,
HttpRequestFactory requestFactory,
ByteBufferAllocator allocator,
HttpParams params) |
public SSLNHttpServerConnectionFactory(SSLContext sslcontext, SSLSetupHandler sslHandler, HttpRequestFactory requestFactory, ByteBufferAllocator allocator, HttpParams params)
public SSLNHttpServerConnectionFactory(SSLContext sslcontext, SSLSetupHandler sslHandler, HttpParams params)
public SSLNHttpServerConnectionFactory(HttpParams params)
protected DefaultNHttpServerConnection createConnection(IOSession session, HttpRequestFactory requestFactory, ByteBufferAllocator allocator, HttpParams params)
public DefaultNHttpServerConnection createConnection(IOSession session)
createConnection
in interface NHttpConnectionFactory<DefaultNHttpServerConnection>
Copyright © 2005-2015 The Apache Software Foundation. All Rights Reserved.