Uses of Class
org.apache.http.impl.nio.reactor.IOReactorConfig
-
Packages that use IOReactorConfig 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. -
-
Uses of IOReactorConfig in org.apache.http.impl.nio.bootstrap
Fields in org.apache.http.impl.nio.bootstrap declared as IOReactorConfig Modifier and Type Field Description private IOReactorConfigHttpServer. ioReactorConfigprivate IOReactorConfigServerBootstrap. ioReactorConfigMethods in org.apache.http.impl.nio.bootstrap with parameters of type IOReactorConfig Modifier and Type Method Description ServerBootstrapServerBootstrap. setIOReactorConfig(IOReactorConfig ioReactorConfig)Sets I/O reactor configuration.Constructors in org.apache.http.impl.nio.bootstrap with parameters of type IOReactorConfig Constructor Description HttpServer(int port, java.net.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 IOReactorConfig Modifier and Type Field Description protected IOReactorConfigAbstractMultiworkerIOReactor. configstatic IOReactorConfigIOReactorConfig. DEFAULTMethods in org.apache.http.impl.nio.reactor that return IOReactorConfig Modifier and Type Method Description IOReactorConfigIOReactorConfig.Builder. build()protected IOReactorConfigIOReactorConfig. clone()(package private) static IOReactorConfigAbstractMultiworkerIOReactor. convert(int workerCount, HttpParams params)Deprecated.Do not use.Methods in org.apache.http.impl.nio.reactor with parameters of type IOReactorConfig Modifier and Type Method Description static IOReactorConfig.BuilderIOReactorConfig. copy(IOReactorConfig config)Constructors in org.apache.http.impl.nio.reactor with parameters of type IOReactorConfig 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.
-