Class ClientConnectionCapabilities
- java.lang.Object
-
- org.apache.qpid.protonj2.client.impl.ClientConnectionCapabilities
-
public final class ClientConnectionCapabilities extends Object
Tracks available known capabilities for the connection to allow the client to know what features are supported on the current connection.
-
-
Constructor Summary
Constructors Constructor Description ClientConnectionCapabilities()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
anonymousRelaySupported()
boolean
deliveryDelaySupported()
-
-
-
Method Detail
-
anonymousRelaySupported
public boolean anonymousRelaySupported()
- Returns:
- true if the remote indicated that it supports anonymous relay links.
-
deliveryDelaySupported
public boolean deliveryDelaySupported()
- Returns:
- true if the remote indicated that it supports delivery delay annotations from client messages.
-
-