Uses of Class
org.eclipse.milo.opcua.stack.core.channel.EncodingLimits
Packages that use EncodingLimits
Package
Description
-
Uses of EncodingLimits in org.eclipse.milo.opcua.stack.core.channel
Fields in org.eclipse.milo.opcua.stack.core.channel declared as EncodingLimitsModifier and TypeFieldDescriptionstatic final EncodingLimitsEncodingLimits.DEFAULTAnEncodingLimitsthat uses the default settings.Constructors in org.eclipse.milo.opcua.stack.core.channel with parameters of type EncodingLimitsModifierConstructorDescriptionChunkDecoder(ChannelParameters parameters, EncodingLimits encodingLimits) -
Uses of EncodingLimits in org.eclipse.milo.opcua.stack.core.channel.headers
Methods in org.eclipse.milo.opcua.stack.core.channel.headers with parameters of type EncodingLimitsModifier and TypeMethodDescriptionstatic AsymmetricSecurityHeaderAsymmetricSecurityHeader.decode(io.netty.buffer.ByteBuf buffer, EncodingLimits encodingLimits) -
Uses of EncodingLimits in org.eclipse.milo.opcua.stack.core.encoding
Methods in org.eclipse.milo.opcua.stack.core.encoding that return EncodingLimitsModifier and TypeMethodDescriptionDefaultEncodingContext.getEncodingLimits()EncodingContext.getEncodingLimits()Get theEncodingLimits.