Class AbstractOioChannel

    • Method Detail

      • doConnect

        protected abstract void doConnect​(java.net.SocketAddress remoteAddress,
                                          java.net.SocketAddress localAddress)
                                   throws java.lang.Exception
        Deprecated.
        Connect to the remote peer using the given localAddress if one is specified or null otherwise.
        Throws:
        java.lang.Exception
      • doBeginRead

        protected void doBeginRead()
                            throws java.lang.Exception
        Deprecated.
        Description copied from class: AbstractChannel
        Schedule a read operation.
        Specified by:
        doBeginRead in class AbstractChannel
        Throws:
        java.lang.Exception
      • doRead

        protected abstract void doRead()
        Deprecated.
      • isReadPending

        @Deprecated
        protected boolean isReadPending()
        Deprecated.
        No longer supported. No longer supported.
      • setReadPending

        @Deprecated
        protected void setReadPending​(boolean readPending)
        Deprecated.
        Use clearReadPending() if appropriate instead. No longer supported.
      • clearReadPending

        protected final void clearReadPending()
        Deprecated.
        Set read pending to false.