#include <namedPipeConnection.h>


Public Member Functions | |
| virtual bool | connect () |
| Connect to the remote peer. | |
| virtual bool | listen () |
| Put the connection into the listening state. | |
| virtual void | acceptNB () |
| Start an accept operation. | |
| virtual ConnectionPtr | acceptSync () |
| Complete an accept operation. | |
| virtual void | close () |
| Close a connected or listening connection. | |
Protected Member Functions | |
| void | _initAIOAccept () |
| void | _exitAIOAccept () |
| void | _initAIORead () |
| void | _exitAIORead () |
Definition at line 40 of file namedPipeConnection.h.
| bool eq::net::NamedPipeConnection::connect | ( | ) | [virtual] |
Connect to the remote peer.
The ConnectionDescription of this connection is used to identify the peer's parameters.
true if the connection was successfully connected, false if not. Reimplemented from eq::net::Connection.
Definition at line 37 of file namedPipeConnectionPosix.cpp.
| bool eq::net::NamedPipeConnection::listen | ( | ) | [virtual] |
Put the connection into the listening state.
The ConnectionDescription of this connection is used to identify the listening parameters.
true if the connection is listening for new incoming connections, false if not. Reimplemented from eq::net::Connection.
Definition at line 50 of file namedPipeConnectionPosix.cpp.
| void eq::net::NamedPipeConnection::acceptNB | ( | ) | [virtual] |
Start an accept operation.
This method returns immediately. The Notifier will signal a new connection request, upon which acceptSync() should be used to finish the accept operation.
Reimplemented from eq::net::Connection.
Definition at line 66 of file namedPipeConnectionPosix.cpp.
| ConnectionPtr eq::net::NamedPipeConnection::acceptSync | ( | ) | [virtual] |
Complete an accept operation.
Reimplemented from eq::net::Connection.
Definition at line 68 of file namedPipeConnectionPosix.cpp.
0.9 by
1.5.8