autobahn.wamp.gen.wamp.proto.CalleeFeatures


Module Contents

Functions

CalleeFeaturesStart(builder)

Start(builder)

CalleeFeaturesAddCallerIdentification(builder, ...)

AddCallerIdentification(builder, callerIdentification)

CalleeFeaturesAddCallTrustlevels(builder, callTrustlevels)

AddCallTrustlevels(builder, callTrustlevels)

CalleeFeaturesAddCallTimeout(builder, callTimeout)

AddCallTimeout(builder, callTimeout)

CalleeFeaturesAddCallCanceling(builder, callCanceling)

AddCallCanceling(builder, callCanceling)

CalleeFeaturesAddProgressiveCallResults(builder, ...)

AddProgressiveCallResults(builder, progressiveCallResults)

CalleeFeaturesAddRegistrationRevocation(builder, ...)

AddRegistrationRevocation(builder, registrationRevocation)

CalleeFeaturesAddPatternBasedRegistration(builder, ...)

AddPatternBasedRegistration(builder, ...)

CalleeFeaturesAddSharedRegistration(builder, ...)

AddSharedRegistration(builder, sharedRegistration)

CalleeFeaturesAddPayloadTransparency(builder, ...)

AddPayloadTransparency(builder, payloadTransparency)

CalleeFeaturesAddPayloadEncryptionCryptobox(builder, ...)

AddPayloadEncryptionCryptobox(builder, ...)

CalleeFeaturesEnd(builder)

End(builder)

Attributes

np

autobahn.wamp.gen.wamp.proto.CalleeFeatures.np
class autobahn.wamp.gen.wamp.proto.CalleeFeatures.CalleeFeatures[source]

Bases: object

__slots__ = ['_tab']
classmethod GetRootAs(buf, offset=0)[source]
classmethod GetRootAsCalleeFeatures(buf, offset=0)[source]

This method is deprecated. Please switch to GetRootAs.

Init(buf, pos)[source]
CallerIdentification()[source]
CallTrustlevels()[source]
CallTimeout()[source]
CallCanceling()[source]
ProgressiveCallResults()[source]
RegistrationRevocation()[source]
PatternBasedRegistration()[source]
SharedRegistration()[source]
PayloadTransparency()[source]
PayloadEncryptionCryptobox()[source]
autobahn.wamp.gen.wamp.proto.CalleeFeatures.CalleeFeaturesStart(builder)[source]
autobahn.wamp.gen.wamp.proto.CalleeFeatures.Start(builder)[source]
autobahn.wamp.gen.wamp.proto.CalleeFeatures.CalleeFeaturesAddCallerIdentification(builder, callerIdentification)[source]
autobahn.wamp.gen.wamp.proto.CalleeFeatures.AddCallerIdentification(builder, callerIdentification)[source]
autobahn.wamp.gen.wamp.proto.CalleeFeatures.CalleeFeaturesAddCallTrustlevels(builder, callTrustlevels)[source]
autobahn.wamp.gen.wamp.proto.CalleeFeatures.AddCallTrustlevels(builder, callTrustlevels)[source]
autobahn.wamp.gen.wamp.proto.CalleeFeatures.CalleeFeaturesAddCallTimeout(builder, callTimeout)[source]
autobahn.wamp.gen.wamp.proto.CalleeFeatures.AddCallTimeout(builder, callTimeout)[source]
autobahn.wamp.gen.wamp.proto.CalleeFeatures.CalleeFeaturesAddCallCanceling(builder, callCanceling)[source]
autobahn.wamp.gen.wamp.proto.CalleeFeatures.AddCallCanceling(builder, callCanceling)[source]
autobahn.wamp.gen.wamp.proto.CalleeFeatures.CalleeFeaturesAddProgressiveCallResults(builder, progressiveCallResults)[source]
autobahn.wamp.gen.wamp.proto.CalleeFeatures.AddProgressiveCallResults(builder, progressiveCallResults)[source]
autobahn.wamp.gen.wamp.proto.CalleeFeatures.CalleeFeaturesAddRegistrationRevocation(builder, registrationRevocation)[source]
autobahn.wamp.gen.wamp.proto.CalleeFeatures.AddRegistrationRevocation(builder, registrationRevocation)[source]
autobahn.wamp.gen.wamp.proto.CalleeFeatures.CalleeFeaturesAddPatternBasedRegistration(builder, patternBasedRegistration)[source]
autobahn.wamp.gen.wamp.proto.CalleeFeatures.AddPatternBasedRegistration(builder, patternBasedRegistration)[source]
autobahn.wamp.gen.wamp.proto.CalleeFeatures.CalleeFeaturesAddSharedRegistration(builder, sharedRegistration)[source]
autobahn.wamp.gen.wamp.proto.CalleeFeatures.AddSharedRegistration(builder, sharedRegistration)[source]
autobahn.wamp.gen.wamp.proto.CalleeFeatures.CalleeFeaturesAddPayloadTransparency(builder, payloadTransparency)[source]
autobahn.wamp.gen.wamp.proto.CalleeFeatures.AddPayloadTransparency(builder, payloadTransparency)[source]
autobahn.wamp.gen.wamp.proto.CalleeFeatures.CalleeFeaturesAddPayloadEncryptionCryptobox(builder, payloadEncryptionCryptobox)[source]
autobahn.wamp.gen.wamp.proto.CalleeFeatures.AddPayloadEncryptionCryptobox(builder, payloadEncryptionCryptobox)[source]
autobahn.wamp.gen.wamp.proto.CalleeFeatures.CalleeFeaturesEnd(builder)[source]
autobahn.wamp.gen.wamp.proto.CalleeFeatures.End(builder)[source]