|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CiscoUrlInfo
The CiscoUrlInfo
object specifies the
properties of the Uniform Resources Locator (URL)
associated with a SIP endpoint.
Field Summary | |
---|---|
static int |
TRANSPORT_TYPE_TCP
The endpoint is using TCP. |
static int |
TRANSPORT_TYPE_UDP
The endpoint is using UDP. |
static int |
URL_TYPE_SIP
The URL is of type SIP. |
static int |
URL_TYPE_TEL
The URL is of type telephony. |
static int |
URL_TYPE_UNKNOWN
The URL is of unknown type. |
Method Summary | |
---|---|
java.lang.String |
getHost()
Returns the host name associated with the SIP endpoint. |
int |
getPort()
Returns the port associated with the SIP endpoint. |
int |
getTransportType()
Returns the Transport Layer Protocol type that the SIP endpoint uses. |
int |
getUrlType()
This method returns the endpoint URL type. |
java.lang.String |
getUser()
Returns the user name associated with the SIP endpoint. |
Field Detail |
---|
static final int TRANSPORT_TYPE_UDP
static final int TRANSPORT_TYPE_TCP
static final int URL_TYPE_UNKNOWN
static final int URL_TYPE_TEL
static final int URL_TYPE_SIP
Method Detail |
---|
java.lang.String getUser()
java.lang.String getHost()
int getPort()
int getTransportType()
int getUrlType()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |