| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
static DiameterCommand |
newAnswer(int code,
String name) |
static DiameterCommand |
newCommand(boolean request,
int code,
String name,
boolean proxiable) |
static DiameterCommand |
newRequest(int code,
String name) |
static ResultCode |
newResultCode(int vendorId,
int code,
String name) |
static ResultCode |
newResultCode(int code,
String name) |
static <T> Type<T> |
newType(String name,
int code,
DataFormat<T> dataFormat) |
static <T> Type<T> |
newType(String name,
int vendorId,
int code,
DataFormat<T> dataFormat) |
public static <T> Type<T> newType(String name, int vendorId, int code, DataFormat<T> dataFormat)
public static <T> Type<T> newType(String name, int code, DataFormat<T> dataFormat)
public static DiameterCommand newCommand(boolean request, int code, String name, boolean proxiable)
public static DiameterCommand newRequest(int code, String name)
public static DiameterCommand newAnswer(int code, String name)
public static ResultCode newResultCode(int code, String name)
public static ResultCode newResultCode(int vendorId, int code, String name)
Copyright © 2014. All Rights Reserved.