|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JoinHeader | |
---|---|
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 JoinHeader in gov.nist.javax.sip |
---|
Methods in gov.nist.javax.sip with parameters of type JoinHeader | |
---|---|
Dialog |
SipStackExt.getJoinDialog(JoinHeader joinHeader)
Get the dialog in the Join header. |
Uses of JoinHeader in gov.nist.javax.sip.header |
---|
Methods in gov.nist.javax.sip.header that return JoinHeader | |
---|---|
JoinHeader |
HeaderFactoryExt.createJoinHeader(String callId,
String toTag,
String fromTag)
Create a Join header with a call Id, to and from tag. |
JoinHeader |
HeaderFactoryImpl.createJoinHeader(String callId,
String toTag,
String fromTag)
Create a Join header with a call Id, to and from tag. |
Uses of JoinHeader in gov.nist.javax.sip.header.extensions |
---|
Classes in gov.nist.javax.sip.header.extensions that implement JoinHeader | |
---|---|
class |
Join
Join SIPHeader. |
Uses of JoinHeader in gov.nist.javax.sip.stack |
---|
Methods in gov.nist.javax.sip.stack with parameters of type JoinHeader | |
---|---|
Dialog |
SIPTransactionStack.getJoinDialog(JoinHeader joinHeader)
Get the Join Dialog from the stack. |
|
NIST-SIP: The Reference Implementation for JAIN-SIP 1.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |