Package | Description |
---|---|
org.apache.http.impl.nio.reactor |
Default implementations for interfaces in
org.apache.http.nio including default
I/O reactor implementations and support for SSL/TLS transport security. |
Modifier and Type | Field and Description |
---|---|
protected IOReactorConfig |
AbstractMultiworkerIOReactor.config |
static IOReactorConfig |
IOReactorConfig.DEFAULT |
Modifier and Type | Method and Description |
---|---|
IOReactorConfig |
IOReactorConfig.Builder.build() |
protected IOReactorConfig |
IOReactorConfig.clone() |
Modifier and Type | Method and Description |
---|---|
static IOReactorConfig.Builder |
IOReactorConfig.copy(IOReactorConfig config) |
Constructor and Description |
---|
AbstractMultiworkerIOReactor(IOReactorConfig config,
ThreadFactory threadFactory)
Creates an instance of AbstractMultiworkerIOReactor with the given configuration.
|
DefaultConnectingIOReactor(IOReactorConfig config)
Creates an instance of DefaultConnectingIOReactor with the given configuration.
|
DefaultConnectingIOReactor(IOReactorConfig config,
ThreadFactory threadFactory)
Creates an instance of DefaultConnectingIOReactor with the given configuration.
|
DefaultListeningIOReactor(IOReactorConfig config)
Creates an instance of DefaultListeningIOReactor with the given configuration.
|
DefaultListeningIOReactor(IOReactorConfig config,
ThreadFactory threadFactory)
Creates an instance of DefaultListeningIOReactor with the given configuration.
|
Copyright © 2005–2013 The Apache Software Foundation. All rights reserved.