Package org.apache.hc.core5.reactor
Interface IOReactorService
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable,IOReactor,ModalCloseable
- All Known Implementing Classes:
AbstractIOReactorBase,AsyncRequester,AsyncServer,DefaultConnectingIOReactor,DefaultListeningIOReactor,H2AsyncRequester,H2MultiplexingRequester,HttpAsyncRequester,HttpAsyncServer
public interface IOReactorService extends IOReactor
IOReactorrunning as a service.- Since:
- 5.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstart()Starts I/O reactor.-
Methods inherited from interface org.apache.hc.core5.reactor.IOReactor
awaitShutdown, close, getStatus, initiateShutdown
-
-