HttpOutbound class

HTTP outbound protocol.

Inheritance
Annotations
  • @JsonSerializable.new(includeIfNull: false)

Constructors

HttpOutbound({HttpOutboundSettings? settings, String? sendThrough, String? tag, StreamSettings? streamSettings, ProxySettings? proxySettings, Mux? mux, DomainStrategy? targetStrategy})
HttpOutbound.fromJson(Map<String, dynamic> json)
factory

Properties

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

Methods

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

Operators

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