Class ClientConnectionCapabilities
java.lang.Object
org.apache.qpid.protonj2.client.impl.ClientConnectionCapabilities
Tracks available known capabilities for the connection to allow the client
 to know what features are supported on the current connection.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanboolean
- 
Constructor Details- 
ClientConnectionCapabilitiespublic ClientConnectionCapabilities()
 
- 
- 
Method Details- 
anonymousRelaySupportedpublic boolean anonymousRelaySupported()- Returns:
- true if the remote indicated that it supports anonymous relay links.
 
- 
deliveryDelaySupportedpublic boolean deliveryDelaySupported()- Returns:
- true if the remote indicated that it supports delivery delay annotations from client messages.
 
 
-