#include <FountainWireProt.h>
Inheritance diagram for FountainWireProt:

Public Member Functions | |
| FountainWireProt (SSSWireProtConnectionPolicy::type::PointerType connection) | |
| Constructor from an existing connection. | |
| ~FountainWireProt () | |
| Destructor. | |
Static Public Member Functions | |
| static FountainWireProtPtr | Connect (BambooLib::SSS_Protocols protocol, const NodeID &remoteNode) |
| Connect to a remote host. | |
Private Member Functions | |
| FountainWireProt (BambooLib::SSS_Protocols protocol) | |
| Constructor for creating a new connection, private so clients can't call us. | |
| FountainWireProt (const FountainWireProt &rhs) | |
| Private copy constructor with no implementation so it's diabled. | |
| FountainWireProt & | operator= (const FountainWireProt &rhs) |
| Private assignment operator with no implementation so it's disabled. | |
|
|
Constructor from an existing connection.
|
|
|
Constructor for creating a new connection, private so clients can't call us.
|
|
||||||||||||
|
Connect to a remote host.
|
1.4.6