V2RayURL class abstract
- Implementers
Properties
- address → String
-
no setter
- allowInsecure → bool
-
no setter
-
dns
↔ Map<
String, dynamic> -
getter/setter pair
-
fullConfiguration
→ Map<
String, dynamic> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inbound
↔ Map<
String, dynamic> -
getter/setter pair
- level → int
-
no setter
-
log
↔ Map<
String, dynamic> -
getter/setter pair
- network → String
-
no setter
-
outbound1
→ Map<
String, dynamic> -
no setter
-
outbound2
↔ Map<
String, dynamic> -
getter/setter pair
-
outbound3
↔ Map<
String, dynamic> -
getter/setter pair
- port → int
-
no setter
- remark → String
-
no setter
-
routing
↔ Map<
String, dynamic> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- security → String
-
no setter
-
streamSetting
↔ Map<
String, dynamic> -
getter/setter pair
- url → String
-
final
Methods
-
getFullConfiguration(
{int indent = 2}) → String - Generate Full V2Ray Configuration
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
populateTlsSettings(
{required String? streamSecurity, required bool allowInsecure, required String? sni, required String? fingerprint, required String? alpns, required String? publicKey, required String? shortId, required String? spiderX}) → void -
populateTransportSettings(
{required String transport, required String? headerType, required String? host, required String? path, required String? seed, required String? quicSecurity, required String? key, required String? mode, required String? serviceName}) → String -
removeNulls(
dynamic params) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited