Uses of Class
org.apache.qpid.protonj2.codec.decoders.ProtonScanningContext
-
Uses of ProtonScanningContext in org.apache.qpid.protonj2.codec.decoders
Modifier and TypeMethodDescriptionstatic ProtonScanningContext<String>
ProtonScanningContext.createStringScanContext
(String... entries) Creates a new scanning context for the given collection ofString
values.static ProtonScanningContext<String>
ProtonScanningContext.createStringScanContext
(Collection<String> entries) Creates a new scanning context for the given collection ofString
values.static ProtonScanningContext<Symbol>
ProtonScanningContext.createSymbolScanContext
(Collection<Symbol> entries) Creates a new scanning context for the given collection ofSymbol
values.static ProtonScanningContext<Symbol>
ProtonScanningContext.createSymbolScanContext
(Symbol... entries) Creates a new scanning context for the given collection ofSymbol
values.