All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class iceberg.ipop.CallRequest

java.lang.Object
   |
   +----iceberg.ipop.CallRequest

public abstract class CallRequest
extends Object
implements Serializable
CallRequest is an abstract class representing call requests.

See Also:
IncomingCallRequest, OutgoingCallRequest

Variable Index

 o _iap
 o _sigMcastAddr
 o _sigMcastPort
 o _transportMcastAddr
 o _transportMcastPort

Constructor Index

 o CallRequest()

Method Index

 o getIAP()
Get IAP that is serving the device
 o getSigMcastAddr()
Get the signaling multicast address of the call session from which the call request is issued.
 o getSigMcastPort()
Get the multicast port of the call session from which the call request is issued.
 o getTransportMcastAddr()
 o getTransportMcastPort()
 o process()

Variables

 o _sigMcastAddr
 protected String _sigMcastAddr
 o _sigMcastPort
 protected int _sigMcastPort
 o _transportMcastAddr
 protected String _transportMcastAddr
 o _transportMcastPort
 protected int _transportMcastPort
 o _iap
 protected IAPIF _iap

Constructors

 o CallRequest
 public CallRequest()

Methods

 o process
 public CallState process()
 o getSigMcastAddr
 public String getSigMcastAddr()
Get the signaling multicast address of the call session from which the call request is issued.

 o getSigMcastPort
 public int getSigMcastPort()
Get the multicast port of the call session from which the call request is issued.

 o getTransportMcastAddr
 public String getTransportMcastAddr()
 o getTransportMcastPort
 public int getTransportMcastPort()
 o getIAP
 public IAPIF getIAP()
Get IAP that is serving the device


All Packages  Class Hierarchy  This Package  Previous  Next  Index