autobahn.wamp.gen.wamp.proto.CallerFeatures


Module Contents

Functions

CallerFeaturesStart(builder)

Start(builder)

CallerFeaturesAddCallerIdentification(builder, ...)

AddCallerIdentification(builder, callerIdentification)

CallerFeaturesAddCallTimeout(builder, callTimeout)

AddCallTimeout(builder, callTimeout)

CallerFeaturesAddCallCanceling(builder, callCanceling)

AddCallCanceling(builder, callCanceling)

CallerFeaturesAddProgressiveCallResults(builder, ...)

AddProgressiveCallResults(builder, progressiveCallResults)

CallerFeaturesAddPayloadTransparency(builder, ...)

AddPayloadTransparency(builder, payloadTransparency)

CallerFeaturesAddPayloadEncryptionCryptobox(builder, ...)

AddPayloadEncryptionCryptobox(builder, ...)

CallerFeaturesEnd(builder)

End(builder)

Attributes

np

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

Bases: object

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

This method is deprecated. Please switch to GetRootAs.

Init(buf, pos)[source]
CallerIdentification()[source]
CallTimeout()[source]
CallCanceling()[source]
ProgressiveCallResults()[source]
PayloadTransparency()[source]
PayloadEncryptionCryptobox()[source]
autobahn.wamp.gen.wamp.proto.CallerFeatures.CallerFeaturesStart(builder)[source]
autobahn.wamp.gen.wamp.proto.CallerFeatures.Start(builder)[source]
autobahn.wamp.gen.wamp.proto.CallerFeatures.CallerFeaturesAddCallerIdentification(builder, callerIdentification)[source]
autobahn.wamp.gen.wamp.proto.CallerFeatures.AddCallerIdentification(builder, callerIdentification)[source]
autobahn.wamp.gen.wamp.proto.CallerFeatures.CallerFeaturesAddCallTimeout(builder, callTimeout)[source]
autobahn.wamp.gen.wamp.proto.CallerFeatures.AddCallTimeout(builder, callTimeout)[source]
autobahn.wamp.gen.wamp.proto.CallerFeatures.CallerFeaturesAddCallCanceling(builder, callCanceling)[source]
autobahn.wamp.gen.wamp.proto.CallerFeatures.AddCallCanceling(builder, callCanceling)[source]
autobahn.wamp.gen.wamp.proto.CallerFeatures.CallerFeaturesAddProgressiveCallResults(builder, progressiveCallResults)[source]
autobahn.wamp.gen.wamp.proto.CallerFeatures.AddProgressiveCallResults(builder, progressiveCallResults)[source]
autobahn.wamp.gen.wamp.proto.CallerFeatures.CallerFeaturesAddPayloadTransparency(builder, payloadTransparency)[source]
autobahn.wamp.gen.wamp.proto.CallerFeatures.AddPayloadTransparency(builder, payloadTransparency)[source]
autobahn.wamp.gen.wamp.proto.CallerFeatures.CallerFeaturesAddPayloadEncryptionCryptobox(builder, payloadEncryptionCryptobox)[source]
autobahn.wamp.gen.wamp.proto.CallerFeatures.AddPayloadEncryptionCryptobox(builder, payloadEncryptionCryptobox)[source]
autobahn.wamp.gen.wamp.proto.CallerFeatures.CallerFeaturesEnd(builder)[source]
autobahn.wamp.gen.wamp.proto.CallerFeatures.End(builder)[source]