

Public Methods | |
| InetConnection (int _oid, MPS::Address const &a) | |
| virtual MPS::OutputStream* | getOutputStream () |
| virtual MPS::InputStream* | getInputStream () |
| virtual void | releaseOutputStream (MPS::OutputStream *stream) |
| virtual void | releaseInputStream (MPS::InputStream *stream) |
| void | setActiveFd (ref< FileDescriptor > const &_fd) |
Private Methods | |
| void | ensureConnection () |
Private Attributes | |
| int | oid |
| ref<FileDescriptor> | fd |
|
|
Definition at line 112 of file InetTransport.cc. |
|
|
Definition at line 105 of file InetTransport.cc. |
|
|
Obtain an InputStream to use to receive a message from the remote object. The caller must call releaseInputStream() when it's finished with the stream.
Reimplemented from MPS::Connection. Definition at line 126 of file InetTransport.cc. |
|
|
Obtain an OutputStream to use to send a message to the remote object. The caller must call releaseOutputStream() when it's finished with the stream.
Reimplemented from MPS::Connection. Definition at line 118 of file InetTransport.cc. |
|
|
Signals that the caller is finished with an InputStream obtained via the getInputStream() method.
Reimplemented from MPS::Connection. Definition at line 141 of file InetTransport.cc. |
|
|
Signals that the caller is finished with an OutputStream obtained via the getOutputStream() method.
Reimplemented from MPS::Connection. Definition at line 140 of file InetTransport.cc. |
|
|
Definition at line 143 of file InetTransport.cc. |
|
|
Definition at line 103 of file InetTransport.cc. |
|
|
Definition at line 102 of file InetTransport.cc. |
1.2.6 written by Dimitri van Heesch,
© 1997-2001