OPAL
Version 3.14.3
|
#include <gkserver.h>
Data Fields | |
PSafePtr< H323RegisteredEndPoint > | m_endpoint |
Protected Attributes | |
H323GatekeeperListener & | m_rasChannel |
![]() | |
H323Transactor & | transactor |
unsigned | requestSequenceNumber |
H323TransportAddressArray | replyAddresses |
bool | fastResponseRequired |
H323TransactionPDU * | request |
H323TransactionPDU * | confirm |
H323TransactionPDU * | reject |
H235Authenticators | authenticators |
H235Authenticator::ValidationResult | authenticatorResult |
bool | isBehindNAT |
bool | canSendRIP |
Additional Inherited Members | |
![]() | |
enum | Response { Ignore = -2, Reject = -1, Confirm = 0 } |
![]() | |
static Response | InProgress (unsigned time) |
![]() | |
virtual Response | OnHandlePDU ()=0 |
PDECLARE_NOTIFIER (PThread, H323Transaction, SlowHandler) | |
H323GatekeeperRequest::H323GatekeeperRequest | ( | H323GatekeeperListener & | rasChannel, |
const H323RasPDU & | pdu | ||
) |
Create a new gatekeeper server request.
|
virtual |
Reimplemented from H323Transaction.
bool H323GatekeeperRequest::CheckGatekeeperIdentifier | ( | ) |
|
virtual |
Implements H323Transaction.
|
pure virtual |
Implemented in H323GatekeeperIRR, H323GatekeeperLRQ, H323GatekeeperBRQ, H323GatekeeperDRQ, H323GatekeeperARQ, H323GatekeeperURQ, H323GatekeeperRRQ, and H323GatekeeperGRQ.
|
pure virtual |
Implemented in H323GatekeeperIRR, H323GatekeeperLRQ, H323GatekeeperBRQ, H323GatekeeperDRQ, H323GatekeeperARQ, H323GatekeeperURQ, H323GatekeeperRRQ, and H323GatekeeperGRQ.
|
pure virtual |
Implemented in H323GatekeeperIRR, H323GatekeeperLRQ, H323GatekeeperBRQ, H323GatekeeperDRQ, H323GatekeeperARQ, H323GatekeeperURQ, H323GatekeeperRRQ, and H323GatekeeperGRQ.
|
inline |
References m_rasChannel.
bool H323GatekeeperRequest::GetRegisteredEndPoint | ( | ) |
|
pure virtual |
Implemented in H323GatekeeperIRR, H323GatekeeperLRQ, H323GatekeeperBRQ, H323GatekeeperDRQ, H323GatekeeperARQ, H323GatekeeperURQ, H323GatekeeperRRQ, and H323GatekeeperGRQ.
|
virtual |
Reimplemented from H323Transaction.
PSafePtr<H323RegisteredEndPoint> H323GatekeeperRequest::m_endpoint |
|
protected |
Referenced by GetRasChannel().