See: Description
| Interface | Description |
|---|---|
| AdapterManager |
This is the interface for an object adapter manager.
|
| Address |
General address for a binding target.
|
| Channel |
General interface for a communications channel.
|
| ClientChannel |
Client channel interface.
|
| ClientManager | |
| ClientProtocol |
The client protocol is used to generate client bindings from an IOR and may
perform some management of the client channels.
|
| ClientRequest |
Interface for client requests.
|
| ServerChannel |
A server channel represents a connection with a client through which
requests can be issued.
|
| ServerManager |
This class is the controller for most server side operations.
|
| ServerProtocol |
The server protocol represents a listen point at which clients may create
a ServerChannel object through which to issue requests.
|
| ServerRequest |
Interface for server requests.
|
| SocketFactory |
An abstraction for creating sockets.
|
| SocketStreamDecorationStrategy |
A strategy for decorating sockets streams.
|
| SocketStreamDecorationStrategy.Factory |
Factory interface for creating instances of
SocketStreamDecorationStrategy. |
| Transport |
Transport for messages.
|
| TransportClientInitializer |
Interface for creating sockets.
|
| TransportServerInitializer |
Instances of this interface manage listening for incoming connection
requests.
|
| Class | Description |
|---|---|
| AbstractAddress |
Base class which implements much of the Address functionality.
|
| AbstractClientRequest |
Base class which implements some of the ClientRequest functionality.
|
| AbstractServerRequest |
Base class which implements most of the server request functionality.
|
| AbstractSocketStreamDecorationStrategy |
A abstract base class that provides exception checking and autoclosing
of streams.
|
| BufferingSocketStreamDecorationStrategy |
A strategy for buffering socket streams
|
| BufferingSocketStreamDecorationStrategy.Factory |
Factory for creating instances of
BufferingSocketStreamDecorationStrategy. |
| ClientBinding |
A client binding represents a potential request path between client
and server.
|
| ClientManagerImpl | |
| CompositeSocketStreamDecorationStrategy |
A strategy for decorating sockets streams using 2 other strategies in sequence.
|
| ConfiguredSocketFactory |
A socket factory that creates pre-configured sockets.
|
| LegacySocketStreamDecorationStrategy |
This strategy handles the functionality of the
iiop.SocketInputStreamClass an
iiop.SocketOutputStreamClass properties and is only a
temporary measure for backward compatibility. |
| LegacySocketStreamDecorationStrategy.Factory |
Factory for creating instances of
LegacySocketStreamDecorationStrategy. |
| LocalClientRequest |
This is a very hacked version of the IIOPClientRequest to route calls
inside the ORB.
|
| LocalServerRequest |
This class represents a server request for a server that is hosted on the same ORB
than the client
|
| NullSocketStreamDecorationStrategy |
A stretegy that does nothing.
|
| PriorityBoostingSocketStreamDecorationStrategy |
A strategy for boosting the priority of reading threads.
|
| PriorityBoostingSocketStreamDecorationStrategy.Factory |
Factory for creating instances of
PriorityBoostingSocketStreamDecorationStrategy. |
| RequestIDAllocator | |
| ServerManagerImpl |
This class is the controler for most server side operations.
|
| Exception | Description |
|---|---|
| AdapterHoldingException |
Base class which implements much of the Address functionality.
|
| RebindChannelException |
This exception is thrown to indicate the target channel has been replaced
with a new implementation.
|
General network services including transport initialization, address management, client and server bindings and server management.