|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
IAcceptor | Defines an acceptor. |
IChannelObserver | Defines callbacks for channel events. |
IConnectionObserver | Defines callbacks for open events. |
IConnector | Defines a connector. |
IDisconnectionObserver | Defines callbacks for close events. |
IInput | Defines an input. |
IInputImp | Defines an input implementation. |
IInputOutputFactory | Defines a factory for creating inputs and outputs. |
IInputOutputImpFactory | Defines a factory for creating input and output implementations. |
IOutput | Defines an output. |
IOutputImp | Defines an output implementation. |
ISessionManager | Defines a component providing a service from connection to disconnection. |
IStatusObserver | Defines status callbacks. |
Class Summary | |
AsynchronousAcceptor | Wraps an acceptor to provide an asynchronous functionning. |
AsynchronousConnector | Wraps a connector to provide an asynchronous connection. |
AsynchronousInput | Wraps an input to provide an asynchronous reading. |
ChannelManager | Maintains a link between inputs and outputs. |
ChannelObserverAdapter | Adapts a status observer into a channel observer. |
FileInputConnector | Implements a connector for reading from a file. |
FileOutputConnector | Implements a connector for writing in a file. |
Input | Handles the input logics. |
InputOutputFactory | Implements an input-output factory. |
InputStarter | Starts an asynchronous input managing each opened input. |
ObjectInput | Provides an input implementation based on object serialization. |
ObjectInputOutputFactory | Implements an input-output implementation factory based on object serialization. |
ObjectOutput | Implements an output implementation based on object serialization. |
Output | Handles the output logics. |
OutputRegistrer | Registers and unregisters outputs into the given subject. |
SessionManager | Implements a composite of session managers. |
XStreamInput | Implements an input implementation based on the XStream library. |
XStreamInputOutputFactory | Implements an input-output implementation factory based on the XStream library. |
XStreamOutput | Implements an output implementation based on the XStream library. |
Exception Summary | |
InputOutputException | Provides an io related exception. |
IO package.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |