Uses of Class
org.apache.http.impl.nio.reactor.IOReactorConfig

Packages that use IOReactorConfig
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
 

Methods in org.apache.http.impl.nio.bootstrap with parameters of type IOReactorConfig
 ServerBootstrap ServerBootstrap.setIOReactorConfig(IOReactorConfig ioReactorConfig)
          Sets I/O reactor configuration.
 

Uses of IOReactorConfig in org.apache.http.impl.nio.reactor
 

Fields in org.apache.http.impl.nio.reactor declared as IOReactorConfig
protected  IOReactorConfig AbstractMultiworkerIOReactor.config
           
static IOReactorConfig IOReactorConfig.DEFAULT
           
 

Methods in org.apache.http.impl.nio.reactor that return IOReactorConfig
 IOReactorConfig IOReactorConfig.Builder.build()
           
protected  IOReactorConfig IOReactorConfig.clone()
           
 

Methods in org.apache.http.impl.nio.reactor with parameters of type IOReactorConfig
static IOReactorConfig.Builder IOReactorConfig.copy(IOReactorConfig config)
           
 

Constructors in org.apache.http.impl.nio.reactor with parameters of type IOReactorConfig
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–2021 The Apache Software Foundation. All rights reserved.