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
-
_iap
-
-
_sigMcastAddr
-
-
_sigMcastPort
-
-
_transportMcastAddr
-
-
_transportMcastPort
-
-
CallRequest()
-
-
getIAP()
- Get IAP that is serving the device
-
getSigMcastAddr()
- Get the signaling multicast address of the call session from which
the call request is issued.
-
getSigMcastPort()
- Get the multicast port of the call session from which the call
request is issued.
-
getTransportMcastAddr()
-
-
getTransportMcastPort()
-
-
process()
-
_sigMcastAddr
protected String _sigMcastAddr
_sigMcastPort
protected int _sigMcastPort
_transportMcastAddr
protected String _transportMcastAddr
_transportMcastPort
protected int _transportMcastPort
_iap
protected IAPIF _iap
CallRequest
public CallRequest()
process
public CallState process()
getSigMcastAddr
public String getSigMcastAddr()
- Get the signaling multicast address of the call session from which
the call request is issued.
getSigMcastPort
public int getSigMcastPort()
- Get the multicast port of the call session from which the call
request is issued.
getTransportMcastAddr
public String getTransportMcastAddr()
getTransportMcastPort
public int getTransportMcastPort()
getIAP
public IAPIF getIAP()
- Get IAP that is serving the device
All Packages Class Hierarchy This Package Previous Next Index