Uses of Class
io.activej.csp.binary.BinaryChannelSupplier
Packages that use BinaryChannelSupplier
-
Uses of BinaryChannelSupplier in io.activej.csp.binary
Methods in io.activej.csp.binary that return BinaryChannelSupplierModifier and TypeMethodDescriptionstatic BinaryChannelSupplierBinaryChannelSupplier.of(ChannelSupplier<io.activej.bytebuf.ByteBuf> input) static BinaryChannelSupplierBinaryChannelSupplier.ofIterator(Iterator<io.activej.bytebuf.ByteBuf> iterator) static BinaryChannelSupplierstatic BinaryChannelSupplierBinaryChannelSupplier.ofProvidedBufs(io.activej.bytebuf.ByteBufs bufs, io.activej.async.function.AsyncRunnable get, io.activej.async.function.AsyncRunnable complete, io.activej.async.process.AsyncCloseable closeable) Methods in io.activej.csp.binary with parameters of type BinaryChannelSupplierModifier and TypeMethodDescriptionio.activej.promise.Promise<Void>BinaryChannelInput.set(BinaryChannelSupplier input) -
Uses of BinaryChannelSupplier in io.activej.csp.dsl
Methods in io.activej.csp.dsl with parameters of type BinaryChannelSupplierModifier and TypeMethodDescriptiondefault BWithBinaryChannelInput.withInput(BinaryChannelSupplier byteBufsInput) -
Uses of BinaryChannelSupplier in io.activej.csp.process
Subclasses of BinaryChannelSupplier in io.activej.csp.processModifier and TypeClassDescriptionprotected final classMethods in io.activej.csp.process that return BinaryChannelSupplierModifier and TypeMethodDescriptionAbstractCommunicatingProcess.SanitizedBinaryChannelSupplier.getUnsanitizedSupplier()Methods in io.activej.csp.process with parameters of type BinaryChannelSupplierModifier and TypeMethodDescriptionprotected final AbstractCommunicatingProcess.SanitizedBinaryChannelSupplierAbstractCommunicatingProcess.sanitize(BinaryChannelSupplier supplier) Constructors in io.activej.csp.process with parameters of type BinaryChannelSupplier