java.lang.Object
org.apache.qpid.protonj2.client.impl.ClientConstants

public class ClientConstants extends Object
Constants that are used throughout the client implementation.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.qpid.protonj2.types.Symbol
     
    static final org.apache.qpid.protonj2.types.Symbol
     
    static final org.apache.qpid.protonj2.types.Symbol
     
    static final org.apache.qpid.protonj2.types.Symbol
     
    static final org.apache.qpid.protonj2.types.Symbol
     
    static final org.apache.qpid.protonj2.types.Symbol
     
    static final org.apache.qpid.protonj2.types.Symbol
     
    static final org.apache.qpid.protonj2.types.Symbol
     
    static final org.apache.qpid.protonj2.types.Symbol
     
    static final org.apache.qpid.protonj2.types.Symbol
     
    static final org.apache.qpid.protonj2.types.Symbol
     
    static final org.apache.qpid.protonj2.types.Symbol
     
    static final org.apache.qpid.protonj2.types.Symbol
     
    static final org.apache.qpid.protonj2.types.Symbol
     
    static final org.apache.qpid.protonj2.types.Symbol
     
    static final org.apache.qpid.protonj2.types.Symbol
     
    static final org.apache.qpid.protonj2.types.Symbol
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CONNECTION_OPEN_FAILED

      public static final org.apache.qpid.protonj2.types.Symbol CONNECTION_OPEN_FAILED
    • INVALID_FIELD

      public static final org.apache.qpid.protonj2.types.Symbol INVALID_FIELD
    • CONTAINER_ID

      public static final org.apache.qpid.protonj2.types.Symbol CONTAINER_ID
    • SOLE_CONNECTION_CAPABILITY

      public static final org.apache.qpid.protonj2.types.Symbol SOLE_CONNECTION_CAPABILITY
    • ANONYMOUS_RELAY

      public static final org.apache.qpid.protonj2.types.Symbol ANONYMOUS_RELAY
    • DELAYED_DELIVERY

      public static final org.apache.qpid.protonj2.types.Symbol DELAYED_DELIVERY
    • SHARED_SUBS

      public static final org.apache.qpid.protonj2.types.Symbol SHARED_SUBS
    • ADDRESS

      public static final org.apache.qpid.protonj2.types.Symbol ADDRESS
    • PATH

      public static final org.apache.qpid.protonj2.types.Symbol PATH
    • SCHEME

      public static final org.apache.qpid.protonj2.types.Symbol SCHEME
    • PORT

      public static final org.apache.qpid.protonj2.types.Symbol PORT
    • NETWORK_HOST

      public static final org.apache.qpid.protonj2.types.Symbol NETWORK_HOST
    • OPEN_HOSTNAME

      public static final org.apache.qpid.protonj2.types.Symbol OPEN_HOSTNAME
    • COPY

      public static final org.apache.qpid.protonj2.types.Symbol COPY
    • MOVE

      public static final org.apache.qpid.protonj2.types.Symbol MOVE
    • SHARED

      public static final org.apache.qpid.protonj2.types.Symbol SHARED
    • GLOBAL

      public static final org.apache.qpid.protonj2.types.Symbol GLOBAL
  • Constructor Details

    • ClientConstants

      public ClientConstants()