Package | Description |
---|---|
gov.nist.core |
Contains core classes that the rest of the implementation depends upon.
|
gov.nist.javax.sdp.fields |
Classes for SDP Fields.
|
gov.nist.javax.sip.address |
Implementation of the address package of the JAIN SIP API.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
GenericObjectList.concatenate(GenericObjectList objList)
Concatenate two compatible header lists, adding the argument to the tail
end of this list.
|
protected void |
GenericObjectList.concatenate(GenericObjectList objList,
boolean topFlag)
Concatenate two compatible header lists, adding the argument either to
the beginning or the tail end of this list.
|
void |
GenericObjectList.mergeObjects(GenericObjectList mergeList)
Do a merge of the GenericObjects contained in this list with the
GenericObjects in the mergeList.
|
Modifier and Type | Class and Description |
---|---|
class |
SDPObjectList |
Modifier and Type | Method and Description |
---|---|
void |
SDPObjectList.mergeObjects(GenericObjectList mergeList)
Do a merge of the GenericObjects contained in this list with the
GenericObjects in the mergeList.
|
Modifier and Type | Class and Description |
---|---|
class |
NetObjectList
Root class for all the collection objects in this list:
a wrapper class on the GenericObjectList class for lists of objects
that can appear in NetObjects.
|
Modifier and Type | Class and Description |
---|---|
class |
SIPObjectList
Root class for all the collection objects in this list:
a wrapper class on the GenericObjectList class for lists of objects
that can appear in SIPObjects.
|
Modifier and Type | Method and Description |
---|---|
void |
SIPObjectList.mergeObjects(GenericObjectList mergeList)
Do a merge of the GenericObjects contained in this list with the
GenericObjects in the mergeList.
|
Copyright © 2016. All Rights Reserved.