Defines an interface for a connection shared by multiple clients and multiple servers.
Type | Name and description |
---|---|
SharedAltingConnectionClient |
client() Returns a reference to the client end of the connection for use by the client processes. |
SharedConnectionServer |
server() Returns a reference to the server end of the connection for use by the server processes. |
Methods inherited from class | Name |
---|---|
interface ConnectionWithSharedAltingClient |
client |
interface ConnectionWithSharedAltingServer |
server |
Returns a reference to the client end of the connection for use by the client processes.
Returns a reference to the server end of the connection for use by the server processes.