public class LoggingUtils extends Object
Constructor and Description |
---|
LoggingUtils() |
Modifier and Type | Method and Description |
---|---|
static org.apache.http.impl.nio.DefaultHttpClientIODispatch |
getClientIODispatch(org.apache.http.nio.NHttpClientEventHandler handler,
org.apache.http.config.ConnectionConfig config)
Create a new DefaultHttpClientIODispatch instance using the provided parameters.
|
static org.apache.http.impl.nio.DefaultHttpClientIODispatch |
getClientIODispatch(org.apache.http.nio.NHttpClientEventHandler handler,
org.apache.http.config.ConnectionConfig config,
SSLContext sslContext,
org.apache.http.nio.reactor.ssl.SSLSetupHandler sslSetupHandler,
Map<String,SSLContext> customContexts)
Create a new DefaultHttpClientIODispatch instance using the provided parameters.
|
static org.apache.http.impl.nio.DefaultHttpServerIODispatch |
getServerIODispatch(org.apache.http.nio.NHttpServerEventHandler handler,
org.apache.http.config.ConnectionConfig config)
Create a new DefaultHttpServerIODispatch instance using the provided parameters.
|
static org.apache.http.impl.nio.DefaultHttpServerIODispatch |
getServerIODispatch(org.apache.http.nio.NHttpServerEventHandler handler,
org.apache.http.config.ConnectionConfig config,
SSLContext sslContext,
org.apache.http.nio.reactor.ssl.SSLSetupHandler sslSetupHandler)
Create a new DefaultHttpServerIODispatch instance using the provided parameters.
|
public static org.apache.http.impl.nio.DefaultHttpServerIODispatch getServerIODispatch(org.apache.http.nio.NHttpServerEventHandler handler, org.apache.http.config.ConnectionConfig config)
handler
- An NHttpServerEventHandler instanceconfig
- A ConnectionConfig instancepublic static org.apache.http.impl.nio.DefaultHttpServerIODispatch getServerIODispatch(org.apache.http.nio.NHttpServerEventHandler handler, org.apache.http.config.ConnectionConfig config, SSLContext sslContext, org.apache.http.nio.reactor.ssl.SSLSetupHandler sslSetupHandler)
handler
- An NHttpServerEventHandler instanceconfig
- A ConnectionConfig instancesslContext
- An SSLContext instance to initialize SSL supportsslSetupHandler
- An SSLSetupHandler instancepublic static org.apache.http.impl.nio.DefaultHttpClientIODispatch getClientIODispatch(org.apache.http.nio.NHttpClientEventHandler handler, org.apache.http.config.ConnectionConfig config)
handler
- An NHttpClientEventHandler instanceconfig
- A ConnectionConfig instancepublic static org.apache.http.impl.nio.DefaultHttpClientIODispatch getClientIODispatch(org.apache.http.nio.NHttpClientEventHandler handler, org.apache.http.config.ConnectionConfig config, SSLContext sslContext, org.apache.http.nio.reactor.ssl.SSLSetupHandler sslSetupHandler, Map<String,SSLContext> customContexts)
handler
- An NHttpServerEventHandler instanceconfig
- A ConnectionConfig instancesslContext
- An SSLContext instance to initialize SSL supportsslSetupHandler
- An SSLSetupHandler instancecustomContexts
- A Map of endpoints and SSLContext instancesCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.