| bind(short port) | BTCPConnection | |
| BTCPConnection(long addr, short port) | BTCPConnection | |
| BTCPConnection(const std::string &host, short port) | BTCPConnection | |
| BTCPConnection(short port) | BTCPConnection | |
| BTCPConnection() | BTCPConnection | |
| buf | BTCPConnection | [protected] |
| close() | BTCPConnection | [virtual] |
| conn | BTCPConnection | [protected] |
| connected() | BTCPConnection | [inline] |
| doNonblocking | BTCPConnection | [protected] |
| handle() | BTCPConnection | [virtual] |
| handleAccept() | BTCPConnection | [protected, virtual] |
| handleClose() | BTCPConnection | [protected, virtual] |
| handleConnection() | BTCPConnection | [protected, virtual] |
| handleInput(const unsigned char *buf, int bufleno) | BTCPConnection | [protected, virtual] |
| isServer | BTCPConnection | [protected] |
| lastaddr | BTCPConnection | [protected] |
| makeBlocking() | BTCPConnection | |
| makeNonblocking() | BTCPConnection | |
| portnum | BTCPConnection | [protected] |
| portNumber() | BTCPConnection | [inline] |
| rbs | BTCPConnection | [protected] |
| read(char *buf, int buflen) | BTCPConnection | |
| readBlockSize() | BTCPConnection | [protected] |
| setReadBlockSize(unsigned int rbs) | BTCPConnection | [protected] |
| sock | BTCPConnection | [protected] |
| write(const unsigned char *buf, int buflen=-1) | BTCPConnection | |
| write(const char *buf, int buflen=-1) | BTCPConnection | [inline] |
| writeRaw(const unsigned char *buf, int buflen) | BTCPConnection | |
| ~BTCPConnection() (defined in BTCPConnection) | BTCPConnection | [virtual] |