Class InternalChannel

java.lang.Object
org.apache.hc.core5.reactor.InternalChannel
All Implemented Interfaces:
Closeable, AutoCloseable, ModalCloseable
Direct Known Subclasses:
InternalConnectChannel, InternalDataChannel

abstract class InternalChannel extends Object implements ModalCloseable
  • Constructor Details

    • InternalChannel

      InternalChannel()
  • Method Details

    • onIOEvent

      abstract void onIOEvent(int ops) throws IOException
      Throws:
      IOException
    • onTimeout

      abstract void onTimeout(Timeout timeout) throws IOException
      Throws:
      IOException
    • onException

      abstract void onException(Exception cause)
    • getTimeout

      abstract Timeout getTimeout()
    • getLastEventTime

      abstract long getLastEventTime()
    • handleIOEvent

      final void handleIOEvent(int ops)
    • checkTimeout

      final boolean checkTimeout(long currentTimeMillis)