Uses of Class
org.apache.qpid.proton.amqp.Binary
-
-
Uses of Binary in org.apache.qpid.proton.amqp
Methods in org.apache.qpid.proton.amqp that return Binary Modifier and Type Method Description static BinaryBinary. combine(java.util.Collection<Binary> binaries)static BinaryBinary. copy(Binary source)static BinaryBinary. create(java.nio.ByteBuffer buffer)static BinaryBinary. create(ReadableBuffer buffer)BinaryBinary. subBinary(int offset, int length)Methods in org.apache.qpid.proton.amqp with parameters of type Binary Modifier and Type Method Description static BinaryBinary. copy(Binary source)Method parameters in org.apache.qpid.proton.amqp with type arguments of type Binary Modifier and Type Method Description static BinaryBinary. combine(java.util.Collection<Binary> binaries) -
Uses of Binary in org.apache.qpid.proton.amqp.messaging
Methods in org.apache.qpid.proton.amqp.messaging that return Binary Modifier and Type Method Description BinaryProperties. getUserId()BinaryData. getValue()Methods in org.apache.qpid.proton.amqp.messaging with parameters of type Binary Modifier and Type Method Description voidProperties. setUserId(Binary userId)Constructors in org.apache.qpid.proton.amqp.messaging with parameters of type Binary Constructor Description Data(Binary value) -
Uses of Binary in org.apache.qpid.proton.amqp.security
Methods in org.apache.qpid.proton.amqp.security that return Binary Modifier and Type Method Description BinarySaslOutcome. getAdditionalData()BinarySaslChallenge. getChallenge()BinarySaslInit. getInitialResponse()BinarySaslResponse. getResponse()Methods in org.apache.qpid.proton.amqp.security with parameters of type Binary Modifier and Type Method Description voidSaslFrameBody.SaslFrameBodyHandler. handleChallenge(SaslChallenge saslChallenge, Binary payload, E context)voidSaslFrameBody.SaslFrameBodyHandler. handleInit(SaslInit saslInit, Binary payload, E context)voidSaslFrameBody.SaslFrameBodyHandler. handleMechanisms(SaslMechanisms saslMechanisms, Binary payload, E context)voidSaslFrameBody.SaslFrameBodyHandler. handleOutcome(SaslOutcome saslOutcome, Binary payload, E context)voidSaslFrameBody.SaslFrameBodyHandler. handleResponse(SaslResponse saslResponse, Binary payload, E context)<E> voidSaslChallenge. invoke(SaslFrameBody.SaslFrameBodyHandler<E> handler, Binary payload, E context)<E> voidSaslFrameBody. invoke(SaslFrameBody.SaslFrameBodyHandler<E> handler, Binary payload, E context)<E> voidSaslInit. invoke(SaslFrameBody.SaslFrameBodyHandler<E> handler, Binary payload, E context)<E> voidSaslMechanisms. invoke(SaslFrameBody.SaslFrameBodyHandler<E> handler, Binary payload, E context)<E> voidSaslOutcome. invoke(SaslFrameBody.SaslFrameBodyHandler<E> handler, Binary payload, E context)<E> voidSaslResponse. invoke(SaslFrameBody.SaslFrameBodyHandler<E> handler, Binary payload, E context)voidSaslOutcome. setAdditionalData(Binary additionalData)voidSaslChallenge. setChallenge(Binary challenge)voidSaslInit. setInitialResponse(Binary initialResponse)voidSaslResponse. setResponse(Binary response) -
Uses of Binary in org.apache.qpid.proton.amqp.transaction
Methods in org.apache.qpid.proton.amqp.transaction that return Binary Modifier and Type Method Description BinaryDeclared. getTxnId()BinaryDischarge. getTxnId()BinaryTransactionalState. getTxnId()Methods in org.apache.qpid.proton.amqp.transaction with parameters of type Binary Modifier and Type Method Description voidDeclared. setTxnId(Binary txnId)voidDischarge. setTxnId(Binary txnId)voidTransactionalState. setTxnId(Binary txnId) -
Uses of Binary in org.apache.qpid.proton.amqp.transport
Methods in org.apache.qpid.proton.amqp.transport that return Binary Modifier and Type Method Description BinaryTransfer. getDeliveryTag()Methods in org.apache.qpid.proton.amqp.transport with parameters of type Binary Modifier and Type Method Description voidFrameBody.FrameBodyHandler. handleAttach(Attach attach, Binary payload, E context)voidFrameBody.FrameBodyHandler. handleBegin(Begin begin, Binary payload, E context)voidFrameBody.FrameBodyHandler. handleClose(Close close, Binary payload, E context)voidFrameBody.FrameBodyHandler. handleDetach(Detach detach, Binary payload, E context)voidFrameBody.FrameBodyHandler. handleDisposition(Disposition disposition, Binary payload, E context)voidFrameBody.FrameBodyHandler. handleEnd(End end, Binary payload, E context)voidFrameBody.FrameBodyHandler. handleFlow(Flow flow, Binary payload, E context)voidFrameBody.FrameBodyHandler. handleOpen(Open open, Binary payload, E context)voidFrameBody.FrameBodyHandler. handleTransfer(Transfer transfer, Binary payload, E context)<E> voidAttach. invoke(FrameBody.FrameBodyHandler<E> handler, Binary payload, E context)<E> voidBegin. invoke(FrameBody.FrameBodyHandler<E> handler, Binary payload, E context)<E> voidClose. invoke(FrameBody.FrameBodyHandler<E> handler, Binary payload, E context)<E> voidDetach. invoke(FrameBody.FrameBodyHandler<E> handler, Binary payload, E context)<E> voidDisposition. invoke(FrameBody.FrameBodyHandler<E> handler, Binary payload, E context)<E> voidEmptyFrame. invoke(FrameBody.FrameBodyHandler<E> handler, Binary payload, E context)<E> voidEnd. invoke(FrameBody.FrameBodyHandler<E> handler, Binary payload, E context)<E> voidFlow. invoke(FrameBody.FrameBodyHandler<E> handler, Binary payload, E context)<E> voidFrameBody. invoke(FrameBody.FrameBodyHandler<E> handler, Binary payload, E context)<E> voidOpen. invoke(FrameBody.FrameBodyHandler<E> handler, Binary payload, E context)<E> voidTransfer. invoke(FrameBody.FrameBodyHandler<E> handler, Binary payload, E context)voidTransfer. setDeliveryTag(Binary deliveryTag) -
Uses of Binary in org.apache.qpid.proton.codec
Methods in org.apache.qpid.proton.codec that return Binary Modifier and Type Method Description BinaryData. encode()BinaryData. getBinary()BinaryDecoder. readBinary()BinaryDecoder. readBinary(Binary defaultValue)BinaryDecoderImpl. readBinary()BinaryDecoderImpl. readBinary(Binary defaultValue)Methods in org.apache.qpid.proton.codec that return types with arguments of type Binary Modifier and Type Method Description java.lang.Class<Binary>BinaryType. getTypeClass()Methods in org.apache.qpid.proton.codec with parameters of type Binary Modifier and Type Method Description voidBinaryType. fastWrite(EncoderImpl encoder, Binary binary)org.apache.qpid.proton.codec.BinaryType.BinaryEncodingBinaryType. getEncoding(Binary val)voidData. putBinary(Binary bytes)BinaryDecoder. readBinary(Binary defaultValue)BinaryDecoderImpl. readBinary(Binary defaultValue)voidEncoder. writeBinary(Binary b)voidEncoderImpl. writeBinary(Binary b) -
Uses of Binary in org.apache.qpid.proton.codec.impl
Methods in org.apache.qpid.proton.codec.impl that return Binary Modifier and Type Method Description BinaryDataImpl. encode()BinaryDataImpl. getBinary()Methods in org.apache.qpid.proton.codec.impl with parameters of type Binary Modifier and Type Method Description voidDataImpl. putBinary(Binary bytes) -
Uses of Binary in org.apache.qpid.proton.codec.messaging
Methods in org.apache.qpid.proton.codec.messaging that return Binary Modifier and Type Method Description protected BinaryDataType. wrap(Data val) -
Uses of Binary in org.apache.qpid.proton.engine.impl
Methods in org.apache.qpid.proton.engine.impl with parameters of type Binary Modifier and Type Method Description voidSaslImpl. handle(SaslFrameBody frameBody, Binary payload)voidTransportImpl. handleAttach(Attach attach, Binary payload, java.lang.Integer channel)voidTransportImpl. handleBegin(Begin begin, Binary payload, java.lang.Integer channel)voidSaslImpl. handleChallenge(SaslChallenge saslChallenge, Binary payload, java.lang.Void context)voidTransportImpl. handleClose(Close close, Binary payload, java.lang.Integer channel)voidTransportImpl. handleDetach(Detach detach, Binary payload, java.lang.Integer channel)voidTransportImpl. handleDisposition(Disposition disposition, Binary payload, java.lang.Integer channel)voidTransportImpl. handleEnd(End end, Binary payload, java.lang.Integer channel)voidTransportImpl. handleFlow(Flow flow, Binary payload, java.lang.Integer channel)voidSaslImpl. handleInit(SaslInit saslInit, Binary payload, java.lang.Void context)voidSaslImpl. handleMechanisms(SaslMechanisms saslMechanisms, Binary payload, java.lang.Void context)voidTransportImpl. handleOpen(Open open, Binary payload, java.lang.Integer channel)voidSaslImpl. handleOutcome(SaslOutcome saslOutcome, Binary payload, java.lang.Void context)voidSaslImpl. handleResponse(SaslResponse saslResponse, Binary payload, java.lang.Void context)voidTransportImpl. handleTransfer(Transfer transfer, Binary payload, java.lang.Integer channel)voidSaslImpl. setResponse(Binary initialResponse)static java.lang.StringStringUtils. toQuotedString(Binary bin, int stringLength, boolean appendIfTruncated)Converts the Binary to a quoted string. -
Uses of Binary in org.apache.qpid.proton.framing
Methods in org.apache.qpid.proton.framing that return Binary Modifier and Type Method Description BinaryTransportFrame. getPayload()Constructors in org.apache.qpid.proton.framing with parameters of type Binary Constructor Description TransportFrame(int channel, FrameBody body, Binary payload)
-