Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Dialog |
SipStackExt.getReplacesDialog(ReplacesHeader replacesHeader)
Get the ReferedTo dialog in the Replaces header.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
Replaces
Replaces SIPHeader.
|
Modifier and Type | Method and Description |
---|---|
Dialog |
SIPTransactionStack.getReplacesDialog(ReplacesHeader replacesHeader)
Get the Replaced Dialog from the stack.
|
Copyright © 2018. All Rights Reserved.