ConnectionSettings class

Constructors

ConnectionSettings({String host = "127.0.0.1", int port = 5672, String virtualHost = "/", Authenticator authProvider = const PlainAuthenticator("guest", "guest"), int maxConnectionAttempts = 1, Duration reconnectWaitTime = const Duration(milliseconds: 1500), TuningSettings? tuningSettings, SecurityContext? tlsContext, bool onBadCertificate(X509Certificate)?, String? connectionName})

Properties

amqpMajorVersion int
getter/setter pair
amqpMinorVersion int
getter/setter pair
amqpProtocolVersion int
getter/setter pair
amqpRevision int
getter/setter pair
authProvider Authenticator
getter/setter pair
connectionName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
host String
getter/setter pair
maxConnectionAttempts int
getter/setter pair
onBadCertificate ↔ (bool Function(X509Certificate)?)
getter/setter pair
port int
getter/setter pair
reconnectWaitTime Duration
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tlsContext SecurityContext?
getter/setter pair
tuningSettings TuningSettings
getter/setter pair
virtualHost String
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited