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 Details

    • ClientConnectionCapabilities

      public ClientConnectionCapabilities()
  • Method Details

    • 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.