#include <manager.h>
Inherits PObject.
Entry in the route table. See AddRouteEntry() for more details.
| OpalManager::RouteEntry::RouteEntry |
( |
const PString & |
partyA, |
|
|
const PString & |
partyB, |
|
|
const PString & |
dest |
|
) |
| |
| OpalManager::RouteEntry::RouteEntry |
( |
const PString & |
spec | ) |
|
| PObject* OpalManager::RouteEntry::Clone |
( |
| ) |
const |
|
inline |
| void OpalManager::RouteEntry::CompileRegEx |
( |
| ) |
|
|
protected |
| const PString& OpalManager::RouteEntry::GetDestination |
( |
| ) |
const |
|
inline |
| const PString& OpalManager::RouteEntry::GetPartyA |
( |
| ) |
const |
|
inline |
| const PString& OpalManager::RouteEntry::GetPartyB |
( |
| ) |
const |
|
inline |
| bool OpalManager::RouteEntry::IsMatch |
( |
const PString & |
search | ) |
const |
| bool OpalManager::RouteEntry::IsValid |
( |
| ) |
const |
| void OpalManager::RouteEntry::PrintOn |
( |
ostream & |
strm | ) |
const |
| PString OpalManager::RouteEntry::m_destination |
|
protected |
| PString OpalManager::RouteEntry::m_partyA |
|
protected |
| PString OpalManager::RouteEntry::m_partyB |
|
protected |
URL caller want to conect to.
Referenced by GetPartyB().
| PRegularExpression OpalManager::RouteEntry::m_regex |
|
protected |
Compiled Regular expression from pattern.
The documentation for this class was generated from the following file: