ShadowSocksShareEntity class

Inheritance

Constructors

ShadowSocksShareEntity({required String address, required int port, required ShadowSocksOptions options, required EncryptionMethod method, required String? password, String? clientPassword, String remark = ''})
ShadowSocksShareEntity.fromInbound(ShadowSocksInbound inbound, {ShadowSocksClient? client, String? email})
factory
ShadowSocksShareEntity.fromString(String link)
factory

Properties

address String
getter/setter pairoverride
clientPassword String?
final
hashCode int
The hash code for this object.
no setterinherited
method EncryptionMethod
final
network StreamNetwork
no setteroverride
password String?
final
port int
getter/setter pairoverride
protocol Protocol
finalinherited
remark String
getter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
security StreamSecurity
no setteroverride

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}) ShadowSocksOutbound
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

scheme → const String