Uses of Class
org.apache.qpid.protonj2.types.transport.Transfer
-
-
Uses of Transfer in org.apache.qpid.protonj2.codec
Methods in org.apache.qpid.protonj2.codec with parameters of type Transfer Modifier and Type Method Description voidPerformativeEncoder. handleTransfer(Transfer transfer, ProtonBuffer target, int channel, Encoder encoder) -
Uses of Transfer in org.apache.qpid.protonj2.codec.decoders.transport
Methods in org.apache.qpid.protonj2.codec.decoders.transport that return Transfer Modifier and Type Method Description Transfer[]TransferTypeDecoder. readArrayElements(InputStream stream, StreamDecoderState state, int count)Transfer[]TransferTypeDecoder. readArrayElements(ProtonBuffer buffer, DecoderState state, int count)TransferTransferTypeDecoder. readValue(InputStream stream, StreamDecoderState state)TransferTransferTypeDecoder. readValue(ProtonBuffer buffer, DecoderState state)Methods in org.apache.qpid.protonj2.codec.decoders.transport that return types with arguments of type Transfer Modifier and Type Method Description Class<Transfer>TransferTypeDecoder. getTypeClass() -
Uses of Transfer in org.apache.qpid.protonj2.codec.encoders.transport
Methods in org.apache.qpid.protonj2.codec.encoders.transport that return types with arguments of type Transfer Modifier and Type Method Description Class<Transfer>TransferTypeEncoder. getTypeClass()Methods in org.apache.qpid.protonj2.codec.encoders.transport with parameters of type Transfer Modifier and Type Method Description intTransferTypeEncoder. getElementCount(Transfer transfer)byteTransferTypeEncoder. getListEncoding(Transfer value)voidTransferTypeEncoder. writeElement(Transfer transfer, int index, ProtonBuffer buffer, Encoder encoder, EncoderState state) -
Uses of Transfer in org.apache.qpid.protonj2.engine.impl
Methods in org.apache.qpid.protonj2.engine.impl with parameters of type Transfer Modifier and Type Method Description protected abstract ProtonIncomingDeliveryProtonLink. handleRemoteTransfer(Transfer transfer, ProtonBuffer payload)protected ProtonIncomingDeliveryProtonReceiver. handleRemoteTransfer(Transfer transfer, ProtonBuffer payload)protected ProtonIncomingDeliveryProtonSender. handleRemoteTransfer(Transfer transfer, ProtonBuffer payload)voidProtonConnection. handleTransfer(Transfer transfer, ProtonBuffer payload, int channel, ProtonEngine context)voidProtonPerformativeHandler. handleTransfer(Transfer transfer, ProtonBuffer payload, int channel, EngineHandlerContext context) -
Uses of Transfer in org.apache.qpid.protonj2.types.transport
Methods in org.apache.qpid.protonj2.types.transport with parameters of type Transfer Modifier and Type Method Description default voidPerformative.PerformativeHandler. handleTransfer(Transfer transfer, ProtonBuffer payload, int channel, E context)
-