PSSLChannel Member List

This is the complete list of members for PSSLChannel, including all inherited members.

AbortCommandString()PChannel
Accept()PSSLChannel
Accept(PChannel &channel)PSSLChannel
Accept(PChannel *channel, PBoolean autoDelete=PTrue)PSSLChannel
AccessDenied enum valuePChannel
autoDeleteContextPSSLChannel [protected]
BadParameter enum valuePChannel
BufferTooSmall enum valuePChannel
channelNamePChannel [protected]
channelPointerMutexPIndirectChannel [protected]
Class()PObject [inline, static]
Clone() constPObject [virtual]
Close()PSSLChannel [virtual]
Compare(const PObject &obj) constPIndirectChannel [virtual]
CompareObjectMemoryDirect(const PObject &obj) constPObject [virtual]
Comparison enum namePObject
Connect()PSSLChannel
Connect(PChannel &channel)PSSLChannel
Connect(PChannel *channel, PBoolean autoDelete=PTrue)PSSLChannel
contextPSSLChannel [protected]
ConvertOSError(int error, ErrorGroup group=LastGeneralError)PSSLChannel [virtual]
PIndirectChannel::ConvertOSError(int libcReturnValue, Errors &lastError, int &osError)PChannel [static]
DeviceInUse enum valuePChannel
DiskFull enum valuePChannel
EqualTo enum valuePObject
ErrorGroup enum namePChannel
Errors enum namePChannel
FileExists enum valuePChannel
GetBaseReadChannel() constPIndirectChannel [virtual]
GetBaseWriteChannel() constPIndirectChannel [virtual]
GetClass(unsigned=0) constPObject [inline, virtual]
GetContext() constPSSLChannel [inline]
GetErrorCode(ErrorGroup group=NumErrorGroups) constPChannel
GetErrorNumber(ErrorGroup group=NumErrorGroups) constPChannel
GetErrorText(ErrorGroup group=NumErrorGroups) constPSSLChannel [virtual]
PChannel::GetErrorText(Errors lastError, int osError=0)PChannel [static]
GetHandle() constPChannel
GetLastReadCount() constPChannel [virtual]
GetLastWriteCount() constPChannel [virtual]
GetName() constPIndirectChannel [virtual]
GetReadChannel() constPIndirectChannel
GetReadTimeout() constPChannel
GetWriteChannel() constPIndirectChannel
GetWriteTimeout() constPChannel
GreaterThan enum valuePObject
HashFunction() constPChannel [virtual]
InternalIsDescendant(const char *clsName) constPObject [inline, virtual]
Interrupted enum valuePChannel
IsClass(const char *cls) constPObject [inline]
IsOpen() constPIndirectChannel [virtual]
lastErrorCodePChannel [protected]
lastErrorNumberPChannel [protected]
LastGeneralError enum valuePChannel
lastReadCountPChannel [protected]
LastReadError enum valuePChannel
lastWriteCountPChannel [protected]
LastWriteError enum valuePChannel
LessThan enum valuePObject
Miscellaneous enum valuePChannel
NoError enum valuePChannel
NoMemory enum valuePChannel
NotFound enum valuePChannel
NotOpen enum valuePChannel
NumErrorGroups enum valuePChannel
NumNormalisedErrors enum valuePChannel
OnOpen()PSSLChannel [protected, virtual]
OnReadComplete(void *buf, PINDEX len)PChannel [virtual]
OnWriteComplete(const void *buf, PINDEX len)PChannel [virtual]
Open(PChannel &channel)PIndirectChannel
Open(PChannel *channel, PBoolean autoDelete=PTrue)PIndirectChannel
Open(PChannel *readChannel, PChannel *writeChannel, PBoolean autoDeleteRead=PTrue, PBoolean autoDeleteWrite=PTrue)PIndirectChannel
operator!=(const PObject &obj) constPObject [inline]
operator<(const PObject &obj) constPObject [inline]
operator<<(ostream &strm, const PObject &obj)PObject [friend]
operator<=(const PObject &obj) constPObject [inline]
operator=(const PChannel &)PChannel [protected]
operator==(const PObject &obj) constPObject [inline]
operator>(const PObject &obj) constPObject [inline]
operator>=(const PObject &obj) constPObject [inline]
operator>>(istream &strm, PObject &obj)PObject [friend]
os_handlePChannel [protected]
PChannel()PChannel
PChannel(const PChannel &)PChannel [protected]
PIndirectChannel()PIndirectChannel
PObject()PObject [inline, protected]
PrintOn(ostream &strm) constPObject [virtual]
ProtocolFailure enum valuePChannel
PSSLChannel(PSSLContext *context=NULL, PBoolean autoDeleteContext=PFalse)PSSLChannel
PSSLChannel(PSSLContext &context)PSSLChannel
px_lastBlockTypePChannel [protected]
px_readThreadPChannel [protected]
px_selectMutexPChannel [protected]
px_selectThreadPChannel [protected]
px_threadMutexPChannel [protected]
px_writeMutexPChannel [protected]
px_writeThreadPChannel [protected]
PXAcceptBlock enum valuePChannel
PXBlockType enum namePChannel
PXClose()PChannel [protected]
PXConnectBlock enum valuePChannel
PXReadBlock enum valuePChannel
PXSetIOBlock(PXBlockType type, const PTimeInterval &timeout)PChannel [protected]
PXWriteBlock enum valuePChannel
RawSSLRead(void *buf, PINDEX &len)PSSLChannel [virtual]
Read(void *buf, PINDEX len)PSSLChannel [virtual]
PChannel::Read(const VectorOfSlice &slices)PChannel [virtual]
ReadAsync(void *buf, PINDEX len)PChannel [virtual]
readAutoDeletePIndirectChannel [protected]
ReadBlock(void *buf, PINDEX len)PChannel
readChannelPIndirectChannel [protected]
ReadChar()PChannel [virtual]
ReadCharWithTimeout(PTimeInterval &timeout)PChannel [protected]
ReadFrom(istream &strm)PObject [virtual]
ReadString(PINDEX len)PChannel
readTimeoutPChannel [protected]
ReceiveCommandString(int nextChar, const PString &reply, PINDEX &pos, PINDEX start)PChannel [protected]
SendCommandString(const PString &command)PChannel
SetBufferSize(PINDEX newSize)PChannel
SetErrorValues(Errors errorCode, int osError, ErrorGroup group=LastGeneralError)PChannel
SetReadChannel(PChannel *channel, PBoolean autoDelete=PTrue)PIndirectChannel
SetReadTimeout(const PTimeInterval &time)PChannel
SetVerifyMode(VerifyMode mode)PSSLChannel
SetWriteChannel(PChannel *channel, PBoolean autoDelete=PTrue)PIndirectChannel
SetWriteTimeout(const PTimeInterval &time)PChannel
Shutdown(ShutdownValue)PSSLChannel [inline, virtual]
ShutdownRead enum valuePChannel
ShutdownReadAndWrite enum valuePChannel
ShutdownValue enum namePChannel
ShutdownWrite enum valuePChannel
sslPSSLChannel [protected]
Timeout enum valuePChannel
UseCertificate(const PSSLCertificate &certificate)PSSLChannel
UsePrivateKey(const PSSLPrivateKey &key)PSSLChannel
VectorOfSlice typedefPChannel
VerifyMode enum namePSSLChannel
VerifyNone enum valuePSSLChannel
VerifyPeer enum valuePSSLChannel
VerifyPeerMandatory enum valuePSSLChannel
Write(const void *buf, PINDEX len)PSSLChannel [virtual]
PChannel::Write(const VectorOfSlice &slices)PChannel [virtual]
WriteAsync(const void *buf, PINDEX len)PChannel [virtual]
writeAutoDeletePIndirectChannel [protected]
writeChannelPIndirectChannel [protected]
WriteChar(int c)PChannel
WriteString(const PString &str)PChannel
writeTimeoutPChannel [protected]
~PChannel()PChannel
~PIndirectChannel()PIndirectChannel
~PObject()PObject [inline, virtual]
~PSSLChannel()PSSLChannel


Generated on Mon Sep 15 01:21:38 2008 for PTLib by  doxygen 1.5.1