AbortCommandString() | PChannel | |
Accept(PSocket &socket) | PSPXSocket | [virtual] |
AccessDenied enum value | PChannel | |
AddressIsExclusive enum value | PSocket | |
BadParameter enum value | PChannel | |
BufferTooSmall enum value | PChannel | |
CanReuseAddress enum value | PSocket | |
channelName | PChannel | [protected] |
Class() | PObject | [inline, static] |
Clone() const | PObject | [virtual] |
Close() | PChannel | [virtual] |
Compare(const PObject &obj) const | PChannel | [virtual] |
CompareObjectMemoryDirect(const PObject &obj) const | PObject | [virtual] |
Comparison enum name | PObject | |
Connect(const PString &address) | PIPXSocket | [virtual] |
Connect(const Address &address) | PIPXSocket | [virtual] |
ConvertOSError(int libcReturnValue, Errors &lastError, int &osError) | PChannel | [static] |
ConvertOSError(int libcReturnValue, ErrorGroup group=LastGeneralError) | PChannel | [protected, virtual] |
DeviceInUse enum value | PChannel | |
DiskFull enum value | PChannel | |
EqualTo enum value | PObject | |
ErrorGroup enum name | PChannel | |
Errors enum name | PChannel | |
FileExists enum value | PChannel | |
GetBaseReadChannel() const | PChannel | [virtual] |
GetBaseWriteChannel() const | PChannel | [virtual] |
GetClass(unsigned=0) const | PObject | [inline, virtual] |
GetErrorCode(ErrorGroup group=NumErrorGroups) const | PChannel | |
GetErrorNumber(ErrorGroup group=NumErrorGroups) const | PChannel | |
GetErrorText(ErrorGroup group=NumErrorGroups) const | PChannel | [virtual] |
GetErrorText(Errors lastError, int osError=0) | PChannel | [static] |
GetHandle() const | PChannel | |
GetHostAddress(Address &addr) | PIPXSocket | [static] |
GetHostAddress(const PString &hostname, Address &addr) | PIPXSocket | [static] |
GetHostName(const Address &addr) | PIPXSocket | [static] |
GetLastReadCount() const | PChannel | [virtual] |
GetLastWriteCount() const | PChannel | [virtual] |
GetLocalAddress(Address &addr) | PIPXSocket | |
GetLocalAddress(Address &addr, WORD &port) | PIPXSocket | |
GetName() const | PIPXSocket | [virtual] |
GetNameByProtocol(WORD proto) | PSocket | [static] |
GetOption(int option, int &value, int level=SOL_SOCKET) | PSocket | |
GetOption(int option, void *valuePtr, PINDEX valueSize, int level=SOL_SOCKET) | PSocket | |
GetPacketType() | PIPXSocket | |
GetPeerAddress(Address &addr) | PIPXSocket | |
GetPeerAddress(Address &addr, WORD &port) | PIPXSocket | |
GetPort() const | PSocket | |
GetPortByService(const PString &service) const | PSocket | [virtual] |
GetPortByService(const char *protocol, const PString &service) | PSocket | [static] |
GetProtocolByName(const PString &name) | PSocket | [static] |
GetProtocolName() const | PSPXSocket | [protected, virtual] |
GetReadTimeout() const | PChannel | |
GetService() const | PSocket | |
GetServiceByPort(WORD port) const | PSocket | [virtual] |
GetServiceByPort(const char *protocol, WORD port) | PSocket | [static] |
GetWriteTimeout() const | PChannel | |
GreaterThan enum value | PObject | |
HashFunction() const | PChannel | [virtual] |
Host2Net(WORD v) | PSocket | [inline, static] |
Host2Net(DWORD v) | PSocket | [inline, static] |
InternalIsDescendant(const char *clsName) const | PObject | [inline, virtual] |
Interrupted enum value | PChannel | |
IsClass(const char *cls) const | PObject | [inline] |
IsOpen() const | PChannel | [virtual] |
lastErrorCode | PChannel | [protected] |
lastErrorNumber | PChannel | [protected] |
LastGeneralError enum value | PChannel | |
lastReadCount | PChannel | [protected] |
LastReadError enum value | PChannel | |
lastWriteCount | PChannel | [protected] |
LastWriteError enum value | PChannel | |
LessThan enum value | PObject | |
Listen(unsigned queueSize=5, WORD port=0, Reusability reuse=AddressIsExclusive) | PSPXSocket | [virtual] |
Miscellaneous enum value | PChannel | |
Net2Host(WORD v) | PSocket | [inline, static] |
Net2Host(DWORD v) | PSocket | [inline, static] |
NoError enum value | PChannel | |
NoMemory enum value | PChannel | |
NotFound enum value | PChannel | |
NotOpen enum value | PChannel | |
NumErrorGroups enum value | PChannel | |
NumNormalisedErrors enum value | PChannel | |
OnReadComplete(void *buf, PINDEX len) | PChannel | [virtual] |
OnWriteComplete(const void *buf, PINDEX len) | PChannel | [virtual] |
OpenSocket() | PSPXSocket | [protected, virtual] |
operator!=(const PObject &obj) const | PObject | [inline] |
operator<(const PObject &obj) const | PObject | [inline] |
operator<<(ostream &strm, const PObject &obj) | PObject | [friend] |
operator<=(const PObject &obj) const | PObject | [inline] |
operator=(const PChannel &) | PChannel | [protected] |
operator==(const PObject &obj) const | PObject | [inline] |
operator>(const PObject &obj) const | PObject | [inline] |
operator>=(const PObject &obj) const | PObject | [inline] |
operator>>(istream &strm, PObject &obj) | PObject | [friend] |
os_accept(PSocket &listener, struct sockaddr *addr, PINDEX *size) | PSocket | [protected] |
os_close() | PSocket | [protected] |
os_connect(struct sockaddr *sin, PINDEX size) | PSocket | [protected] |
os_handle | PChannel | [protected] |
os_recvfrom(void *buf, PINDEX len, int flags, struct sockaddr *from, PINDEX *fromlen) | PSocket | [protected] |
os_sendto(const void *buf, PINDEX len, int flags, struct sockaddr *to, PINDEX tolen) | PSocket | [protected] |
os_socket(int af, int type, int proto) | PSocket | [protected] |
PChannel() | PChannel | |
PChannel(const PChannel &) | PChannel | [protected] |
PIPXSocket(WORD port=0) | PIPXSocket | |
PObject() | PObject | [inline, protected] |
port | PSocket | [protected] |
PrintOn(ostream &strm) const | PObject | [virtual] |
ProtocolFailure enum value | PChannel | |
PSocket() | PSocket | [protected] |
PSPXSocket(WORD port=0) | PSPXSocket | |
px_lastBlockType | PChannel | [protected] |
px_readThread | PChannel | [protected] |
px_selectMutex | PChannel | [protected] |
px_selectThread | PChannel | [protected] |
px_threadMutex | PChannel | [protected] |
px_writeMutex | PChannel | [protected] |
px_writeThread | PChannel | [protected] |
PXAcceptBlock enum value | PChannel | |
PXBlockType enum name | PChannel | |
PXClose() | PChannel | [protected] |
PXConnectBlock enum value | PChannel | |
PXReadBlock enum value | PChannel | |
PXSetIOBlock(PXBlockType type, const PTimeInterval &timeout) | PChannel | [protected] |
PXWriteBlock enum value | PChannel | |
Read(void *ptr, PINDEX len) | PSocket | [virtual] |
PChannel::Read(const VectorOfSlice &slices) | PChannel | [virtual] |
ReadAsync(void *buf, PINDEX len) | PChannel | [virtual] |
ReadBlock(void *buf, PINDEX len) | PChannel | |
ReadChar() | PChannel | [virtual] |
ReadCharWithTimeout(PTimeInterval &timeout) | PChannel | [protected] |
ReadFrom(void *buf, PINDEX len, Address &addr, WORD &port) | PIPXSocket | [virtual] |
PSocket::ReadFrom(istream &strm) | PObject | [virtual] |
ReadString(PINDEX len) | PChannel | |
readTimeout | PChannel | [protected] |
ReceiveCommandString(int nextChar, const PString &reply, PINDEX &pos, PINDEX start) | PChannel | [protected] |
Reusability enum name | PSocket | |
Select(PSocket &sock1, PSocket &sock2) | PSocket | [static] |
Select(PSocket &sock1, PSocket &sock2, const PTimeInterval &timeout) | PSocket | [static] |
Select(SelectList &read) | PSocket | [static] |
Select(SelectList &read, const PTimeInterval &timeout) | PSocket | [static] |
Select(SelectList &read, SelectList &write) | PSocket | [static] |
Select(SelectList &read, SelectList &write, const PTimeInterval &timeout) | PSocket | [static] |
Select(SelectList &read, SelectList &write, SelectList &except) | PSocket | [static] |
Select(SelectList &read, SelectList &write, SelectList &except, const PTimeInterval &timeout) | PSocket | [static] |
SendCommandString(const PString &command) | PChannel | |
SetBufferSize(PINDEX newSize) | PChannel | |
SetErrorValues(Errors errorCode, int osError, ErrorGroup group=LastGeneralError) | PChannel | |
SetOption(int option, int value, int level=SOL_SOCKET) | PSocket | |
SetOption(int option, const void *valuePtr, PINDEX valueSize, int level=SOL_SOCKET) | PSocket | |
SetPacketType(int type) | PIPXSocket | |
SetPort(WORD port) | PSocket | |
SetPort(const PString &service) | PSocket | |
SetReadTimeout(const PTimeInterval &time) | PChannel | |
SetWriteTimeout(const PTimeInterval &time) | PChannel | |
Shutdown(ShutdownValue option) | PSocket | [virtual] |
ShutdownRead enum value | PChannel | |
ShutdownReadAndWrite enum value | PChannel | |
ShutdownValue enum name | PChannel | |
ShutdownWrite enum value | PChannel | |
Timeout enum value | PChannel | |
VectorOfSlice typedef | PChannel | |
Write(const void *buf, PINDEX len) | PChannel | [virtual] |
Write(const VectorOfSlice &slices) | PChannel | [virtual] |
WriteAsync(const void *buf, PINDEX len) | PChannel | [virtual] |
WriteChar(int c) | PChannel | |
WriteString(const PString &str) | PChannel | |
writeTimeout | PChannel | [protected] |
WriteTo(const void *buf, PINDEX len, const Address &addr, WORD port) | PIPXSocket | [virtual] |
~PChannel() | PChannel | |
~PObject() | PObject | [inline, virtual] |
~PSocket() | PSocket | |