Interface IOReactorService

All Superinterfaces:
AutoCloseable, Closeable, IOReactor, ModalCloseable
All Known Implementing Classes:
AbstractIOReactorBase, AsyncRequester, AsyncServer, DefaultConnectingIOReactor, DefaultListeningIOReactor, H2AsyncRequester, H2MultiplexingRequester, HttpAsyncRequester, HttpAsyncServer

public interface IOReactorService extends IOReactor
IOReactor running as a service.
Since:
5.0
  • Method Details

    • start

      void start()
      Starts I/O reactor.