ReverseConfig class

A reverse proxy can redirect traffic from a server to a client, performing reverse traffic forwarding.

Docs: https://xtls.github.io/config/reverse.html

Annotations
  • @JsonSerializable.new(includeIfNull: false)

Constructors

ReverseConfig({List<ReverseBridge>? bridges, List<ReversePortal>? portals})
const
ReverseConfig.fromJson(Map<String, dynamic> json)
factory

Properties

bridges List<ReverseBridge>?
List of bridges.
final
hashCode int
The hash code for this object.
no setterinherited
portals List<ReversePortal>?
List of portals.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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