#include <transports.h>
Inheritance diagram for OpalListenerIP:
Public Member Functions | |
Construction | |
OpalListenerIP (OpalEndPoint &endpoint, PIPSocket::Address binding=PIPSocket::GetDefaultIpAny(), WORD port=0, BOOL exclusive=TRUE) | |
Overrides from OpalListener | |
virtual OpalTransportAddress | GetLocalAddress (const OpalTransportAddress &preferredAddress=OpalTransportAddress()) const |
Operations | |
WORD | GetListenerPort () const |
virtual const char * | GetProtoPrefix () const =0 |
Protected Attributes | |
PIPSocket::Address | localAddress |
WORD | listenerPort |
BOOL | exclusiveListener |
|
Create a new IP listener.
|
|
|
|
Get the local transport address on which this listener may be accessed. Implements OpalListener. |
|
Implemented in OpalListenerTCP, and OpalListenerUDP. |
|
|
|
|
|
|