Uses of Interface
org.apache.qpid.protonj2.client.StreamReceiver
Packages that use StreamReceiver
-
Uses of StreamReceiver in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return StreamReceiverModifier and TypeMethodDescriptionStreamReceiver.addCredit
(int credits) Adds credit to theStreamReceiver
link for use when the receiver has not been configured with a credit window.Connection.openStreamReceiver
(String address) Creates a streaming message receiver used to consume large messages from the given node address.Connection.openStreamReceiver
(String address, StreamReceiverOptions receiverOptions) Creates a streaming message receiver used to consume large messages from the given node address.StreamDelivery.receiver()
StreamReceiverMessage.receiver()
Methods in org.apache.qpid.protonj2.client that return types with arguments of type StreamReceiverModifier and TypeMethodDescriptionStreamReceiver.drain()
Requests the remote to drain previously granted credit for thisStreamReceiver
link. -
Uses of StreamReceiver in org.apache.qpid.protonj2.client.impl
Classes in org.apache.qpid.protonj2.client.impl that implement StreamReceiverMethods in org.apache.qpid.protonj2.client.impl that return StreamReceiverModifier and TypeMethodDescriptionClientStreamReceiver.addCredit
(int credits) ClientConnection.openStreamReceiver
(String address) ClientConnection.openStreamReceiver
(String address, StreamReceiverOptions receiverOptions) protected StreamReceiver
ClientStreamReceiver.self()
Methods in org.apache.qpid.protonj2.client.impl that return types with arguments of type StreamReceiver