-
- All Implemented Interfaces:
-
java.lang.AutoCloseable,net.pwall.util.pipeline.BaseCoAcceptor,net.pwall.util.pipeline.IntCoAcceptor
public final class JSONCoStream extends AbstractIntCoAcceptor<JSONValue>
-
-
Constructor Summary
Constructors Constructor Description JSONCoStream()
-
Method Summary
Modifier and Type Method Description UnitacceptInt(Integer value)Unitclose()JSONValuegetResult()final Booleanget_closed()BooleangetClosed()BooleangetComplete()final Unitset_closed(Boolean _closed)-
Methods inherited from class net.pwall.json.stream.JSONCoStream
accept -
Methods inherited from class net.pwall.util.pipeline.AbstractIntCoAcceptor
accept, accept -
Methods inherited from class java.lang.AutoCloseable
equals, hashCode, toString -
Methods inherited from class net.pwall.util.pipeline.BaseAbstractCoAcceptor
flush -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getResult
JSONValue getResult()
-
get_closed
final Boolean get_closed()
-
getComplete
Boolean getComplete()
-
set_closed
final Unit set_closed(Boolean _closed)
-
-
-
-