Kodo 4.2.0. (DEPRECATED)

Package com.solarmetric.remote

Remote Communication Framework

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.
 

Package com.solarmetric.remote Description

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. (DEPRECATED)

Copyright 2011 Oracle, Inc. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Oracle Kodo 4.2.0 API Reference (DEPRECATED)
12c Release 1 (12.1.1)
Part Number E24400_01