-
- All Implemented Interfaces:
-
net.pwall.pipeline.BaseCoAcceptor,net.pwall.pipeline.IntCoAcceptor
public final class IntCoCounter extends AbstractIntCoAcceptor<Int>
-
-
Constructor Summary
Constructors Constructor Description IntCoCounter(Integer count)
-
Method Summary
Modifier and Type Method Description IntegergetResult()UnitacceptInt(Integer value)Accept an int, afterclosedcheck 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 -
Methods inherited from class net.pwall.pipeline.AbstractIntCoAcceptor
accept -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
IntCoCounter
IntCoCounter(Integer count)
-
-
-
-