public class AdditionalHeaderCompressionContextSetupParameters extends Sequence
AdditionalHeaderCompressionContextSetupParameters
type.Modifier and Type | Class and Description |
---|---|
static class |
AdditionalHeaderCompressionContextSetupParameters.Type
Defines meaningful names for particular values of the
type field. |
Constructor and Description |
---|
AdditionalHeaderCompressionContextSetupParameters()
The default constructor.
|
AdditionalHeaderCompressionContextSetupParameters(INTEGER type,
OctetString container)
Constructs an instance of the
AdditionalHeaderCompressionContextSetupParameters with the specified
components. |
Modifier and Type | Method and Description |
---|---|
OctetString |
getContainer()
Returns the value of the
container field. |
INTEGER |
getType()
Returns the value of the
type field. |
void |
setContainer(OctetString container)
Sets the value of the
container field. |
void |
setType(INTEGER type)
Sets the value of the
type field. |
public AdditionalHeaderCompressionContextSetupParameters()
public AdditionalHeaderCompressionContextSetupParameters(INTEGER type, OctetString container)
AdditionalHeaderCompressionContextSetupParameters
with the specified
components.type
- the value of the type
field (mandatory).
The Type
class defines meaningful names for particular values of the field.container
- the value of the container
field (mandatory).java.lang.IllegalArgumentException
- when any mandatory component has a null value.public INTEGER getType()
type
field.type
field.
The Type
class defines meaningful names for particular values of the field.public void setType(INTEGER type)
type
field.type
- the value of the type
field.
The Type
class defines meaningful names for particular values of the field.java.lang.IllegalArgumentException
- when the type
parameter is null.public OctetString getContainer()
container
field.container
field.public void setContainer(OctetString container)
container
field.container
- the value of the container
field.java.lang.IllegalArgumentException
- when the container
parameter is null.Copyright © 2023 OSS Nokalva, Inc. All rights reserved.
This document is proprietary to OSS Nokalva, Inc., and may be used only by their direct licensees. Distribution is not permitted. This copyright statement must not be removed.