Constant Field Values

Contents

io.crossbar.*

  • io.crossbar.autobahn.utils.Globals 
    Modifier and Type Constant Field Value
    public static final boolean DEBUG false
  • io.crossbar.autobahn.wamp.auth.AnonymousAuth 
    Modifier and Type Constant Field Value
    public static final java.lang.String authmethod "anonymous"
  • io.crossbar.autobahn.wamp.auth.ChallengeResponseAuth 
    Modifier and Type Constant Field Value
    public static final java.lang.String authmethod "wampcra"
  • io.crossbar.autobahn.wamp.auth.CryptosignAuth 
    Modifier and Type Constant Field Value
    public static final java.lang.String authmethod "cryptosign"
  • io.crossbar.autobahn.wamp.auth.TicketAuth 
    Modifier and Type Constant Field Value
    public static final java.lang.String authmethod "ticket"
  • io.crossbar.autobahn.wamp.messages.Abort 
    Modifier and Type Constant Field Value
    public static final int MESSAGE_TYPE 3
  • io.crossbar.autobahn.wamp.messages.Authenticate 
    Modifier and Type Constant Field Value
    public static final int MESSAGE_TYPE 5
  • io.crossbar.autobahn.wamp.messages.Call 
    Modifier and Type Constant Field Value
    public static final int MESSAGE_TYPE 48
  • io.crossbar.autobahn.wamp.messages.Cancel 
    Modifier and Type Constant Field Value
    public static final int MESSAGE_TYPE 49
  • io.crossbar.autobahn.wamp.messages.Challenge 
    Modifier and Type Constant Field Value
    public static final int MESSAGE_TYPE 4
  • io.crossbar.autobahn.wamp.messages.Error 
    Modifier and Type Constant Field Value
    public static final int MESSAGE_TYPE 8
  • io.crossbar.autobahn.wamp.messages.Event 
    Modifier and Type Constant Field Value
    public static final int MESSAGE_TYPE 36
  • io.crossbar.autobahn.wamp.messages.Goodbye 
    Modifier and Type Constant Field Value
    public static final int MESSAGE_TYPE 6
  • io.crossbar.autobahn.wamp.messages.Hello 
    Modifier and Type Constant Field Value
    public static final int MESSAGE_TYPE 1
  • io.crossbar.autobahn.wamp.messages.Interrupt 
    Modifier and Type Constant Field Value
    public static final int MESSAGE_TYPE 69
  • io.crossbar.autobahn.wamp.messages.Invocation 
    Modifier and Type Constant Field Value
    public static final int MESSAGE_TYPE 68
  • io.crossbar.autobahn.wamp.messages.Publish 
    Modifier and Type Constant Field Value
    public static final int MESSAGE_TYPE 16
  • io.crossbar.autobahn.wamp.messages.Published 
    Modifier and Type Constant Field Value
    public static final int MESSAGE_TYPE 17
  • io.crossbar.autobahn.wamp.messages.Register 
    Modifier and Type Constant Field Value
    public static final int MESSAGE_TYPE 64
  • io.crossbar.autobahn.wamp.messages.Registered 
    Modifier and Type Constant Field Value
    public static final int MESSAGE_TYPE 65
  • io.crossbar.autobahn.wamp.messages.Result 
    Modifier and Type Constant Field Value
    public static final int MESSAGE_TYPE 50
  • io.crossbar.autobahn.wamp.messages.Subscribe 
    Modifier and Type Constant Field Value
    public static final int MESSAGE_TYPE 32
  • io.crossbar.autobahn.wamp.messages.Subscribed 
    Modifier and Type Constant Field Value
    public static final int MESSAGE_TYPE 33
  • io.crossbar.autobahn.wamp.messages.Unregister 
    Modifier and Type Constant Field Value
    public static final int MESSAGE_TYPE 66
  • io.crossbar.autobahn.wamp.messages.Unregistered 
    Modifier and Type Constant Field Value
    public static final int MESSAGE_TYPE 67
  • io.crossbar.autobahn.wamp.messages.Unsubscribe 
    Modifier and Type Constant Field Value
    public static final int MESSAGE_TYPE 34
  • io.crossbar.autobahn.wamp.messages.Unsubscribed 
    Modifier and Type Constant Field Value
    public static final int MESSAGE_TYPE 35
  • io.crossbar.autobahn.wamp.messages.Welcome 
    Modifier and Type Constant Field Value
    public static final int MESSAGE_TYPE 2
  • io.crossbar.autobahn.wamp.messages.Yield 
    Modifier and Type Constant Field Value
    public static final int MESSAGE_TYPE 70