Uses of Class
org.apache.qpid.protonj2.client.impl.ClientStreamSender
-
Packages that use ClientStreamSender Package Description org.apache.qpid.protonj2.client.impl -
-
Uses of ClientStreamSender in org.apache.qpid.protonj2.client.impl
Constructors in org.apache.qpid.protonj2.client.impl with parameters of type ClientStreamSender Constructor Description ClientOutgoingEnvelope(ClientStreamSender sender, OutgoingDelivery delivery, int messageFormat, ProtonBuffer payload, boolean complete, ClientFuture<StreamTracker> request)
Create a new In-flight Send instance that is a continuation on an existing delivery.
-