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