Constant Field Values

Contents

org.apache.*

  • org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper.CoreMapMessageWrapper 
    Modifier and Type Constant Field Value
    public static final byte TYPE 5
  • org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper.CoreObjectMessageWrapper 
    Modifier and Type Constant Field Value
    public static final byte TYPE 2
  • org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper.CoreStreamMessageWrapper 
    Modifier and Type Constant Field Value
    public static final byte TYPE 6
  • org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper.CoreTextMessageWrapper 
    Modifier and Type Constant Field Value
    public static final byte TYPE 3
  • org.apache.activemq.artemis.protocol.amqp.sasl.AnonymousServerSASL 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "ANONYMOUS"
  • org.apache.activemq.artemis.protocol.amqp.sasl.ExternalServerSASL 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "EXTERNAL"
  • org.apache.activemq.artemis.protocol.amqp.sasl.GSSAPIServerSASL 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "GSSAPI"
  • org.apache.activemq.artemis.protocol.amqp.sasl.ServerSASLPlain 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "PLAIN"