Class ClientStreamSession

java.lang.Object
org.apache.qpid.protonj2.client.impl.ClientSession
org.apache.qpid.protonj2.client.impl.ClientStreamSession
All Implemented Interfaces:
AutoCloseable, Session

public final class ClientStreamSession extends ClientSession
A specialized ClientSession that is the parent of a ClientStreamSender or ClientStreamReceiver and cannot create any further resources as the lifetime of the session is tied to the child StreamSender or StreamReceiver.