Modifier and Type | Method and Description |
---|---|
void |
ServerIODispatch.update(ServerConnFactory connFactory) |
Constructor and Description |
---|
ServerIODispatch(org.apache.http.nio.NHttpServerEventHandler handler,
ServerConnFactory connFactory) |
Modifier and Type | Method and Description |
---|---|
ServerConnFactory |
ServerConnFactoryBuilder.build(org.apache.http.params.HttpParams params) |
Modifier and Type | Method and Description |
---|---|
void |
ServerIODispatch.update(ServerConnFactory connFactory) |
Constructor and Description |
---|
ServerIODispatch(org.apache.http.nio.NHttpServerEventHandler handler,
ServerConnFactory connFactory) |
Modifier and Type | Method and Description |
---|---|
ServerConnFactory |
PassThroughSharedListenerConfiguration.getServerConnFactory() |
Constructor and Description |
---|
MultiListenerServerIODispatch(java.util.Map<java.lang.Integer,org.apache.http.nio.NHttpServerEventHandler> handlers,
org.apache.http.nio.NHttpServerEventHandler nHttpServerEventHandler,
ServerConnFactory connFactory) |
PassThroughSharedListenerConfiguration(java.util.concurrent.ThreadFactory threadFactory,
ServerConnFactory serverConnFactory,
SourceConfiguration sourceConfiguration) |
Modifier and Type | Method and Description |
---|---|
static ServerConnFactory |
SSLConnectionUtils.getServerConnectionFactory(java.lang.String endpointName,
PassThroughSharedListenerConfiguration configuration,
SSLConfiguration sslConfiguration)
Method for return ServerConnectionFactory by building ServerConnectionFactory with given SSL Configurations
|
Modifier and Type | Method and Description |
---|---|
void |
MultiListenerSSLServerIODispatch.update(ServerConnFactory connFactory) |
Constructor and Description |
---|
MultiListenerSSLServerIODispatch(java.util.Map<java.lang.Integer,org.apache.http.nio.NHttpServerEventHandler> handlers,
org.apache.http.nio.NHttpServerEventHandler nHttpServerEventHandler,
java.util.Map<java.lang.Integer,ServerConnFactory> endpointSSLConfigHolder) |
Copyright © 2005-2022 Apache Software Foundation. All Rights Reserved.