- AbstractCoAcceptor<A,R> - Class in net.pwall.util.pipeline
-
- AbstractCoAcceptor() - Constructor for class net.pwall.util.pipeline.AbstractCoAcceptor
-
- AbstractCoPipeline<A,E,R> - Class in net.pwall.util.pipeline
-
- AbstractCoPipeline(downstream) - Constructor for class net.pwall.util.pipeline.AbstractCoPipeline
-
- AbstractIntCoAcceptor<R> - Class in net.pwall.util.pipeline
-
- AbstractIntCoAcceptor() - Constructor for class net.pwall.util.pipeline.AbstractIntCoAcceptor
-
- AbstractIntCoPipeline<R> - Class in net.pwall.util.pipeline
-
- AbstractIntCoPipeline(downstream) - Constructor for class net.pwall.util.pipeline.AbstractIntCoPipeline
-
- AbstractIntObjectCoPipeline<E,R> - Class in net.pwall.util.pipeline
-
- AbstractIntObjectCoPipeline(downstream) - Constructor for class net.pwall.util.pipeline.AbstractIntObjectCoPipeline
-
- accept(p, $completion) - Method in class net.pwall.util.pipeline.AbstractCoAcceptor
-
Accept an object. Check for pipeline already closed, and handle end of data. This assumes that
null is used
to indicate end of data; if that is not the case this method must be overridden or an alternative implementation
of
interface CoAcceptor used.
- accept(p, $completion) - Method in class net.pwall.util.pipeline.AbstractIntCoAcceptor
-
Accept an int. Check for acceptor already closed, and handle end of data.
- accept(value, p) - Method in interface net.pwall.util.pipeline.CoAcceptor
-
Accept a value.
- accept(value, p) - Method in interface net.pwall.util.pipeline.IntCoAcceptor
-
Accept a value.
- accept(charSequence, p) - Method in interface net.pwall.util.pipeline.IntCoAcceptor
-
- accept(bytes, offset, length, p) - Method in interface net.pwall.util.pipeline.IntCoAcceptor
-
Accept a
ByteArray as a sequence of integer values.
- accept($this, charSequence, p) - Static method in class net.pwall.util.pipeline.IntCoAcceptor.DefaultImpls
-
- accept($this, bytes, offset, length, p) - Static method in class net.pwall.util.pipeline.IntCoAcceptor.DefaultImpls
-
Accept a
ByteArray as a sequence of integer values.
- acceptInt(value, p) - Method in class net.pwall.util.pipeline.AbstractIntCoAcceptor
-
Accept an int, after closed check and test for end of data. Implementing classes must supply an
implementation of this method.
- acceptInt(value, p) - Method in class net.pwall.util.pipeline.ByteChannelCoAcceptor
-
Accept a value, after closed check and test for end of data. Send the value to the ByteWriteChannel.
- acceptInt(value, p) - Method in class net.pwall.util.pipeline.CoASCII_CodePoint
-
Accept an int, after closed check and test for end of data. Implementing classes must supply an
implementation of this method.
- acceptInt(value, p) - Method in class net.pwall.util.pipeline.CoCodePoint_UTF16
-
Accept an int, after closed check and test for end of data. Implementing classes must supply an
implementation of this method.
- acceptInt(value, p) - Method in class net.pwall.util.pipeline.CoCodePoint_UTF8
-
Accept an int, after closed check and test for end of data. Implementing classes must supply an
implementation of this method.
- acceptInt(value, p) - Method in class net.pwall.util.pipeline.CoUTF16_CodePoint
-
Accept an int, after closed check and test for end of data. Implementing classes must supply an
implementation of this method.
- acceptInt(value, p) - Method in class net.pwall.util.pipeline.CoUTF8_CodePoint
-
Accept an int, after closed check and test for end of data. Implementing classes must supply an
implementation of this method.
- acceptInt(p, $completion) - Method in class net.pwall.util.pipeline.DecodingCoPipeline
-
Accept an int, after closed check and test for end of data. Implementing classes must supply an
implementation of this method.
- acceptInt(value, p) - Method in class net.pwall.util.pipeline.StringCoAcceptor
-
Accept an int, after closed check and test for end of data. Implementing classes must supply an
implementation of this method.
- acceptObject(value, p) - Method in class net.pwall.util.pipeline.AbstractCoAcceptor
-
Accept a value, after closed check and test for end of data. Implementing classes must supply an
implementation of this method.
- acceptObject(value, p) - Method in class net.pwall.util.pipeline.ChannelCoAcceptor
-
Accept a value, after closed check and test for end of data. Send the value to the SendChannel.
- acceptObject(value, p) - Method in class net.pwall.util.pipeline.SimpleCoAcceptor
-
Accept a value, after closed check and test for end of data. Invoke the lambda with the value.
- getBlock() - Method in class net.pwall.util.pipeline.SimpleCoAcceptor
-
- getClosed() - Method in class net.pwall.util.pipeline.BaseAbstractCoAcceptor
-
true if the acceptor is closed
- getClosed() - Method in interface net.pwall.util.pipeline.BaseCoAcceptor
-
true if the acceptor is closed
- getComplete() - Method in class net.pwall.util.pipeline.AbstractCoPipeline
-
Return true if all sequences in the input are complete, that is, the input is not in the middle of a
sequence requiring more data. The default implementation tests whether the downstream acceptor is complete.
- getComplete() - Method in class net.pwall.util.pipeline.AbstractIntCoPipeline
-
Return true if all sequences in the input are complete, that is, the input is not in the middle of a
sequence requiring more data. The default implementation tests whether the downstream acceptor is complete.
- getComplete() - Method in class net.pwall.util.pipeline.AbstractIntObjectCoPipeline
-
Return true if all sequences in the input are complete, that is, the input is not in the middle of a
sequence requiring more data. The default implementation tests whether the downstream acceptor is complete.
- getComplete() - Method in class net.pwall.util.pipeline.BaseAbstractCoAcceptor
-
Default true (all sequences in the input are complete)
- getComplete() - Method in interface net.pwall.util.pipeline.BaseCoAcceptor
-
true if all sequences in the input are complete
- getComplete() - Method in class net.pwall.util.pipeline.CoUTF16_CodePoint
-
Return true if all sequences in the input are complete, that is, the input is not in the middle of a
sequence requiring more data. The default implementation tests whether the downstream acceptor is complete.
- getComplete() - Method in class net.pwall.util.pipeline.CoUTF8_CodePoint
-
Return true if all sequences in the input are complete, that is, the input is not in the middle of a
sequence requiring more data. The default implementation tests whether the downstream acceptor is complete.
- getDecoder(charsetName, downstream) - Method in class net.pwall.util.pipeline.CoDecoderFactory
-
- getDecoder(charset, downstream) - Method in class net.pwall.util.pipeline.CoDecoderFactory
-
- getDigits() - Method in class net.pwall.util.pipeline.Strings
-
- getEncoder(charsetName, downstream) - Method in class net.pwall.util.pipeline.CoEncoderFactory
-
- getEncoder(charset, downstream) - Method in class net.pwall.util.pipeline.CoEncoderFactory
-
- getHexDigits() - Method in class net.pwall.util.pipeline.Strings
-
- getResult() - Method in class net.pwall.util.pipeline.AbstractCoPipeline
-
Get the result (defaults to the result of the downstream acceptor).
- getResult() - Method in class net.pwall.util.pipeline.AbstractIntCoPipeline
-
Get the result (defaults to the result of the downstream acceptor).
- getResult() - Method in class net.pwall.util.pipeline.AbstractIntObjectCoPipeline
-
Get the result (defaults to the result of the downstream acceptor).
- getResult() - Method in class net.pwall.util.pipeline.BaseAbstractCoAcceptor
-
Get the result object (default implementation throws exception).
- getResult() - Method in interface net.pwall.util.pipeline.BaseCoAcceptor
-
the result of the acceptor
- getResult() - Method in class net.pwall.util.pipeline.StringCoAcceptor
-
- getSize() - Method in class net.pwall.util.pipeline.StringCoAcceptor
-
- getTensDigits() - Method in class net.pwall.util.pipeline.Strings
-