Class AbstractOioMessageChannel

All Implemented Interfaces:
Channel, ChannelOutboundInvoker, AttributeMap, Comparable<Channel>
Direct Known Subclasses:
OioDatagramChannel, OioSctpChannel, OioSctpServerChannel, OioServerSocketChannel

@Deprecated public abstract class AbstractOioMessageChannel extends AbstractOioChannel
Deprecated.
use NIO / EPOLL / KQUEUE transport.
Abstract base class for OIO which reads and writes objects from/to a Socket
  • Field Details

    • readBuf

      private final List<Object> readBuf
      Deprecated.
  • Constructor Details

    • AbstractOioMessageChannel

      protected AbstractOioMessageChannel(Channel parent)
      Deprecated.
  • Method Details

    • doRead

      protected void doRead()
      Deprecated.
      Specified by:
      doRead in class AbstractOioChannel
    • doReadMessages

      protected abstract int doReadMessages(List<Object> msgs) throws Exception
      Deprecated.
      Read messages into the given array and return the amount which was read.
      Throws:
      Exception