A . More...
#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 () |
A .
Definition at line 40 of file namedPipeConnection.h.
| virtual 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.
| virtual 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.
| virtual 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.
| virtual ConnectionPtr eq::net::NamedPipeConnection::acceptSync | ( | ) | [virtual] |
Complete an accept operation.
Reimplemented from eq::net::Connection.
0.9.1 by
1.6.1