|
Class Summary |
| AddressPair |
AddressPair is a utility class that represents a pair of socket addresses,
each with a host and port. |
| GrowablePipedInputStream |
GrowablePipedInputStream is the parent of the
MultiplexingInputStream returned by
VirtualSocket.getInputStream(). |
| GrowablePipedOutputStream |
GrowablePipedOutputStream works together with
GrowablePipedInputStream like java.io.PipedInputStream
and java.io.PipedOutputStream work together, so that
calling GrowablePipedOutputStream.write() causes bytes to be deposited with the
matching GrowablePipedInputStream. |
| ShrinkableByteArrayOutputStream |
ShrinkableByteArrayOutputStream extends java.io.ByteArrayOutputStream and adds
the following features: |
| SinkOutputStream |
Copyright (c) 2005 |
| StoppableThread |
StoppableThread is the abstract parent of several threads used in the Multiplex system. |
| VirtualSelector |
VirtualSelector is a simple version of
java.nio.channels.Selector. |