V2RayEntity class abstract

Inheritance
Implementers

Constructors

V2RayEntity(Protocol protocol)

Properties

address String
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
network StreamNetwork
no setterinherited
port int
getter/setter pairinherited
protocol Protocol
finalinherited
remark String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
security StreamSecurity
no setterinherited

Methods

encode() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toOutbound({String? remark, String? email, String? address, int? port}) Outbound
inherited
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromInbound(Inbound inbound, String email) V2RayEntity
fromString(String link) V2RayEntity