SocksUpdPacket class

Constructors

SocksUpdPacket.create(InternetAddress remoteAddress, int remotePort, Uint8List data)
SocksUpdPacket.parse(List<int> packetData)

Properties

clientAddress InternetAddress?
getter/setter pair
clientPort int?
getter/setter pair
data Uint8List
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
remoteAddress InternetAddress
getter/setter pair
remotePort int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socksPacket List<int>
no setter

Methods

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

Operators

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

Static Methods

tryParse(List<int> packetData) SocksUpdPacket?