public final class Structures extends Object
Modifier and Type | Method and Description |
---|---|
static CallbackRequest |
decodeCallbackRequest(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static <T extends Collection<CallbackRequest>> |
decodeCallbackRequestCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<CallbackRequest,T> allactor,
boolean allowNull) |
static CallbackResponse |
decodeCallbackResponse(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static <T extends Collection<CallbackResponse>> |
decodeCallbackResponseCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<CallbackResponse,T> allactor,
boolean allowNull) |
static ErrorInformation |
decodeErrorInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static <T extends Collection<ErrorInformation>> |
decodeErrorInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<ErrorInformation,T> allactor,
boolean allowNull) |
static List<CallbackRequest> |
decodeListCallbackRequest(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static List<CallbackResponse> |
decodeListCallbackResponse(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static List<ErrorInformation> |
decodeListErrorInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static List<OperationParameters> |
decodeListOperationParameters(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static List<Request> |
decodeListRequest(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static List<Response> |
decodeListResponse(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static List<UserInformation> |
decodeListUserInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static OperationParameters |
decodeOperationParameters(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static <T extends Collection<OperationParameters>> |
decodeOperationParametersCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<OperationParameters,T> allactor,
boolean allowNull) |
static Request |
decodeRequest(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static <T extends Collection<Request>> |
decodeRequestCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<Request,T> allactor,
boolean allowNull) |
static Response |
decodeResponse(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static <T extends Collection<Response>> |
decodeResponseCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<Response,T> allactor,
boolean allowNull) |
static Set<CallbackRequest> |
decodeSetCallbackRequest(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static Set<CallbackResponse> |
decodeSetCallbackResponse(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static Set<ErrorInformation> |
decodeSetErrorInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static Set<OperationParameters> |
decodeSetOperationParameters(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static Set<Request> |
decodeSetRequest(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static Set<Response> |
decodeSetResponse(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static Set<UserInformation> |
decodeSetUserInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static UserInformation |
decodeUserInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static <T extends Collection<UserInformation>> |
decodeUserInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<UserInformation,T> allactor,
boolean allowNull) |
static void |
encodeCallbackRequest(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
CallbackRequest value) |
static void |
encodeCallbackResponse(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
CallbackResponse value) |
static void |
encodeCollectionCallbackRequest(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<CallbackRequest> values) |
static void |
encodeCollectionCallbackResponse(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<CallbackResponse> values) |
static void |
encodeCollectionErrorInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<ErrorInformation> values) |
static void |
encodeCollectionOperationParameters(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<OperationParameters> values) |
static void |
encodeCollectionRequest(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<Request> values) |
static void |
encodeCollectionResponse(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<Response> values) |
static void |
encodeCollectionUserInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<UserInformation> values) |
static void |
encodeErrorInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
ErrorInformation value) |
static void |
encodeOperationParameters(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
OperationParameters value) |
static void |
encodeRequest(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Request value) |
static void |
encodeResponse(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Response value) |
static void |
encodeUserInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
UserInformation value) |
protected static void |
fillCallbackRequestCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<CallbackRequest> values) |
protected static void |
fillCallbackResponseCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<CallbackResponse> values) |
protected static void |
fillErrorInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<ErrorInformation> values) |
protected static void |
fillOperationParametersCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<OperationParameters> values) |
protected static void |
fillRequestCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<Request> values) |
protected static void |
fillResponseCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<Response> values) |
protected static void |
fillUserInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<UserInformation> values) |
protected static CallbackRequest |
inlindeDecodeCallbackRequest(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
protected static CallbackResponse |
inlindeDecodeCallbackResponse(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
protected static ErrorInformation |
inlindeDecodeErrorInformation(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
protected static OperationParameters |
inlindeDecodeOperationParameters(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
protected static Request |
inlindeDecodeRequest(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
protected static Response |
inlindeDecodeResponse(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
protected static UserInformation |
inlindeDecodeUserInformation(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
protected static void |
inlineEncodeCallbackRequest(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CallbackRequest value) |
protected static void |
inlineEncodeCallbackResponse(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CallbackResponse value) |
protected static void |
inlineEncodeErrorInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
ErrorInformation value) |
protected static void |
inlineEncodeOperationParameters(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
OperationParameters value) |
protected static void |
inlineEncodeRequest(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
Request value) |
protected static void |
inlineEncodeResponse(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
Response value) |
protected static void |
inlineEncodeUserInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
UserInformation value) |
protected static void inlineEncodeErrorInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, ErrorInformation value) throws Exception
Exception
protected static ErrorInformation inlindeDecodeErrorInformation(BinaryContext _context, org.apache.mina.core.buffer.IoBuffer _data) throws Exception
Exception
public static void encodeErrorInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, ErrorInformation value) throws Exception
Exception
public static void encodeCollectionErrorInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, Collection<ErrorInformation> values) throws Exception
Exception
public static ErrorInformation decodeErrorInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void fillErrorInformationCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, int items, Collection<ErrorInformation> values) throws Exception
Exception
protected static <T extends Collection<ErrorInformation>> T decodeErrorInformationCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, CollectionAllocator<ErrorInformation,T> allactor, boolean allowNull) throws Exception
Exception
public static List<ErrorInformation> decodeListErrorInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
public static Set<ErrorInformation> decodeSetErrorInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void inlineEncodeRequest(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, Request value) throws Exception
Exception
protected static Request inlindeDecodeRequest(BinaryContext _context, org.apache.mina.core.buffer.IoBuffer _data) throws Exception
Exception
public static void encodeRequest(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, Request value) throws Exception
Exception
public static void encodeCollectionRequest(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, Collection<Request> values) throws Exception
Exception
public static Request decodeRequest(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void fillRequestCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, int items, Collection<Request> values) throws Exception
Exception
protected static <T extends Collection<Request>> T decodeRequestCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, CollectionAllocator<Request,T> allactor, boolean allowNull) throws Exception
Exception
public static List<Request> decodeListRequest(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
public static Set<Request> decodeSetRequest(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void inlineEncodeResponse(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, Response value) throws Exception
Exception
protected static Response inlindeDecodeResponse(BinaryContext _context, org.apache.mina.core.buffer.IoBuffer _data) throws Exception
Exception
public static void encodeResponse(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, Response value) throws Exception
Exception
public static void encodeCollectionResponse(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, Collection<Response> values) throws Exception
Exception
public static Response decodeResponse(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void fillResponseCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, int items, Collection<Response> values) throws Exception
Exception
protected static <T extends Collection<Response>> T decodeResponseCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, CollectionAllocator<Response,T> allactor, boolean allowNull) throws Exception
Exception
public static List<Response> decodeListResponse(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
public static Set<Response> decodeSetResponse(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void inlineEncodeUserInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, UserInformation value) throws Exception
Exception
protected static UserInformation inlindeDecodeUserInformation(BinaryContext _context, org.apache.mina.core.buffer.IoBuffer _data) throws Exception
Exception
public static void encodeUserInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, UserInformation value) throws Exception
Exception
public static void encodeCollectionUserInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, Collection<UserInformation> values) throws Exception
Exception
public static UserInformation decodeUserInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void fillUserInformationCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, int items, Collection<UserInformation> values) throws Exception
Exception
protected static <T extends Collection<UserInformation>> T decodeUserInformationCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, CollectionAllocator<UserInformation,T> allactor, boolean allowNull) throws Exception
Exception
public static List<UserInformation> decodeListUserInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
public static Set<UserInformation> decodeSetUserInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void inlineEncodeOperationParameters(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, OperationParameters value) throws Exception
Exception
protected static OperationParameters inlindeDecodeOperationParameters(BinaryContext _context, org.apache.mina.core.buffer.IoBuffer _data) throws Exception
Exception
public static void encodeOperationParameters(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, OperationParameters value) throws Exception
Exception
public static void encodeCollectionOperationParameters(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, Collection<OperationParameters> values) throws Exception
Exception
public static OperationParameters decodeOperationParameters(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void fillOperationParametersCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, int items, Collection<OperationParameters> values) throws Exception
Exception
protected static <T extends Collection<OperationParameters>> T decodeOperationParametersCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, CollectionAllocator<OperationParameters,T> allactor, boolean allowNull) throws Exception
Exception
public static List<OperationParameters> decodeListOperationParameters(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
public static Set<OperationParameters> decodeSetOperationParameters(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void inlineEncodeCallbackRequest(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, CallbackRequest value) throws Exception
Exception
protected static CallbackRequest inlindeDecodeCallbackRequest(BinaryContext _context, org.apache.mina.core.buffer.IoBuffer _data) throws Exception
Exception
public static void encodeCallbackRequest(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, CallbackRequest value) throws Exception
Exception
public static void encodeCollectionCallbackRequest(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, Collection<CallbackRequest> values) throws Exception
Exception
public static CallbackRequest decodeCallbackRequest(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void fillCallbackRequestCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, int items, Collection<CallbackRequest> values) throws Exception
Exception
protected static <T extends Collection<CallbackRequest>> T decodeCallbackRequestCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, CollectionAllocator<CallbackRequest,T> allactor, boolean allowNull) throws Exception
Exception
public static List<CallbackRequest> decodeListCallbackRequest(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
public static Set<CallbackRequest> decodeSetCallbackRequest(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void inlineEncodeCallbackResponse(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, CallbackResponse value) throws Exception
Exception
protected static CallbackResponse inlindeDecodeCallbackResponse(BinaryContext _context, org.apache.mina.core.buffer.IoBuffer _data) throws Exception
Exception
public static void encodeCallbackResponse(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, CallbackResponse value) throws Exception
Exception
public static void encodeCollectionCallbackResponse(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, Collection<CallbackResponse> values) throws Exception
Exception
public static CallbackResponse decodeCallbackResponse(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void fillCallbackResponseCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, int items, Collection<CallbackResponse> values) throws Exception
Exception
protected static <T extends Collection<CallbackResponse>> T decodeCallbackResponseCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, CollectionAllocator<CallbackResponse,T> allactor, boolean allowNull) throws Exception
Exception
public static List<CallbackResponse> decodeListCallbackResponse(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
public static Set<CallbackResponse> decodeSetCallbackResponse(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception