|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReplacesHeader | |
---|---|
gov.nist.javax.sip | This is the root of the JAIN implementation of SIP. |
gov.nist.javax.sip.header | Contains implementations of the SIP headers as defined in JAIN-SIP 1.2 and an implementation of the JAIN-SIP header factory. |
gov.nist.javax.sip.header.extensions | |
gov.nist.javax.sip.stack | This package implements the main protocol abstractions that are defined by the SIP RFC 3261. |
Uses of ReplacesHeader in gov.nist.javax.sip |
---|
Methods in gov.nist.javax.sip with parameters of type ReplacesHeader | |
---|---|
Dialog |
SipStackExt.getReplacesDialog(ReplacesHeader replacesHeader)
Get the ReferedTo dialog in the Replaces header. |
Uses of ReplacesHeader in gov.nist.javax.sip.header |
---|
Methods in gov.nist.javax.sip.header that return ReplacesHeader | |
---|---|
ReplacesHeader |
HeaderFactoryExt.createReplacesHeader(String callId,
String toTag,
String fromTag)
Create a Replaces header with a call Id, to and from tag. |
ReplacesHeader |
HeaderFactoryImpl.createReplacesHeader(String callId,
String toTag,
String fromTag)
Create a Replaces header with a call Id, to and from tag. |
Uses of ReplacesHeader in gov.nist.javax.sip.header.extensions |
---|
Classes in gov.nist.javax.sip.header.extensions that implement ReplacesHeader | |
---|---|
class |
Replaces
Replaces SIPHeader. |
Uses of ReplacesHeader in gov.nist.javax.sip.stack |
---|
Methods in gov.nist.javax.sip.stack with parameters of type ReplacesHeader | |
---|---|
Dialog |
SIPTransactionStack.getReplacesDialog(ReplacesHeader replacesHeader)
Get the Replaced Dialog from the stack. |
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |