Package 

Class AbstractIntCoAcceptor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit accept(Integer value) Accept an int.
      abstract Unit acceptInt(Integer value) Accept an int, after closed check and test for end of data.
      • Methods inherited from class net.pwall.pipeline.BaseAbstractCoAcceptor

        close, getClosed
      • Methods inherited from class net.pwall.pipeline.BaseCoAcceptor

        flush, getComplete, getResult
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractIntCoAcceptor

        AbstractIntCoAcceptor()
    • Method Detail

      • accept

         Unit accept(Integer value)

        Accept an int. Check for acceptor already closed, and handle end of data.

        Parameters:
        value - the input value
      • acceptInt

         abstract Unit acceptInt(Integer value)

        Accept an int, after closed check and test for end of data. Implementing classes must supply an implementation of this method.

        Parameters:
        value - the input value