|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectgov.nist.javax.sip.ListeningPointImpl
Implementation of the ListeningPoint interface
| Field Summary |
| Fields inherited from interface javax.sip.ListeningPoint |
PORT_5060, PORT_5061, SCTP, TCP, TLS, UDP |
| Method Summary | |
Object |
clone()
clone this listening point. |
String |
getHost()
Gets host name of this ListeningPoint |
int |
getPort()
Gets the port of the ListeningPoint. |
SipProviderImpl |
getProvider()
Get the provider. |
String |
getTransport()
Gets transport of the ListeningPoint. |
static String |
makeKey(String host,
int port,
String transport)
Construct a key to refer to this structure from the SIP stack |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.sip.ListeningPoint |
equals |
| Method Detail |
public static String makeKey(String host,
int port,
String transport)
host - host stringport - porttransport - transport
public Object clone()
public String getHost()
public int getPort()
getPort in interface ListeningPointpublic String getTransport()
getTransport in interface ListeningPointpublic SipProviderImpl getProvider()
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||