|
Interface Summary |
| Protocol |
The protocol abstraction represents protocols like TCP, IP or
GIOP. |
| ProtocolGraph |
|
| ReplyInterface |
A ReplyInterface holds the reply to a request. |
| ReplySession |
A reply session is used by a server to send a reply back to a client. |
| RequestSession |
Request sessions represent the recipient of an invocation for an invocation
protocol. |
| Session_High |
Session_High is the type of sessions used to send messages down
to the network; A Session_High is usually a surrogate for
a session of type Session_Low exported to a protocol and
represented by an session identifier.
|
| Session_Low |
Session_Low is the type of sessions used to forward messages
coming from the network to their actual recipient; Session_Low is
also the type of interfaces represented by session
identifiers.
|
| SessionIdentifier |
A session identifier represents an exported session. |
Provides a set of classes and interfaces for communication protocols.