Package org.apache.hc.core5.reactor
Interface IOReactorService
- All Superinterfaces:
AutoCloseable
,Closeable
,IOReactor
,ModalCloseable
- All Known Implementing Classes:
AbstractIOReactorBase
,AsyncRequester
,AsyncServer
,DefaultConnectingIOReactor
,DefaultListeningIOReactor
,H2AsyncRequester
,H2MultiplexingRequester
,HttpAsyncRequester
,HttpAsyncServer
IOReactor
running as a service.- Since:
- 5.0
-
Method Summary
Methods inherited from interface org.apache.hc.core5.reactor.IOReactor
awaitShutdown, close, getStatus, initiateShutdown
-
Method Details
-
start
void start()Starts I/O reactor.
-