Uses of Class
org.apache.qpid.protonj2.client.impl.ClientOutgoingEnvelope
-
Packages that use ClientOutgoingEnvelope Package Description org.apache.qpid.protonj2.client.impl -
-
Uses of ClientOutgoingEnvelope in org.apache.qpid.protonj2.client.impl
Fields in org.apache.qpid.protonj2.client.impl with type parameters of type ClientOutgoingEnvelope Modifier and Type Field Description protected java.util.Deque<ClientOutgoingEnvelope>
ClientSender. blocked
Methods in org.apache.qpid.protonj2.client.impl that return ClientOutgoingEnvelope Modifier and Type Method Description ClientOutgoingEnvelope
ClientOutgoingEnvelope. abort()
ClientOutgoingEnvelope
ClientOutgoingEnvelope. discard()
ClientOutgoingEnvelope
ClientOutgoingEnvelope. failed(ClientException exception)
ClientOutgoingEnvelope
ClientOutgoingEnvelope. succeeded()
Methods in org.apache.qpid.protonj2.client.impl with parameters of type ClientOutgoingEnvelope Modifier and Type Method Description ClientTransactionContext
ClientTransactionContext. send(ClientOutgoingEnvelope envelope, DeliveryState state, boolean settled)
Enlist the given outgoing envelope into this transaction if one is active and not already in a roll-back only state.
-