Package | Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
protected CallIdentifier |
InReplyTo.callId |
protected CallIdentifier |
CallID.callIdentifier
callIdentifier field
|
Modifier and Type | Method and Description |
---|---|
CallIdentifier |
CallID.getCallIdentifer()
get the call Identifer member.
|
Modifier and Type | Method and Description |
---|---|
void |
CallID.setCallIdentifier(CallIdentifier cid)
Set the callIdentifier member.
|
Constructor and Description |
---|
InReplyTo(CallIdentifier cid)
constructor
|
Modifier and Type | Field and Description |
---|---|
CallIdentifier |
Join.callIdentifier
callIdentifier field
|
CallIdentifier |
Replaces.callIdentifier
callIdentifier field
|
Modifier and Type | Method and Description |
---|---|
CallIdentifier |
Join.getCallIdentifer()
get the call Identifer member.
|
CallIdentifier |
Replaces.getCallIdentifer()
get the call Identifer member.
|
Modifier and Type | Method and Description |
---|---|
void |
Join.setCallIdentifier(CallIdentifier cid)
Set the callIdentifier member.
|
void |
Replaces.setCallIdentifier(CallIdentifier cid)
Set the callIdentifier member.
|
Copyright © 2015. All Rights Reserved.