|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
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 architecture from both an application developer and a stack vendor view. |
Uses of ListeningPoint in gov.nist.javax.sip |
---|
Subinterfaces of ListeningPoint in gov.nist.javax.sip | |
---|---|
interface |
ListeningPointExt
|
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)
Deprecated. |
ListeningPoint |
SipStackImpl.createListeningPoint(String address,
int port,
String transport)
|
ListeningPoint |
SipProviderImpl.getListeningPoint()
|
ListeningPoint |
SipProviderImpl.getListeningPoint(String transport)
|
ListeningPoint[] |
SipProviderImpl.getListeningPoints()
|
Methods in gov.nist.javax.sip with parameters of type ListeningPoint | |
---|---|
void |
SipProviderImpl.addListeningPoint(ListeningPoint listeningPoint)
|
SipProvider |
SipStackImpl.createSipProvider(ListeningPoint listeningPoint)
|
void |
SipStackImpl.deleteListeningPoint(ListeningPoint listeningPoint)
|
void |
SipProviderImpl.removeListeningPoint(ListeningPoint listeningPoint)
|
void |
SipProviderImpl.setListeningPoint(ListeningPoint listeningPoint)
|
Uses of ListeningPoint in javax.sip |
---|
Methods in javax.sip that return ListeningPoint | |
---|---|
ListeningPoint |
SipStack.createListeningPoint(int port,
String transport)
Deprecated. Since v1.2. This has been replaced by SipStack.createListeningPoint(String, int, String)
For backwards compatibility with v1.1 implementations should support this method.
Implementations should throw |
ListeningPoint |
SipStack.createListeningPoint(String ipAddress,
int port,
String transport)
Creates a ListeningPoint a given IP address, port and transport. |
ListeningPoint |
SipProvider.getListeningPoint()
Deprecated. Since v1.2. Note that in v1.1 a SipProvider could only be associated to a single listening point, this restriction has been lifted to allow a SipProvider to have a specific ListeningPoints for each transport. For backwards compatibility, this method will return the first ListeningPoint of the list of ListeningPoints associated with the SipProvider. This method has been replaced with SipProvider.getListeningPoints() . |
ListeningPoint |
SipProvider.getListeningPoint(String transport)
Get the listening point for a given transport. |
ListeningPoint[] |
SipProvider.getListeningPoints()
Returns all the ListeningPoints of this SipProvider. |
Methods in javax.sip with parameters of type ListeningPoint | |
---|---|
void |
SipProvider.addListeningPoint(ListeningPoint listeningPoint)
This method adds the supplied ListeningPoint to the list of ListeningPoints associated to this SipProvider. |
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.removeListeningPoint(ListeningPoint listeningPoint)
Removes the specified ListeningPoint from this SipProvider. |
void |
SipProvider.setListeningPoint(ListeningPoint listeningPoint)
Deprecated. Since v1.2. Note that in v1.1 a SipProvider could only be associated to a single listening point, this restriction has been lifted to allow a SipProvider to have a specific ListeningPoints for each transport. For backwards compatibility, this method will add the ListeningPoint to the list of ListeningPoints associated with the SipProvider. This method has been replaced with SipProvider.addListeningPoint(ListeningPoint) ,
the same semantics apply to this method. |
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |