OpalListenerIP Class Reference

#include <transports.h>

Inheritance diagram for OpalListenerIP:
OpalListener OpalListenerTCP OpalListenerUDP OpalListenerTCPS

List of all members.

Public Member Functions

Construction

 OpalListenerIP (OpalEndPoint &endpoint, PIPSocket::Address binding=PIPSocket::GetDefaultIpAny(), WORD port=0, PBoolean exclusive=PTrue)
 OpalListenerIP (OpalEndPoint &endpoint, const OpalTransportAddress &binding, OpalTransportAddress::BindOptions option)
Overrides from OpalListener

virtual OpalTransportAddress GetLocalAddress (const OpalTransportAddress &remoteAddress=OpalTransportAddress()) const
Operations

WORD GetListenerPort () const
virtual const char * GetProtoPrefix () const =0

Protected Attributes

PIPSocket::Address localAddress
WORD listenerPort
PBoolean exclusiveListener

Constructor & Destructor Documentation

OpalListenerIP::OpalListenerIP ( OpalEndPoint endpoint,
PIPSocket::Address  binding = PIPSocket::GetDefaultIpAny(),
WORD  port = 0,
PBoolean  exclusive = PTrue 
)

Create a new IP listener.

Parameters:
endpoint Endpoint listener is used for
binding Local interface to listen on
port TCP port to listen for connections
OpalListenerIP::OpalListenerIP ( OpalEndPoint endpoint,
const OpalTransportAddress binding,
OpalTransportAddress::BindOptions  option 
)
Parameters:
endpoint Endpoint listener is used for
binding Local interface to listen on
option OPtions for binding

Member Function Documentation

WORD OpalListenerIP::GetListenerPort (  )  const [inline]

References listenerPort.

virtual OpalTransportAddress OpalListenerIP::GetLocalAddress ( const OpalTransportAddress remoteAddress = OpalTransportAddress()  )  const [virtual]

Get the local transport address on which this listener may be accessed. If remoteAddress is present and is an address that requires NAT for connectivity, then the returned address is adjusted to return the external address and port.

Implements OpalListener.

Reimplemented in OpalListenerUDP.

virtual const char* OpalListenerIP::GetProtoPrefix (  )  const [pure virtual]

Member Data Documentation

PBoolean OpalListenerIP::exclusiveListener [protected]
WORD OpalListenerIP::listenerPort [protected]

Referenced by GetListenerPort().

PIPSocket::Address OpalListenerIP::localAddress [protected]

The documentation for this class was generated from the following file:
Generated on Wed Jul 7 10:24:46 2010 for OPAL by  doxygen 1.6.3