|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ListeningPoint | |
gov.nist.javax.sip | This is the root of the JAIN implementation of SIP. |
javax.sip | This package contains the main interfaces that model the JAIN SIP architectute from both an application developer and a stack vendor view. |
Uses of ListeningPoint in gov.nist.javax.sip |
Classes in gov.nist.javax.sip that implement ListeningPoint | |
class |
ListeningPointImpl
Implementation of the ListeningPoint interface |
Methods in gov.nist.javax.sip that return ListeningPoint | |
ListeningPoint |
SipStackImpl.createListeningPoint(int port,
String transport)
Creates a new peer ListeningPoint on this SipStack on a specified host, port and transport and returns a reference to the newly created ListeningPoint object. |
ListeningPoint |
SipProviderImpl.getListeningPoint()
Returns the ListeningPoint of this SipProvider. |
Methods in gov.nist.javax.sip with parameters of type ListeningPoint | |
SipProvider |
SipStackImpl.createSipProvider(ListeningPoint listeningPoint)
Creates a new peer SipProvider on this SipStack on a specified ListeningPoint and returns a reference to the newly created SipProvider object. |
void |
SipStackImpl.deleteListeningPoint(ListeningPoint listeningPoint)
Deletes the specified peer ListeningPoint attached to this SipStack. |
void |
SipProviderImpl.setListeningPoint(ListeningPoint listeningPoint)
This method sets the listening point of the SipProvider. |
Uses of ListeningPoint in javax.sip |
Methods in javax.sip that return ListeningPoint | |
ListeningPoint |
SipStack.createListeningPoint(int port,
String transport)
Creates a new ListeningPoint on this SipStack on a specified port and transport, and returns a reference to the newly created ListeningPoint object. |
ListeningPoint |
SipProvider.getListeningPoint()
Returns the ListeningPoint of this SipProvider. |
Methods in javax.sip with parameters of type ListeningPoint | |
SipProvider |
SipStack.createSipProvider(ListeningPoint listeningPoint)
Creates a new peer SipProvider on this SipStack on a specified ListeningPoint and returns a reference to the newly created SipProvider object. |
void |
SipStack.deleteListeningPoint(ListeningPoint listeningPoint)
Deletes the specified ListeningPoint attached to this SipStack. |
void |
SipProvider.setListeningPoint(ListeningPoint listeningPoint)
This method sets the ListeningPoint of the SipProvider. |
|
NIST SIP Parser and Stack (v1.2) API | ||||||||||
PREV NEXT | FRAMES NO FRAMES |