Public Methods | |
InetIOStream (ref< FileDescriptor > const &_fd) | |
virtual int | read () |
virtual void | flush () |
Protected Methods | |
virtual string | referenceTransport () const |
Private Attributes | |
ref<FileDescriptor> | fd |
|
Definition at line 69 of file InetTransport.cc. |
|
Reimplemented from MPS::OutputStream. Definition at line 84 of file InetTransport.cc. |
|
Reads a single byte out of the message body. Subclasses must override this.
Reimplemented from MPS::InputStream. Definition at line 73 of file InetTransport.cc. |
|
Returns the name of the transport we should look for addresses within when writing out Interface references in writeReference. Override this in subclasses to set the preferred transport-address-type for references we pickle for transmission.
Reimplemented from MPS::OutputStream. |
|
Definition at line 63 of file InetTransport.cc. |