gov.nist.javax.sip.SipStackImpl.addLogAppender(Appender)
TODO: remove this method May 11, 2010.
|
android.gov.nist.javax.sip.SipStackImpl.addLogAppender(Appender)
TODO: remove this method May 11, 2010.
|
javax.sip.ClientTransaction.createAck()
Since v1.2. As a transaction that received
a 2xx response terminates immediately, it cannot be used for creating
the corresponding ACK. If this transaction created a dialog, the
Dialog.createAck(long) method
should be used. Otherwise the stack will automatically create and
send the ACK for non-2xx responses that need to be acknowledged.
That is the application should never need to use this method.
|
android.javax.sip.ClientTransaction.createAck()
Since v1.2. As a transaction that received
a 2xx response terminates immediately, it cannot be used for creating
the corresponding ACK. If this transaction created a dialog, the
Dialog.createAck(long) method
should be used. Otherwise the stack will automatically create and
send the ACK for non-2xx responses that need to be acknowledged.
That is the application should never need to use this method.
|
javax.sip.header.HeaderFactory.createCSeqHeader(int, String)
|
gov.nist.javax.sip.header.HeaderFactoryImpl.createCSeqHeader(int, String) |
android.javax.sip.header.HeaderFactory.createCSeqHeader(int, String)
|
android.gov.nist.javax.sip.header.HeaderFactoryImpl.createCSeqHeader(int, String) |
javax.sip.SipStack.createListeningPoint(int, String)
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 TransportNotSupportedException
if the Properties specified during stack creation do not include an IP Address.
|
gov.nist.javax.sip.SipStackImpl.createListeningPoint(int, String) |
android.javax.sip.SipStack.createListeningPoint(int, String)
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 TransportNotSupportedException
if the Properties specified during stack creation do not include an IP Address.
|
android.gov.nist.javax.sip.SipStackImpl.createListeningPoint(int, String) |
gov.nist.javax.sip.header.HeaderFactoryImpl.createRAckHeader(int, int, String) |
android.gov.nist.javax.sip.header.HeaderFactoryImpl.createRAckHeader(int, int, String) |
gov.nist.javax.sip.header.HeaderFactoryImpl.createRSeqHeader(int) |
android.gov.nist.javax.sip.header.HeaderFactoryImpl.createRSeqHeader(int) |
gov.nist.javax.sip.header.Via.getComment()
RFC 2543 support feature.
|
android.gov.nist.javax.sip.header.Via.getComment()
RFC 2543 support feature.
|
gov.nist.javax.sip.header.RAck.getCSeqNumber() |
android.gov.nist.javax.sip.header.RAck.getCSeqNumber() |
javax.sip.header.TimeStampHeader.getDelay()
|
android.javax.sip.header.TimeStampHeader.getDelay()
|
javax.sip.Dialog.getFirstTransaction()
Since v1.2. Reduces the amount of state that
the stack needs to keep track of.
|
gov.nist.javax.sip.stack.SIPDialog.getFirstTransaction() |
android.javax.sip.Dialog.getFirstTransaction()
Since v1.2. Reduces the amount of state that
the stack needs to keep track of.
|
android.gov.nist.javax.sip.stack.SIPDialog.getFirstTransaction() |
gov.nist.javax.sip.stack.SIPTransactionStack.getHostAddress() |
android.gov.nist.javax.sip.stack.SIPTransactionStack.getHostAddress() |
gov.nist.javax.sip.SipStackImpl.getIPAddress() |
android.gov.nist.javax.sip.SipStackImpl.getIPAddress() |
javax.sip.SipProvider.getListeningPoint()
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() .
|
android.javax.sip.SipProvider.getListeningPoint()
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() .
|
javax.sip.Dialog.getLocalSequenceNumber()
|
gov.nist.javax.sip.stack.SIPDialog.getLocalSequenceNumber() |
android.javax.sip.Dialog.getLocalSequenceNumber()
|
android.gov.nist.javax.sip.stack.SIPDialog.getLocalSequenceNumber() |
gov.nist.javax.sip.SipStackImpl.getLogger()
TODO: This method will be removed May 11, 2010.
|
android.gov.nist.javax.sip.SipStackImpl.getLogger()
TODO: This method will be removed May 11, 2010.
|
javax.sip.address.Router.getNextHops(Request)
|
android.javax.sip.address.Router.getNextHops(Request)
|
javax.sip.Dialog.getRemoteSequenceNumber()
|
gov.nist.javax.sip.stack.SIPDialog.getRemoteSequenceNumber() |
android.javax.sip.Dialog.getRemoteSequenceNumber()
|
android.gov.nist.javax.sip.stack.SIPDialog.getRemoteSequenceNumber() |
gov.nist.javax.sip.header.RAck.getRSeqNumber() |
android.gov.nist.javax.sip.header.RAck.getRSeqNumber() |
javax.sip.header.CSeqHeader.getSequenceNumber()
|
gov.nist.javax.sip.header.RSeq.getSequenceNumber() |
android.javax.sip.header.CSeqHeader.getSequenceNumber()
|
android.gov.nist.javax.sip.header.RSeq.getSequenceNumber() |
gov.nist.javax.sip.stack.SIPTransactionStack.getStackLogger() |
android.gov.nist.javax.sip.stack.SIPTransactionStack.getStackLogger() |
javax.sip.header.TimeStampHeader.getTimeStamp()
|
android.javax.sip.header.TimeStampHeader.getTimeStamp()
|
javax.sip.header.WWWAuthenticateHeader.getURI()
Since v1.2. URI is not a supported parameter for this
header. This method should return null.
|
android.javax.sip.header.WWWAuthenticateHeader.getURI()
Since v1.2. URI is not a supported parameter for this
header. This method should return null.
|
gov.nist.javax.sip.stack.SIPTransactionStack.isLoggingEnabled() |
android.gov.nist.javax.sip.stack.SIPTransactionStack.isLoggingEnabled() |
gov.nist.javax.sip.stack.SIPTransactionStack.isLoggingEnabled(int) |
android.gov.nist.javax.sip.stack.SIPTransactionStack.isLoggingEnabled(int) |
javax.sip.SipStack.isRetransmissionFilterActive()
|
gov.nist.javax.sip.SipStackImpl.isRetransmissionFilterActive() |
android.javax.sip.SipStack.isRetransmissionFilterActive()
|
android.gov.nist.javax.sip.SipStackImpl.isRetransmissionFilterActive() |
gov.nist.javax.sip.header.Via.setComment(String)
This is an RFC 2543 feature.
|
android.gov.nist.javax.sip.header.Via.setComment(String)
This is an RFC 2543 feature.
|
gov.nist.javax.sip.header.RAck.setCSeqNumber(int) |
android.gov.nist.javax.sip.header.RAck.setCSeqNumber(int) |
javax.sip.header.TimeStampHeader.setDelay(float)
|
android.javax.sip.header.TimeStampHeader.setDelay(float)
|
javax.sip.SipProvider.setListeningPoint(ListeningPoint)
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.
|
android.javax.sip.SipProvider.setListeningPoint(ListeningPoint)
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.
|
gov.nist.javax.sip.header.RAck.setRSeqNumber(int) |
android.gov.nist.javax.sip.header.RAck.setRSeqNumber(int) |
javax.sip.header.CSeqHeader.setSequenceNumber(int)
|
gov.nist.javax.sip.header.RSeq.setSequenceNumber(int) |
android.javax.sip.header.CSeqHeader.setSequenceNumber(int)
|
android.gov.nist.javax.sip.header.RSeq.setSequenceNumber(int) |
javax.sip.header.TimeStampHeader.setTimeStamp(float)
|
android.javax.sip.header.TimeStampHeader.setTimeStamp(float)
|
javax.sip.header.WWWAuthenticateHeader.setURI(URI)
Since v1.2. URI is not a supported parameter for this header.
|
android.javax.sip.header.WWWAuthenticateHeader.setURI(URI)
Since v1.2. URI is not a supported parameter for this header.
|