Class OioByteStreamChannel

All Implemented Interfaces:
Channel, ChannelOutboundInvoker, AttributeMap, Comparable<Channel>
Direct Known Subclasses:
OioSocketChannel, RxtxChannel

@Deprecated public abstract class OioByteStreamChannel extends AbstractOioByteChannel
Deprecated.
use NIO / EPOLL / KQUEUE transport.
Abstract base class for OIO Channels that are based on streams.
  • Constructor Details

    • OioByteStreamChannel

      protected OioByteStreamChannel(Channel parent)
      Deprecated.
      Create a new instance
      Parameters:
      parent - the parent Channel which was used to create this instance. This can be null if the invalid input: '{@link /*missing*/}' has no parent as it was created by your self.
  • Method Details