public class SetupAttribute extends AttributeField
The 'setup' attribute indicates which of the end points should initiate the
connection establishment.
It is charset-independent and can be a session-level or a media-level
attribute.
Possible Values:
This parameter was initialing defined in RFC4145, which has been updated by RFC4572.
| Modifier and Type | Field and Description |
|---|---|
static String |
ACTIVE |
static String |
ACTPASS |
static String |
ATTRIBUTE_TYPE |
static String |
HOLDCON |
static String |
PASSIVE |
ATTRIBUTE_SEPARATOR, BEGIN, BEGIN_LENGTH, builder, FIELD_TYPE, key, valueFIELD_SEPARATOR| Constructor and Description |
|---|
SetupAttribute(String value) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isSetupValid(String value) |
void |
setValue(String value) |
getFieldType, getKey, getValue, toStringpublic static final String ATTRIBUTE_TYPE
public static final String ACTIVE
public static final String PASSIVE
public static final String ACTPASS
public static final String HOLDCON
public SetupAttribute(String value)
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.