-
- All Implemented Interfaces:
-
net.pwall.pipeline.BaseCoAcceptor,net.pwall.pipeline.IntCoAcceptor
public abstract class AbstractIntCoAcceptor<R extends Object> extends BaseAbstractCoAcceptor<R> implements IntCoAcceptor<R>
Abstract implementation of IntCoAcceptor.
-
-
Constructor Summary
Constructors Constructor Description AbstractIntCoAcceptor()
-
Method Summary
Modifier and Type Method Description Unitaccept(Integer value)Accept an int.abstract 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, getResult -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-