Package 

Interface IntCoAcceptor

  • All Implemented Interfaces:
    net.pwall.pipeline.BaseCoAcceptor

    
    public interface IntCoAcceptor<R extends Object>
     implements BaseCoAcceptor<R>
                        

    An acceptor that takes an integer value. Includes default functions to cater for the common cases of strings or byte arrays being used for integer values.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Unit accept(Integer value) Accept a value.
      Unit accept(CharSequence charSequence) Accept a CharSequence (e.g.
      Unit accept(ByteArray bytes, Integer offset, Integer length) Accept a ByteArray as a sequence of integer values.
      • Methods inherited from class net.pwall.pipeline.BaseCoAcceptor

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait