Constant Field Values
Contents
io.crossbar.*
-
io.crossbar.autobahn.wamp.auth.AnonymousAuth Modifier and Type Constant Field Value public static final java.lang.Stringauthmethod"anonymous" -
io.crossbar.autobahn.wamp.auth.ChallengeResponseAuth Modifier and Type Constant Field Value public static final java.lang.Stringauthmethod"wampcra" -
io.crossbar.autobahn.wamp.auth.CryptosignAuth Modifier and Type Constant Field Value public static final java.lang.Stringauthmethod"cryptosign" -
io.crossbar.autobahn.wamp.auth.TicketAuth Modifier and Type Constant Field Value public static final java.lang.Stringauthmethod"ticket"
-
io.crossbar.autobahn.wamp.messages.Abort Modifier and Type Constant Field Value public static final intMESSAGE_TYPE3 -
io.crossbar.autobahn.wamp.messages.Authenticate Modifier and Type Constant Field Value public static final intMESSAGE_TYPE5 -
io.crossbar.autobahn.wamp.messages.Call Modifier and Type Constant Field Value public static final intMESSAGE_TYPE48 -
io.crossbar.autobahn.wamp.messages.Cancel Modifier and Type Constant Field Value public static final intMESSAGE_TYPE49 -
io.crossbar.autobahn.wamp.messages.Challenge Modifier and Type Constant Field Value public static final intMESSAGE_TYPE4 -
io.crossbar.autobahn.wamp.messages.Error Modifier and Type Constant Field Value public static final intMESSAGE_TYPE8 -
io.crossbar.autobahn.wamp.messages.Event Modifier and Type Constant Field Value public static final intMESSAGE_TYPE36 -
io.crossbar.autobahn.wamp.messages.Goodbye Modifier and Type Constant Field Value public static final intMESSAGE_TYPE6 -
io.crossbar.autobahn.wamp.messages.Hello Modifier and Type Constant Field Value public static final intMESSAGE_TYPE1 -
io.crossbar.autobahn.wamp.messages.Interrupt Modifier and Type Constant Field Value public static final intMESSAGE_TYPE69 -
io.crossbar.autobahn.wamp.messages.Invocation Modifier and Type Constant Field Value public static final intMESSAGE_TYPE68 -
io.crossbar.autobahn.wamp.messages.Publish Modifier and Type Constant Field Value public static final intMESSAGE_TYPE16 -
io.crossbar.autobahn.wamp.messages.Published Modifier and Type Constant Field Value public static final intMESSAGE_TYPE17 -
io.crossbar.autobahn.wamp.messages.Register Modifier and Type Constant Field Value public static final intMESSAGE_TYPE64 -
io.crossbar.autobahn.wamp.messages.Registered Modifier and Type Constant Field Value public static final intMESSAGE_TYPE65 -
io.crossbar.autobahn.wamp.messages.Result Modifier and Type Constant Field Value public static final intMESSAGE_TYPE50 -
io.crossbar.autobahn.wamp.messages.Subscribe Modifier and Type Constant Field Value public static final intMESSAGE_TYPE32 -
io.crossbar.autobahn.wamp.messages.Subscribed Modifier and Type Constant Field Value public static final intMESSAGE_TYPE33 -
io.crossbar.autobahn.wamp.messages.Unregister Modifier and Type Constant Field Value public static final intMESSAGE_TYPE66 -
io.crossbar.autobahn.wamp.messages.Unregistered Modifier and Type Constant Field Value public static final intMESSAGE_TYPE67 -
io.crossbar.autobahn.wamp.messages.Unsubscribe Modifier and Type Constant Field Value public static final intMESSAGE_TYPE34 -
io.crossbar.autobahn.wamp.messages.Unsubscribed Modifier and Type Constant Field Value public static final intMESSAGE_TYPE35 -
io.crossbar.autobahn.wamp.messages.Welcome Modifier and Type Constant Field Value public static final intMESSAGE_TYPE2 -
io.crossbar.autobahn.wamp.messages.Yield Modifier and Type Constant Field Value public static final intMESSAGE_TYPE70
-
io.crossbar.autobahn.wamp.serializers.CBORSerializer Modifier and Type Constant Field Value public static final java.lang.StringNAME"wamp.2.cbor"public static final intRAWSOCKET_SERIALIZER_ID3 -
io.crossbar.autobahn.wamp.serializers.JSONSerializer Modifier and Type Constant Field Value public static final java.lang.StringNAME"wamp.2.json"public static final intRAWSOCKET_SERIALIZER_ID1 -
io.crossbar.autobahn.wamp.serializers.MessagePackSerializer Modifier and Type Constant Field Value public static final java.lang.StringNAME"wamp.2.msgpack"public static final intRAWSOCKET_SERIALIZER_ID2
-
io.crossbar.autobahn.wamp.types.CloseDetails Modifier and Type Constant Field Value public static final java.lang.StringREASON_DEFAULT"wamp.close.normal"public static final java.lang.StringREASON_TRANSPORT_LOST"wamp.close.transport_lost" -
io.crossbar.autobahn.wamp.types.RegisterOptions Modifier and Type Constant Field Value public static final java.lang.StringINVOKE_ALL"all"public static final java.lang.StringINVOKE_FIRST"first"public static final java.lang.StringINVOKE_LAST"last"public static final java.lang.StringINVOKE_RANDOM"random"public static final java.lang.StringINVOKE_ROUNDROBIN"roundrobin"public static final java.lang.StringINVOKE_SINGLE"single"public static final java.lang.StringMATCH_EXACT"exact"public static final java.lang.StringMATCH_PREFIX"prefix"public static final java.lang.StringMATCH_WILDCARD"wildcard"