@ExportPackage
Interface | Description |
---|---|
Connection |
Connection interface is the abstraction for an operating
asynchronous NIO connection.
|
ConnectionFactory |
A factory interface used for associating SocketChannel and Listener
information with the application's Connection object.
|
SelectLoopHook |
This interface defines a callback hook which applications can
use to get work done before or after the select loop finishes
its tasks.
|
WritableByteTransmitter |
Marker interface for use with the BufferChain data store.
|
Class | Description |
---|---|
AbstractByteWriter |
Base class for writers needing to accept binary data.
|
Acceptor |
Class for accepting new connections in separate thread.
|
Blob |
A Blob contains opaque data in the form of a byte array.
|
BufferChain |
Data store for AbstractByteWriter.
|
ByteWriter |
A buffered writer which accepts byte arrays in addition to character arrays.
|
FatalErrorHandler |
What to do if a fatal condition happens in an IO component.
|
GrowableBufferOutputStream | |
GrowableByteBuffer |
GrowableByteBuffer encapsulates a ByteBuffer and grows it as needed.
|
HexDump | |
IOUtils |
Some static io convenience methods.
|
Listener |
A basic Reactor implementation using NIO.
|
ReadLine |
Conventient utility for reading lines from ByteBuffers.
|
SlowInflate | |
TeeInputStream |
Forwards input from a source InputStream while making a copy of it into an outputstream.
|
UpdateInterest |
Command object to perform interest set updates.
|
Copyright © 2018. All rights reserved.