Fabcoin Core
0.16.2
P2P Digital Currency
|
Shared pointer wrapper for ASIO TCP socket. More...
#include <RLPXSocket.h>
Public Member Functions | |
RLPXSocket (ba::io_service &_ioService) | |
~RLPXSocket () | |
bool | isConnected () const |
void | close () |
bi::tcp::endpoint | remoteEndpoint () |
bi::tcp::socket & | ref () |
Protected Attributes | |
bi::tcp::socket | m_socket |
Shared pointer wrapper for ASIO TCP socket.
Thread Safety Distinct Objects: Safe. Shared objects: Unsafe.
Definition at line 39 of file RLPXSocket.h.
|
inline |
Definition at line 42 of file RLPXSocket.h.
|
inline |
|
inline |
|
inline |
Definition at line 45 of file RLPXSocket.h.
|
inline |
Definition at line 48 of file RLPXSocket.h.
|
inline |
Definition at line 47 of file RLPXSocket.h.
|
protected |
Definition at line 51 of file RLPXSocket.h.