| Package | Description |
|---|---|
| org.cipango.diameter | |
| org.cipango.diameter.base | |
| org.cipango.diameter.ims |
| Modifier and Type | Method and Description |
|---|---|
DataFormat<T> |
Type.getDataFormat() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Type<T> |
Factory.newType(String name,
int code,
DataFormat<T> dataFormat) |
static <T> Type<T> |
Factory.newType(String name,
int vendorId,
int code,
DataFormat<T> dataFormat) |
| Constructor and Description |
|---|
Type(int vendorId,
int code,
String name,
DataFormat<T> format) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Common.CustomEnumDataFormat<E extends Enum<E> & Common.CustomEnumValues> |
static class |
Common.EnumDataFormat<E extends Enum<E>> |
| Modifier and Type | Field and Description |
|---|---|
static DataFormat<InetAddress> |
Common.__address |
static DataFormat<Date> |
Common.__date |
static DataFormat<AVPList> |
Common.__grouped
The Data field is specified as a sequence of AVPs i.e diameter messages or grouped AVPs
|
static DataFormat<byte[]> |
Common.__octetString
The data contains arbitrary data of variable length
|
static DataFormat<Integer> |
Common.__unsigned32 |
static DataFormat<String> |
Common.__utf8String
The UTF8String format is derived from the OctetString AVP Base Format.
|
| Modifier and Type | Method and Description |
|---|---|
protected static <T> Type<T> |
IMS.newIMSType(String name,
int code,
DataFormat<T> format) |
Copyright © 2014. All Rights Reserved.