Package org.openziti.net
Class InputChannel.InputSupport
-
- All Implemented Interfaces:
public final class InputChannel.InputSupport
-
-
Constructor Summary
Constructors Constructor Description InputChannel.InputSupport(ReceiveChannel<ByteArray> queue)
-
Method Summary
Modifier and Type Method Description final MutexgetMut()final ByteBuffergetLeftover()final UnitsetLeftover(ByteBuffer leftover)final JobgetReadOp()final UnitsetReadOp(Job readOp)final ReceiveChannel<ByteArray>getQueue()final UnitcancelRead()-
-
Constructor Detail
-
InputChannel.InputSupport
InputChannel.InputSupport(ReceiveChannel<ByteArray> queue)
-
-
Method Detail
-
getMut
final Mutex getMut()
-
getLeftover
final ByteBuffer getLeftover()
-
setLeftover
final Unit setLeftover(ByteBuffer leftover)
-
getReadOp
final Job getReadOp()
-
cancelRead
final Unit cancelRead()
-
-
-
-