Package | Description |
---|---|
android.gov.nist.javax.sip |
This is the root of the JAIN implementation of SIP.
|
android.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.
|
android.gov.nist.javax.sip.header.extensions | |
android.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.getJoinDialog(JoinHeader joinHeader)
Get the dialog in the Join header.
|
Modifier and Type | Method and Description |
---|---|
JoinHeader |
HeaderFactoryImpl.createJoinHeader(String callId,
String toTag,
String fromTag)
Create a Join header with a call Id, to and from tag.
|
JoinHeader |
HeaderFactoryExt.createJoinHeader(String callId,
String toTag,
String fromTag)
Create a Join header with a call Id, to and from tag.
|
Modifier and Type | Class and Description |
---|---|
class |
Join
Join SIPHeader.
|
Modifier and Type | Method and Description |
---|---|
Dialog |
SIPTransactionStack.getJoinDialog(JoinHeader joinHeader)
Get the Join Dialog from the stack.
|
Copyright © 2018. All Rights Reserved.