Uses of Class
org.apache.http.impl.nio.reactor.IOReactorConfig
Packages that use IOReactorConfig
Package
Description
Embedded non-blocking server and server bootstrap.
Default implementation of event driven network communication APIs
based on Java NIO.
-
Uses of IOReactorConfig in org.apache.http.impl.nio.bootstrap
Fields in org.apache.http.impl.nio.bootstrap declared as IOReactorConfigModifier and TypeFieldDescriptionprivate final IOReactorConfig
HttpServer.ioReactorConfig
private IOReactorConfig
ServerBootstrap.ioReactorConfig
Methods in org.apache.http.impl.nio.bootstrap with parameters of type IOReactorConfigModifier and TypeMethodDescriptionfinal ServerBootstrap
ServerBootstrap.setIOReactorConfig
(IOReactorConfig ioReactorConfig) Sets I/O reactor configuration.Constructors in org.apache.http.impl.nio.bootstrap with parameters of type IOReactorConfigModifierConstructorDescription(package private)
HttpServer
(int port, InetAddress ifAddress, IOReactorConfig ioReactorConfig, NHttpServerEventHandler serverEventHandler, NHttpConnectionFactory<? extends DefaultNHttpServerConnection> connectionFactory, ExceptionLogger exceptionLogger) -
Uses of IOReactorConfig in org.apache.http.impl.nio.reactor
Fields in org.apache.http.impl.nio.reactor declared as IOReactorConfigModifier and TypeFieldDescriptionprotected final IOReactorConfig
AbstractMultiworkerIOReactor.config
static final IOReactorConfig
IOReactorConfig.DEFAULT
Methods in org.apache.http.impl.nio.reactor that return IOReactorConfigModifier and TypeMethodDescriptionIOReactorConfig.Builder.build()
protected IOReactorConfig
IOReactorConfig.clone()
(package private) static IOReactorConfig
AbstractMultiworkerIOReactor.convert
(int workerCount, HttpParams params) Deprecated.Do not use.Methods in org.apache.http.impl.nio.reactor with parameters of type IOReactorConfigModifier and TypeMethodDescriptionstatic IOReactorConfig.Builder
IOReactorConfig.copy
(IOReactorConfig config) Constructors in org.apache.http.impl.nio.reactor with parameters of type IOReactorConfigModifierConstructorDescriptionAbstractMultiworkerIOReactor
(IOReactorConfig config, ThreadFactory threadFactory) Creates an instance of AbstractMultiworkerIOReactor with the given configuration.Creates an instance of DefaultConnectingIOReactor with the given configuration.DefaultConnectingIOReactor
(IOReactorConfig config, ThreadFactory threadFactory) Creates an instance of DefaultConnectingIOReactor with the given configuration.Creates an instance of DefaultListeningIOReactor with the given configuration.DefaultListeningIOReactor
(IOReactorConfig config, ThreadFactory threadFactory) Creates an instance of DefaultListeningIOReactor with the given configuration.