Uses of Interface
org.apache.qpid.protonj2.client.StreamReceiver
-
Uses of StreamReceiver in org.apache.qpid.protonj2.client
Modifier 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()
Modifier and TypeMethodDescriptionStreamReceiver.drain()
Requests the remote to drain previously granted credit for thisStreamReceiver
link. -
Uses of StreamReceiver in org.apache.qpid.protonj2.client.impl
Modifier and TypeMethodDescriptionClientStreamReceiver.addCredit
(int credits) ClientConnection.openStreamReceiver
(String address) ClientConnection.openStreamReceiver
(String address, StreamReceiverOptions receiverOptions) protected StreamReceiver
ClientStreamReceiver.self()