Anoncoin  0.9.4
P2P Digital Currency
Public Member Functions | List of all members
AcceptedConnection Class Referenceabstract
Inheritance diagram for AcceptedConnection:
[legend]

Public Member Functions

virtual ~AcceptedConnection ()
 
virtual std::iostream & stream ()=0
 
virtual std::string peer_address_to_string () const =0
 
virtual void close ()=0
 

Detailed Description

Definition at line 394 of file rpcserver.cpp.

Constructor & Destructor Documentation

virtual AcceptedConnection::~AcceptedConnection ( )
inlinevirtual

Definition at line 397 of file rpcserver.cpp.

Member Function Documentation

virtual void AcceptedConnection::close ( )
pure virtual
virtual std::string AcceptedConnection::peer_address_to_string ( ) const
pure virtual

Implemented in AcceptedConnectionImpl< Protocol >.

Here is the caller graph for this function:

virtual std::iostream& AcceptedConnection::stream ( )
pure virtual

Implemented in AcceptedConnectionImpl< Protocol >.

Here is the caller graph for this function:


The documentation for this class was generated from the following file: