|
Interface Summary |
| BinaryNIOInputSource |
Adds the ability for binary based NIOInputSources to obtain the
incoming Buffer directly without having to
use intermediate objects to copy the data to. |
| BinaryNIOOutputSink |
Adds the ability for binary based NIOOutputSinks to write a
Buffer instead of having to convert to those types supported by
OutputStream. |
| NIOInputSource |
This interface defines methods to allow an InputStream or
Reader to notify the developer when and how much
data is ready to be read without blocking. |
| NIOOutputSink |
This interface defines methods to allow an OutputStream or
Writer to allow the developer to check with the runtime
whether or not it's possible to write a certain amount of data, or if it's
not possible, to be notified when it is. |
| OutputBuffer.LifeCycleListener |
|
| ReadHandler |
This class represents a call-back mechanism that will notify implementations
as HTTP request data becomes available to read without blocking. |
| WriteHandler |
Callback notification mechanism that signals the developer it's possible
to write content. |