|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Context | |
---|---|
com.epam.mdp.full.coders | |
com.epam.mdp.full.context | |
com.epam.mdp.full.template.types | |
com.epam.mdp.full.template.types.operator |
Uses of Context in com.epam.mdp.full.coders |
---|
Methods in com.epam.mdp.full.coders with parameters of type Context | |
---|---|
void |
FASTEncoder.setContext(Context context)
Setter for context. |
Constructors in com.epam.mdp.full.coders with parameters of type Context | |
---|---|
BOVESPAFASTDecoder(Context context)
Creates the FASTDecoder . |
|
CMEFASTDecoder(Context context)
Creates the FASTDecoder . |
|
FASTDecoder(Context context)
|
|
FASTEncoder(Context context)
Creates the FASTEncoder . |
Uses of Context in com.epam.mdp.full.context |
---|
Classes in com.epam.mdp.full.context that implement Context | |
---|---|
class |
PacketContext
The packet context. |
Uses of Context in com.epam.mdp.full.template.types |
---|
Methods in com.epam.mdp.full.template.types with parameters of type Context | |
---|---|
ITypeValue |
AbstractType.decode(BinaryMessage message,
Context context)
|
FastMessage |
Field.decode(BinaryMessage message,
Context context)
FieldValue decode method declaration |
ITypeValue |
Group.decode(BinaryMessage message,
Context context)
|
ITypeValue |
Sequence.decode(BinaryMessage message,
Context context)
|
FastMessage |
Template.decode(BinaryMessage message,
Context context)
|
ITypeValue |
TemplateRef.decode(BinaryMessage message,
Context context)
|
ITypeValue |
Type.decode(BinaryMessage message,
Context context)
|
ITypeValue |
TypeRef.decode(BinaryMessage message,
Context context)
|
ITypeValue |
GenericType.decodeConstant(Context context,
BinaryMessage message)
|
ITypeValue |
TypeAdaptor.decodeConstant(Context context,
BinaryMessage message)
|
ITypeValue |
TypeDecoder.decodeConstant(Context context,
BinaryMessage message)
Decodes value from stream with constant operator. |
ITypeValue |
GenericType.decodeCopy(Context context,
BinaryMessage message)
|
ITypeValue |
TypeAdaptor.decodeCopy(Context context,
BinaryMessage message)
|
ITypeValue |
TypeDecoder.decodeCopy(Context context,
BinaryMessage message)
Decodes value from stream with copy operator. |
ITypeValue |
GenericType.decodeDefault(Context context,
BinaryMessage message)
|
ITypeValue |
TypeAdaptor.decodeDefault(Context context,
BinaryMessage message)
|
ITypeValue |
TypeDecoder.decodeDefault(Context context,
BinaryMessage message)
Decodes value from stream with default operator. |
ITypeValue |
ByteVector.decodeDelta(Context context,
BinaryMessage message)
|
ITypeValue |
Decimal.decodeDelta(Context context,
BinaryMessage message)
|
ITypeValue |
IntegerField.decodeDelta(Context context,
BinaryMessage message)
|
ITypeValue |
String.decodeDelta(Context context,
BinaryMessage message)
|
ITypeValue |
TypeAdaptor.decodeDelta(Context context,
BinaryMessage message)
|
ITypeValue |
TypeDecoder.decodeDelta(Context context,
BinaryMessage message)
Decodes value from stream with delta operator. |
ITypeValue |
IntegerField.decodeIncrement(Context context,
BinaryMessage message)
|
ITypeValue |
TypeAdaptor.decodeIncrement(Context context,
BinaryMessage message)
|
ITypeValue |
TypeDecoder.decodeIncrement(Context context,
BinaryMessage message)
Decodes value from stream with increment operator. |
ITypeValue |
Decimal.decodeNone(Context context,
BinaryMessage message)
|
ITypeValue |
GenericType.decodeNone(Context context,
BinaryMessage message)
|
ITypeValue |
TypeAdaptor.decodeNone(Context context,
BinaryMessage message)
|
ITypeValue |
TypeDecoder.decodeNone(Context context,
BinaryMessage message)
Decodes value from stream with none operator. |
ITypeValue |
ByteVector.decodeTail(Context context,
BinaryMessage message)
|
ITypeValue |
String.decodeTail(Context context,
BinaryMessage message)
|
ITypeValue |
TypeAdaptor.decodeTail(Context context,
BinaryMessage message)
|
ITypeValue |
TypeDecoder.decodeTail(Context context,
BinaryMessage message)
Decodes value from stream with tail operator. |
FIXFieldList |
FixDecoder.decodeToFIX(BinaryMessage message,
Context context)
Decode to FIX field list. |
FIXFieldList |
Template.decodeToFIX(BinaryMessage message,
Context context)
Decodes message to FIX. |
byte[] |
Field.encode(FastMessage value,
Context context)
byte[] encode method declaration |
byte[] |
Template.encode(FastMessage fastMessage,
Context context)
|
byte[] |
AbstractType.encode(ITypeValue fieldValue,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
Group.encode(ITypeValue typeValue,
Context context,
EncodePresenceMapBuilder bitBufferBuilder)
|
byte[] |
Sequence.encode(ITypeValue typeValue,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
TemplateRef.encode(ITypeValue fieldValue,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
Type.encode(ITypeValue fieldValue,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
TypeRef.encode(ITypeValue fieldValue,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
GenericType.encodeConstant(ITypeValue value,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
TypeAdaptor.encodeConstant(ITypeValue value,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
TypeEncoder.encodeConstant(ITypeValue value,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
Encodes value with constant operator. |
byte[] |
GenericType.encodeCopy(ITypeValue value,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
TypeAdaptor.encodeCopy(ITypeValue value,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
TypeEncoder.encodeCopy(ITypeValue value,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
Encodes value with copy operator. |
byte[] |
GenericType.encodeDefault(ITypeValue value,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
TemplateRef.encodeDefault(ITypeValue value,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
TypeAdaptor.encodeDefault(ITypeValue value,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
TypeEncoder.encodeDefault(ITypeValue value,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
Encodes value with default operator. |
byte[] |
TypeRef.encodeDefault(ITypeValue value,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
ByteVector.encodeDelta(ITypeValue value,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
Decimal.encodeDelta(ITypeValue value,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
IntegerField.encodeDelta(ITypeValue value,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
String.encodeDelta(ITypeValue value,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
TypeAdaptor.encodeDelta(ITypeValue value,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
TypeEncoder.encodeDelta(ITypeValue value,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
Encodes value with delta operator. |
byte[] |
IntegerField.encodeIncrement(ITypeValue value,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
TypeAdaptor.encodeIncrement(ITypeValue value,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
TypeEncoder.encodeIncrement(ITypeValue value,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
Encodes value with increment operator. |
byte[] |
Decimal.encodeNone(ITypeValue value,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
GenericType.encodeNone(ITypeValue value,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
TypeAdaptor.encodeNone(ITypeValue value,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
TypeEncoder.encodeNone(ITypeValue value,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
Encodes value with none operator. |
byte[] |
ByteVector.encodeTail(ITypeValue value,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
String.encodeTail(ITypeValue value,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
TypeAdaptor.encodeTail(ITypeValue value,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
TypeEncoder.encodeTail(ITypeValue value,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
Encodes value with tail operator. |
Uses of Context in com.epam.mdp.full.template.types.operator |
---|
Methods in com.epam.mdp.full.template.types.operator with parameters of type Context | |
---|---|
ITypeValue |
Constant.decode(AbstractType abstractType,
Context context,
BinaryMessage message)
|
ITypeValue |
Copy.decode(AbstractType abstractType,
Context context,
BinaryMessage message)
|
ITypeValue |
Default.decode(AbstractType abstractType,
Context context,
BinaryMessage message)
|
ITypeValue |
Delta.decode(AbstractType abstractType,
Context context,
BinaryMessage message)
|
ITypeValue |
Increment.decode(AbstractType abstractType,
Context context,
BinaryMessage message)
|
ITypeValue |
None.decode(AbstractType abstractType,
Context context,
BinaryMessage message)
|
ITypeValue |
Operator.decode(AbstractType abstractType,
Context context,
BinaryMessage message)
Decode binary message to type value. |
ITypeValue |
Tail.decode(AbstractType abstractType,
Context context,
BinaryMessage message)
|
ITypeValue |
Constant.decodeValue(Context context,
Type type,
ITypeValue decodeValue)
|
ITypeValue |
Copy.decodeValue(Context context,
Type type,
ITypeValue decodeValue)
|
ITypeValue |
Default.decodeValue(Context context,
Type type,
ITypeValue decodeValue)
|
ITypeValue |
Increment.decodeValue(Context context,
Type type,
ITypeValue decodeValue)
|
ITypeValue |
None.decodeValue(Context context,
Type type,
ITypeValue decodeValue)
|
ITypeValue |
Tail.decodeValue(Context context,
Type type,
ITypeValue decodeValue)
|
byte[] |
Constant.encode(AbstractType abstractType,
Context context,
ITypeValue fieldValue,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
Copy.encode(AbstractType abstractType,
Context context,
ITypeValue fieldValue,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
Default.encode(AbstractType abstractType,
Context context,
ITypeValue fieldValue,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
Delta.encode(AbstractType abstractType,
Context context,
ITypeValue fieldValue,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
Increment.encode(AbstractType abstractType,
Context context,
ITypeValue fieldValue,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
None.encode(AbstractType abstractType,
Context context,
ITypeValue fieldValue,
EncodePresenceMapBuilder presenceMapBuilder)
|
byte[] |
Operator.encode(AbstractType abstractType,
Context context,
ITypeValue fieldValue,
EncodePresenceMapBuilder presenceMapBuilder)
Encode type value to bytes. |
byte[] |
Tail.encode(AbstractType abstractType,
Context context,
ITypeValue fieldValue,
EncodePresenceMapBuilder presenceMapBuilder)
|
ITypeValue |
Constant.encodeValue(Context context,
Type type,
ITypeValue encodeValue)
|
ITypeValue |
Copy.encodeValue(Context context,
Type type,
ITypeValue encodeValue)
|
ITypeValue |
Default.encodeValue(Context context,
Type type,
ITypeValue encodeValue)
|
ITypeValue |
Increment.encodeValue(Context context,
Type type,
ITypeValue encodeValue)
|
ITypeValue |
None.encodeValue(Context context,
Type type,
ITypeValue encodeValue)
|
ITypeValue |
Tail.encodeValue(Context context,
Type type,
ITypeValue encodeValue)
|
ITypeValue |
Constant.getDefaultValue(Context context,
Type type)
|
ITypeValue |
Copy.getDefaultValue(Context context,
Type type)
|
ITypeValue |
Default.getDefaultValue(Context context,
Type type)
|
ITypeValue |
Increment.getDefaultValue(Context context,
Type type)
|
ITypeValue |
None.getDefaultValue(Context context,
Type type)
|
ITypeValue |
Tail.getDefaultValue(Context context,
Type type)
|
ITypeValue |
Constant.getPresenceEncodingValue(Type type,
ITypeValue fieldValue,
Context context,
EncodePresenceMapBuilder presenceMapBuilder)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |