Uses of Interface
org.apache.qpid.protonj2.client.StreamSender
-
Packages that use StreamSender Package Description org.apache.qpid.protonj2.client org.apache.qpid.protonj2.client.impl -
-
Uses of StreamSender in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return StreamSender Modifier and Type Method Description StreamSender
Connection. openStreamSender(String address)
Creates a stream sender used to send large messages to the given node address.StreamSender
Connection. openStreamSender(String address, StreamSenderOptions senderOptions)
Creates a streaming sender used to send large messages to the given node address.StreamSender
StreamSenderMessage. sender()
StreamSender
StreamTracker. sender()
-
Uses of StreamSender in org.apache.qpid.protonj2.client.impl
Classes in org.apache.qpid.protonj2.client.impl that implement StreamSender Modifier and Type Class Description class
ClientStreamSender
Client implementation of aStreamSender
.Methods in org.apache.qpid.protonj2.client.impl that return StreamSender Modifier and Type Method Description StreamSender
ClientConnection. openStreamSender(String address)
StreamSender
ClientConnection. openStreamSender(String address, StreamSenderOptions senderOptions)
protected StreamSender
ClientStreamSender. self()
StreamSender
ClientNoOpStreamTracker. sender()
StreamSender
ClientStreamTracker. sender()
-