CallInformation
Inheritance: java.lang.Object
public class CallInformation
Phone call information
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getCallState() | Phone call statuses. |
getClass() | |
getFailureCause() | Connection failure cause |
getSIPResponse() | SIP response |
getSIPResponseCode() | SIP response code This list details all the SIP response codes defined in IETF RFCs and registered with the IANA as of 18 April 2013. |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getCallState()
public final int getCallState()
Phone call statuses.
Returns: int
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getFailureCause()
public final int getFailureCause()
Connection failure cause
Returns: int
getSIPResponse()
public final String getSIPResponse()
SIP response
Returns: java.lang.String
getSIPResponseCode()
public final int getSIPResponseCode()
SIP response code This list details all the SIP response codes defined in IETF RFCs and registered with the IANA as of 18 April 2013. It also includes SIP response codes defined in obsolete SIP RFCs (specifically, RFC 2543), which are therefore not registered with the IANA; these are explicitly noted as such. 1xx\u2014Provisional Responses 2xx\u2014Successful Responses 3xx\u2014Redirection Responses 4xx\u2014Client Failure Responses 5xx\u2014Server Failure Responses 6xx\u2014Global Failure Responses
Returns: int
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |