Uses of Class
org.apache.qpid.proton.amqp.transport.Transfer
-
Packages that use Transfer Package Description org.apache.qpid.proton.amqp.transport org.apache.qpid.proton.codec.transport org.apache.qpid.proton.engine.impl -
-
Uses of Transfer in org.apache.qpid.proton.amqp.transport
Methods in org.apache.qpid.proton.amqp.transport that return Transfer Modifier and Type Method Description TransferTransfer. copy()Methods in org.apache.qpid.proton.amqp.transport with parameters of type Transfer Modifier and Type Method Description voidFrameBody.FrameBodyHandler. handleTransfer(Transfer transfer, Binary payload, E context)Constructors in org.apache.qpid.proton.amqp.transport with parameters of type Transfer Constructor Description Transfer(Transfer other) -
Uses of Transfer in org.apache.qpid.proton.codec.transport
Methods in org.apache.qpid.proton.codec.transport that return Transfer Modifier and Type Method Description TransferTransferType. newInstance(java.lang.Object described)TransferFastPathTransferType. readValue()Methods in org.apache.qpid.proton.codec.transport that return types with arguments of type Transfer Modifier and Type Method Description java.util.Collection<? extends TypeEncoding<Transfer>>FastPathTransferType. getAllEncodings()TypeEncoding<Transfer>FastPathTransferType. getCanonicalEncoding()TypeEncoding<Transfer>FastPathTransferType. getEncoding(Transfer transfer)java.lang.Class<Transfer>FastPathTransferType. getTypeClass()java.lang.Class<Transfer>TransferType. getTypeClass()Methods in org.apache.qpid.proton.codec.transport with parameters of type Transfer Modifier and Type Method Description TypeEncoding<Transfer>FastPathTransferType. getEncoding(Transfer transfer)protected java.util.ListTransferType. wrap(Transfer val)voidFastPathTransferType. write(Transfer value)Constructors in org.apache.qpid.proton.codec.transport with parameters of type Transfer Constructor Description TransferWrapper(Transfer transfer) -
Uses of Transfer in org.apache.qpid.proton.engine.impl
Methods in org.apache.qpid.proton.engine.impl with parameters of type Transfer Modifier and Type Method Description voidTransportImpl. handleTransfer(Transfer transfer, Binary payload, java.lang.Integer channel)
-