|
OPAL
Version 3.14.3
|
#include <gkserver.h>


Data Fields | |
| PSafePtr< H323RegisteredEndPoint > | m_endpoint |
Protected Attributes | |
| H323GatekeeperListener & | m_rasChannel |
Protected Attributes inherited from H323Transaction | |
| 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 | |
Public Types inherited from H323Transaction | |
| enum | Response { Ignore = -2, Reject = -1, Confirm = 0 } |
Static Public Member Functions inherited from H323Transaction | |
| static Response | InProgress (unsigned time) |
Protected Member Functions inherited from H323Transaction | |
| 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().