Package | Description |
---|---|
com.vanillasource.aio.channel | |
com.vanillasource.gerec |
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayReadableByteChannelSlave
Reads all bytes into an internal buffer.
|
class |
ByteArrayWritableByteChannelSlave
Writes all bytes given to the writable channel, without pausing.
|
class |
NullReadableByteChannelSlave
A follower of
ReadableByteChannel that reads the channel
completely, but discards all data immediately. |
class |
NullWritableByteChannelSlave
A follower of
WritableByteChannel that doesn't write anything, and
closes the channel as soon as it's allocated. |
Modifier and Type | Method and Description |
---|---|
<R> CompletableFuture<R> |
HttpResponse.consumeContent(java.util.function.Function<ReadableByteChannelMaster,AioSlave<R>> consumerFactory) |
void |
HttpRequest.setByteProducer(java.util.function.Function<WritableByteChannelMaster,AioSlave<Void>> producerFactory) |
void |
HttpRequest.setByteProducer(java.util.function.Function<WritableByteChannelMaster,AioSlave<Void>> producerFactory,
long length) |
Copyright © 2017. All rights reserved.