| Package | Description | 
|---|---|
| biz.onixs.cme.ilink3.handler.session | |
| biz.onixs.sbe | 
| Modifier and Type | Method and Description | 
|---|---|
DecoderSettings | 
SessionSettings.getDecoderSettings()
Returns the decoder settings. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static DecoderSettings | 
DecoderSettings.createFullControlSettings()
Settings with all checks enabled. 
 | 
DecoderSettings | 
DecoderSettings.makeCopy()
Makes copy of the settings. 
 | 
DecoderSettings | 
DecoderSettings.setCustomCompositeClasses(Class<?>[] customCompositeClasses)
Set custom composite classes. 
 | 
DecoderSettings | 
DecoderSettings.setEnableNarrowingOnRead(boolean enableNarrowingOnRead)  | 
DecoderSettings | 
DecoderSettings.setEnableNarrowingOnWrite(boolean enableNarrowingOnWrite)  | 
DecoderSettings | 
DecoderSettings.setEnableNullDataReturn(boolean enableNullDataReturn)
Sets option that controls checking of the null data before return. 
 | 
DecoderSettings | 
DecoderSettings.setParentLoader(ClassLoader parentLoader)
Sets parent loader for decoder. 
 | 
DecoderSettings | 
DecoderSettings.setValidateNarrowingOnRead(boolean validateNarrowingOnRead)  | 
DecoderSettings | 
DecoderSettings.setValidateNarrowingOnWrite(boolean validateNarrowingOnWrite)  | 
DecoderSettings | 
DecoderSettings.setValidateValueRanges(boolean validateValueRanges)
Controls raising of exceptions when wrong data occurs. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ByteDecoder | 
ByteDecoderFactory.create(DecoderSettings decoderSettings,
      IMessageSchema schema)
Creates SBE encoder/decoder object. 
 | 
ByteDecoder | 
ByteDecoderFactory.create(DecoderSettings decoderSettings,
      MessageSchema schema)
Creates SBE encoder/decoder object. 
 | 
| Constructor and Description | 
|---|
ByteDecoderFactory(DecoderSettings decoderSettings)
Constructor. 
 | 
MonthYearTypeGen(DecoderSettings settings,
                UnifiedMetaData type)  | 
StatelessCustomCompositeTypeGen(DecoderSettings settings,
                               biz.onixs.sbe.DynamicClassLoader classLoader,
                               org.apache.bcel.generic.ClassGen ctxClassGen,
                               UnifiedMetaData fieldSet,
                               Map<String,CompositeBindingUtils.CompositeClassBinding> bindings)  | 
Copyright © 2005–2025 Onix Solutions. All rights reserved.