Uses of Class
org.apache.qpid.protonj2.types.Binary
-
-
Uses of Binary in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec that return Binary Modifier and Type Method Description BinaryDecoder. readBinary(ProtonBuffer buffer, DecoderState state)Reads an encodedBinaryvalue from the givenProtonBufferassuming that the next value in the byte stream is that type.BinaryStreamDecoder. readBinary(java.io.InputStream stream, StreamDecoderState state)Reads an encodedBinaryvalue from the givenInputStreamassuming that the next value in the byte stream is that type.Methods in org.apache.qpid.protonj2.codec with parameters of type Binary Modifier and Type Method Description voidEncoder. writeBinary(ProtonBuffer buffer, EncoderState state, Binary value)Writes the contents of the givenBinaryvalue into the providedProtonBufferinstance as an AMQP Binary type. -
Uses of Binary in org.apache.qpid.protonj2.codec.decoders
Methods in org.apache.qpid.protonj2.codec.decoders that return Binary Modifier and Type Method Description BinaryProtonDecoder. readBinary(ProtonBuffer buffer, DecoderState state)BinaryProtonStreamDecoder. readBinary(java.io.InputStream stream, StreamDecoderState state) -
Uses of Binary in org.apache.qpid.protonj2.codec.decoders.primitives
Methods in org.apache.qpid.protonj2.codec.decoders.primitives that return Binary Modifier and Type Method Description BinaryAbstractBinaryTypeDecoder. readValue(java.io.InputStream stream, StreamDecoderState state)BinaryAbstractBinaryTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.primitives that return types with arguments of type Binary Modifier and Type Method Description default java.lang.Class<Binary>BinaryTypeDecoder. getTypeClass() -
Uses of Binary in org.apache.qpid.protonj2.codec.encoders
Methods in org.apache.qpid.protonj2.codec.encoders with parameters of type Binary Modifier and Type Method Description voidProtonEncoder. writeBinary(ProtonBuffer buffer, EncoderState state, Binary value) -
Uses of Binary in org.apache.qpid.protonj2.codec.encoders.primitives
Methods in org.apache.qpid.protonj2.codec.encoders.primitives that return types with arguments of type Binary Modifier and Type Method Description java.lang.Class<Binary>BinaryTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.primitives with parameters of type Binary Modifier and Type Method Description voidBinaryTypeEncoder. writeType(ProtonBuffer buffer, EncoderState state, Binary value) -
Uses of Binary in org.apache.qpid.protonj2.engine
Methods in org.apache.qpid.protonj2.engine that return Binary Modifier and Type Method Description BinaryTransaction. getTxnId()Returns the transaction Id that is associated with the declared transaction.Methods in org.apache.qpid.protonj2.engine with parameters of type Binary Modifier and Type Method Description TransactionManagerTransactionManager. declared(Transaction<TransactionManager> transaction, Binary txnId)Respond to a previousDeclarerequest from the remoteTransactionControllerindicating that the requested transaction has been successfully declared and that deliveries can now be enlisted in that transaction. -
Uses of Binary in org.apache.qpid.protonj2.engine.impl
Methods in org.apache.qpid.protonj2.engine.impl that return Binary Modifier and Type Method Description BinaryProtonTransaction. getTxnId()Methods in org.apache.qpid.protonj2.engine.impl with parameters of type Binary Modifier and Type Method Description TransactionManagerProtonTransactionManager. declared(Transaction<TransactionManager> transaction, Binary txnId) -
Uses of Binary in org.apache.qpid.protonj2.engine.util
Methods in org.apache.qpid.protonj2.engine.util with parameters of type Binary Modifier and Type Method Description static java.lang.StringStringUtils. toQuotedString(Binary buffer)Converts the Binary to a quoted string using a default max length before truncation value and appends a truncation indication if the string required truncation.static java.lang.StringStringUtils. toQuotedString(Binary buffer, boolean appendIfTruncated)Converts the Binary to a quoted string using a default max length before truncation value.static java.lang.StringStringUtils. toQuotedString(Binary buffer, int stringLength, boolean appendIfTruncated)Converts the Binary to a quoted string. -
Uses of Binary in org.apache.qpid.protonj2.types
Methods in org.apache.qpid.protonj2.types that return Binary Modifier and Type Method Description BinaryBinary. copy() -
Uses of Binary in org.apache.qpid.protonj2.types.messaging
Methods in org.apache.qpid.protonj2.types.messaging that return Binary Modifier and Type Method Description BinaryData. getBinary()BinaryProperties. getUserId()Methods in org.apache.qpid.protonj2.types.messaging with parameters of type Binary Modifier and Type Method Description PropertiesProperties. setUserId(Binary userId)Constructors in org.apache.qpid.protonj2.types.messaging with parameters of type Binary Constructor Description Data(Binary binary) -
Uses of Binary in org.apache.qpid.protonj2.types.security
Methods in org.apache.qpid.protonj2.types.security with parameters of type Binary Modifier and Type Method Description SaslOutcomeSaslOutcome. setAdditionalData(Binary additionalData)SaslChallengeSaslChallenge. setChallenge(Binary challenge)SaslInitSaslInit. setInitialResponse(Binary initialResponse)SaslResponseSaslResponse. setResponse(Binary response) -
Uses of Binary in org.apache.qpid.protonj2.types.transactions
Methods in org.apache.qpid.protonj2.types.transactions that return Binary Modifier and Type Method Description BinaryDeclared. getTxnId()BinaryDischarge. getTxnId()BinaryTransactionalState. getTxnId()Methods in org.apache.qpid.protonj2.types.transactions with parameters of type Binary Modifier and Type Method Description DeclaredDeclared. setTxnId(Binary txnId)DischargeDischarge. setTxnId(Binary txnId)TransactionalStateTransactionalState. setTxnId(Binary txnId) -
Uses of Binary in org.apache.qpid.protonj2.types.transport
Methods in org.apache.qpid.protonj2.types.transport that return types with arguments of type Binary Modifier and Type Method Description java.util.Map<Binary,DeliveryState>Attach. getUnsettled()Method parameters in org.apache.qpid.protonj2.types.transport with type arguments of type Binary Modifier and Type Method Description AttachAttach. setUnsettled(java.util.Map<Binary,DeliveryState> unsettled)
-