Outbound class abstract

Base class for all outbound configurations.

Implementers
Annotations
  • @JsonSerializable.new(includeIfNull: false, createFactory: false)

Constructors

Outbound({String? sendThrough, String? tag, required Protocol protocol, StreamSettings? streamSettings, ProxySettings? proxySettings, Mux? mux, DomainStrategy? targetStrategy})
Outbound.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
mux Mux?
Mux settings.
getter/setter pair
protocol Protocol
Outbound protocol.
getter/setter pair
proxySettings ProxySettings?
Outbound proxy configuration.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendThrough String?
The IP address used to send data.
getter/setter pair
streamSettings StreamSettings
Transport settings.
getter/setter pair
tag String?
Tag of this outbound.
getter/setter pair
targetStrategy DomainStrategy?
Domain resolution strategy for targets.
getter/setter pair

Methods

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

Operators

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