| Package | Description |
|---|---|
| org.apache.http.impl.nio.bootstrap |
Embedded non-blocking server and server bootstrap.
|
| org.apache.http.impl.nio.reactor |
Default implementation of event driven network communication APIs
based on Java NIO.
|
| Modifier and Type | Method | Description |
|---|---|---|
ServerBootstrap |
ServerBootstrap.setIOReactorConfig(IOReactorConfig ioReactorConfig) |
Sets I/O reactor configuration.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected IOReactorConfig |
AbstractMultiworkerIOReactor.config |
|
static IOReactorConfig |
IOReactorConfig.DEFAULT |
| Modifier and Type | Method | Description |
|---|---|---|
IOReactorConfig |
IOReactorConfig.Builder.build() |
|
protected IOReactorConfig |
IOReactorConfig.clone() |
| Modifier and Type | Method | Description |
|---|---|---|
static IOReactorConfig.Builder |
IOReactorConfig.copy(IOReactorConfig config) |
| Constructor | Description |
|---|---|
AbstractMultiworkerIOReactor(IOReactorConfig config,
java.util.concurrent.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,
java.util.concurrent.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,
java.util.concurrent.ThreadFactory threadFactory) |
Creates an instance of DefaultListeningIOReactor with the given configuration.
|