Class AbstractOioChannel

All Implemented Interfaces:
Channel, ChannelOutboundInvoker, AttributeMap, Comparable<Channel>
Direct Known Subclasses:
AbstractOioByteChannel, AbstractOioMessageChannel

@Deprecated public abstract class AbstractOioChannel extends AbstractChannel
Deprecated.
use NIO / EPOLL / KQUEUE transport.
Abstract base class for Channel implementations that use Old-Blocking-IO
  • Field Details

    • SO_TIMEOUT

      protected static final int SO_TIMEOUT
      Deprecated.
      See Also:
    • readPending

      boolean readPending
      Deprecated.
    • readWhenInactive

      boolean readWhenInactive
      Deprecated.
    • readTask

      final Runnable readTask
      Deprecated.
    • clearReadPendingRunnable

      private final Runnable clearReadPendingRunnable
      Deprecated.
  • Constructor Details

  • Method Details