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

Public Methods | |
| PosixTCPSocket (u_short port, const char *addr, u_short range) | |
| ~PosixTCPSocket () | |
| int | open () |
| int | close () |
| int | read (void *buf, int len, bool block=true) |
| int | readline (void *buf, int maxlen) |
| int | write (const void *buf, int len, bool block=true) |
| int | shutdown (int mode=2) |
Protected Methods | |
| PosixTCPSocket (int fd) | |
Protected Attributes | |
| bool | _isPassed |
Friends | |
| class | PosixTCPServerSocket |
Definition at line 11 of file PosixTCPSocket.h.
|
|
Definition at line 15 of file PosixTCPSocket.h. |
|
||||||||||||||||
|
Definition at line 4 of file PosixTCPSocket.cpp. References PosixSocket::create(). |
|
|
Definition at line 11 of file PosixTCPSocket.cpp. |
|
|
Reimplemented from Socket. Definition at line 24 of file PosixTCPSocket.cpp. References Socket::close(), and shutdown(). Referenced by TCPInputStream::~TCPInputStream(), and TCPOutputStream::~TCPOutputStream(). |
|
|
Definition at line 16 of file PosixTCPSocket.cpp. References PosixSocket::_sockFD, and PosixSocket::connect(). |
|
||||||||||||||||
|
Definition at line 84 of file PosixTCPSocket.cpp. References PosixSocket::_sockFD. Referenced by TCPInputStream::read(). |
|
||||||||||||
|
Definition at line 49 of file PosixTCPSocket.cpp. References PosixSocket::_sockFD. |
|
|
Definition at line 34 of file PosixTCPSocket.cpp. References PosixSocket::_sockFD. Referenced by close(). |
|
||||||||||||||||
|
Definition at line 116 of file PosixTCPSocket.cpp. References PosixSocket::_sockFD. Referenced by TCPOutputStream::write(). |
|
|
Reimplemented in TCPSocket. Definition at line 12 of file PosixTCPSocket.h. |
|
|
Definition at line 21 of file PosixTCPSocket.h. |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001