Class AbstractOioMessageChannel

    • Constructor Detail

      • AbstractOioMessageChannel

        protected AbstractOioMessageChannel​(Channel parent)
        Deprecated.
    • Method Detail

      • doReadMessages

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