PTLib
Version 2.18.8
|
This is the complete list of members for PSSLChannelDTLS, including all inherited members.
AbortCommandString() | PChannel | |
Accept() | PSSLChannel | |
Accept(PChannel &channel) | PSSLChannel | |
Accept(PChannel *channel, PBoolean autoDelete=true) | PSSLChannel | |
AccessDenied enum value | PChannel | |
AddClientCA(const PSSLCertificate &certificate) | PSSLChannel | |
AddClientCA(const PList< PSSLCertificate > &certificates) | PSSLChannel | |
AsyncNotifier typedef | PChannel | |
BadParameter enum value | PChannel | |
BioClose(bio_st *bio) | PSSLChannel | protectedstatic |
BioClose() | PSSLChannel | protectedvirtual |
BioControl(bio_st *bio, int cmd, long num, void *ptr) | PSSLChannel | protectedstatic |
BioControl(int cmd, long num, void *ptr) | PSSLChannel | protectedvirtual |
BioRead(bio_st *bio, char *buf, int len) | PSSLChannel | protectedstatic |
BioRead(char *buf, int len) | PSSLChannel | protectedvirtual |
BioWrite(bio_st *bio, const char *buf, int len) | PSSLChannel | protectedstatic |
BioWrite(const char *buf, int len) | PSSLChannel | protectedvirtual |
BufferTooSmall enum value | PChannel | |
CheckHostName(const PString &hostname, PSSLCertificate::CheckHostFlags flags=PSSLCertificate::CheckHostNormalRules) | PSSLChannel | |
CheckNotOpen() | PChannel | protected |
Class() | PObject | inlinestatic |
Clone() const | PObject | virtual |
CloneAs() const | PObject | inline |
Close() | PSSLChannel | virtual |
CloseBaseReadChannel() | PIndirectChannel | virtual |
CloseBaseWriteChannel() | PIndirectChannel | virtual |
Compare(const PObject &obj) const | PIndirectChannel | virtual |
Compare2(T v1, T v2) | PObject | inlinestatic |
CompareObjectMemoryDirect(const PObject &obj) const | PObject | virtual |
Comparison enum name | PObject | |
Connect() | PSSLChannel | |
Connect(PChannel &channel) | PSSLChannel | |
Connect(PChannel *channel, PBoolean autoDelete=true) | PSSLChannel | |
Construct(PSSLContext *ctx, PBoolean autoDel) | PSSLChannel | protected |
ConvertOSError(P_INT_PTR libcReturnValue, ErrorGroup group=LastGeneralError) | PSSLChannel | virtual |
CopyTraceContextIdentifier(PObject &obj) const | PObject | inline |
CopyTraceContextIdentifier(PObject *obj) const | PObject | inline |
CopyTraceContextIdentifier(PObject &to, const PObject &from) | PObject | inlinestatic |
CopyTraceContextIdentifier(PObject &to, const PObject *from) | PObject | inlinestatic |
CopyTraceContextIdentifier(PObject *to, const PObject &from) | PObject | inlinestatic |
CopyTraceContextIdentifier(PObject *to, const PObject *from) | PObject | inlinestatic |
Detach(ShutdownValue option=ShutdownReadAndWrite) | PIndirectChannel | |
DeviceInUse enum value | PChannel | |
DiskFull enum value | PChannel | |
EqualTo enum value | PObject | |
ErrorGroup enum name | PChannel | |
Errors enum name | PChannel | |
ExecuteHandshake() | PSSLChannelDTLS | |
FDOpen(const char *mode) | PChannel | |
FileExists enum value | PChannel | |
FindChannel() | PIndirectChannel | inline |
FlowControl(const void *flowData) | PChannel | virtual |
GetBaseReadChannel() const | PIndirectChannel | virtual |
GetBaseWriteChannel() const | PIndirectChannel | virtual |
GetCipherList() const | PSSLChannel | |
GetClass() const | PObject | inline |
GetContext() const | PSSLChannel | inline |
GetErrorCode(ErrorGroup group=NumErrorGroups) const | PChannel | |
GetErrorNumber(ErrorGroup group=NumErrorGroups) const | PChannel | |
GetErrorText(ErrorGroup group=NumErrorGroups) const | PSSLChannel | virtual |
PChannel::GetErrorText(Errors lastError, int osError=0) | PChannel | static |
GetHandle() const | PIndirectChannel | virtual |
GetKeyMaterial(PINDEX materialSize, const char *name) const | PSSLChannelDTLS | |
GetLastReadCount() const | PChannel | virtual |
GetLastWriteCount() const | PChannel | virtual |
GetName() const | PIndirectChannel | virtual |
GetOSHandleAsInt() const | PChannel | inlineprotected |
GetPeerCertificate(PSSLCertificate &certificate, PString *error=NULL) | PSSLChannel | |
GetReadChannel() const | PIndirectChannel | |
GetReadTimeout() const | PChannel | |
GetSelectedProfile() const | PSSLChannelDTLS | |
GetTraceContextIdentifier() const | PObject | inline |
GetWriteChannel() const | PIndirectChannel | |
GetWriteTimeout() const | PChannel | |
GreaterThan enum value | PObject | |
HashFunction() const | PChannel | virtual |
InternalAccept() | PSSLChannelDTLS | protectedvirtual |
InternalCompareObjectMemoryDirect(const PObject *obj1, const PObject *obj2, PINDEX size) | PObject | static |
InternalConnect() | PSSLChannelDTLS | protectedvirtual |
Interrupted enum value | PChannel | |
IsClass(const char *name) const | PObject | inline |
IsOpen() const | PIndirectChannel | virtual |
IsServer() const | PSSLChannelDTLS | |
LastGeneralError enum value | PChannel | |
LastReadError enum value | PChannel | |
LastWriteError enum value | PChannel | |
LessThan enum value | PObject | |
m_autoDeleteContext | PSSLChannel | protected |
m_bio | PSSLChannel | protected |
m_bioMethod | PSSLChannel | protected |
m_context | PSSLChannel | protected |
m_ssl | PSSLChannel | protected |
m_status | PChannel | protected |
m_traceContextIdentifier | PObject | protected |
m_verifyNotifier | PSSLChannel | protected |
Miscellaneous enum value | PChannel | |
NoError enum value | PChannel | |
NoMemory enum value | PChannel | |
NotFound enum value | PChannel | |
NotOpen enum value | PChannel | |
NumErrorGroups enum value | PChannel | |
NumNormalisedErrors enum value | PChannel | |
OnOpen() | PIndirectChannel | protectedvirtual |
OnReadComplete(AsyncContext &context) | PChannel | virtual |
OnVerify(VerifyInfo &info) | PSSLChannel | virtual |
OnWriteComplete(AsyncContext &context) | PChannel | virtual |
Open(PChannel &channel) | PIndirectChannel | |
Open(PChannel *channel, PBoolean autoDelete=true) | PIndirectChannel | |
Open(PChannel *readChannel, PChannel *writeChannel, PBoolean autoDeleteRead=true, PBoolean autoDeleteWrite=true) | PIndirectChannel | |
operator ssl_st *() const | PSSLChannel | inline |
operator!=(const PObject &obj) const | PObject | inline |
operator<(const PObject &obj) const | PObject | inline |
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 |
os_errno() const | PChannel | protectedvirtual |
os_handle | PChannel | protected |
P_REMOVE_VIRTUAL(PBoolean, RawSSLRead(void *, PINDEX &), false) | PSSLChannel | protected |
P_REMOVE_VIRTUAL(bool, OnVerify(bool, const PSSLCertificate &), false) | PSSLChannel | protected |
PChannel() | PChannel | protected |
PChannel(const PChannel &) | PChannel | protected |
PDECLARE_MUTEX(m_writeMutex) | PSSLChannel | protected |
PIndirectChannel::PDECLARE_MUTEX(px_threadMutex) | PChannel | protected |
PIndirectChannel::PDECLARE_MUTEX(px_writeMutex) | PChannel | protected |
PDECLARE_READ_WRITE_MUTEX(channelPointerMutex) | PIndirectChannel | protected |
PIndirectChannel() | PIndirectChannel | |
PObject() | PObject | inlineprotected |
PrintOn(ostream &strm) const | PObject | virtual |
ProtocolFailure enum value | PChannel | |
PSSLChannel(PSSLContext *context=NULL, PBoolean autoDeleteContext=false) | PSSLChannel | |
PSSLChannel(PSSLContext &context) | PSSLChannel | |
PSSLChannelDTLS(PSSLContext *context=NULL, bool autoDeleteContext=false) | PSSLChannelDTLS | |
PSSLChannelDTLS(PSSLContext &context) | PSSLChannelDTLS | |
PTraceObjectInstance() const | PObject | inline |
PTraceObjectInstance(const char *) | PObject | inlinestatic |
PTraceObjectInstance(const PObject *obj) | PObject | inlinestatic |
px_lastBlockType | PChannel | protected |
px_readThread | PChannel | protected |
px_selectMutex | PChannel | protected |
px_selectThread | 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 *buf, PINDEX len) | PSSLChannelDTLS | virtual |
ReadAsync(AsyncContext &context) | PChannel | virtual |
readAutoDelete | PIndirectChannel | protected |
ReadBlock(void *buf, PINDEX len) | PChannel | |
readChannel | PIndirectChannel | protected |
ReadChar() | PIndirectChannel | virtual |
ReadCharWithTimeout(PTimeInterval &timeout) | PChannel | protected |
ReadFrom(istream &strm) | PObject | virtual |
ReadString(PINDEX len) | PChannel | |
readTimeout | PChannel | 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 | |
SetLastReadCount(PINDEX count) | PChannel | virtual |
SetLastWriteCount(PINDEX count) | PChannel | virtual |
SetLocalEcho(bool localEcho) | PIndirectChannel | virtual |
SetMTU(unsigned bytes) | PSSLChannelDTLS | |
SetReadChannel(PChannel *channel, bool autoDelete=true, bool closeExisting=false) | PIndirectChannel | |
SetReadTimeout(const PTimeInterval &time) | PChannel | |
SetServerNameIndication(const PString &name) | PSSLChannel | |
SetTraceContextIdentifier(unsigned id) | PObject | inline |
SetTraceContextIdentifier(const PObject &obj) | PObject | inline |
SetTraceContextIdentifier(const PObject *obj) | PObject | inline |
SetVerifyMode(VerifyMode mode, const VerifyNotifier ¬ifier=VerifyNotifier()) | PSSLChannel | |
SetWriteChannel(PChannel *channel, bool autoDelete=true, bool closeExisting=false) | PIndirectChannel | |
SetWriteTimeout(const PTimeInterval &time) | PChannel | |
Shutdown(ShutdownValue) | PSSLChannel | virtual |
ShutdownRead enum value | PChannel | |
ShutdownReadAndWrite enum value | PChannel | |
ShutdownValue enum name | PChannel | |
ShutdownWrite enum value | PChannel | |
Timeout enum value | PChannel | |
Unavailable enum value | PChannel | |
UseCertificate(const PSSLCertificate &certificate) | PSSLChannel | |
UsePrivateKey(const PSSLPrivateKey &key) | PSSLChannel | |
VerifyMode typedef | PSSLChannel | |
VerifyNotifier typedef | PSSLChannel | |
Write(const void *buf, PINDEX len) | PSSLChannelDTLS | virtual |
PChannel::Write(const void *buf, PINDEX len, const void *) | PChannel | inlinevirtual |
WriteAsync(AsyncContext &context) | PChannel | virtual |
writeAutoDelete | PIndirectChannel | protected |
writeChannel | PIndirectChannel | protected |
WriteChar(int c) | PChannel | |
WriteString(const PString &str) | PChannel | |
writeTimeout | PChannel | protected |
~PChannel() | PChannel | |
~PIndirectChannel() | PIndirectChannel | |
~PObject() | PObject | inlinevirtual |
~PSSLChannel() | PSSLChannel | |
~PSSLChannelDTLS() | PSSLChannelDTLS |