|
Kodo 4.2.0. generated on July 28 2008 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ContextFactory | Component used to create the context for each command based on its client id. |
StreamDecorator | Decorator that wraps IO streams for added functionality. |
Transport | Abstraction of the transport layer. |
Transport.Channel | A communications channel. |
Transport.Server | Server side transport layer handler. |
Class Summary | |
---|---|
Command | Base class for commands sent from the client to the server. |
CommandIO | Manages command input and output. |
GZIPStreamDecorator | Adds GZIP compression to IO streams. |
HTTPTransport | HTTP transport layer. |
TCPTransport | TCP transport layer. |
Remote Communication Framework
Abstract framework for communicating between a client and server
via a pluggable transport mechanism. Create a concrete context factory
if needed to find the correct context for each client command. Then
create concrete Command
types that can act through the
given context. You can also create concrete Transport
implementations, or choose from the implementations provided.
|
Kodo 4.2.0. generated on July 28 2008 | ||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |