NetworkProxyResponse class
- Inheritance
-
- Object
- NativeClass
- NetworkProxyResponse
Constructors
- NetworkProxyResponse.new([NativeClassOptions? options])
Properties
- $resource → NativeResource
-
no setterinherited
-
body
↔ FutureOr<
String?> -
{zh}
@brief 响应的 body 内容
getter/setter pair
-
code
↔ FutureOr<
int?> -
{zh}
@brief 响应的 httpcode
getter/setter pair
-
error_msg
↔ FutureOr<
String?> -
{zh}
@brief 网络请求失败时的错误信息
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
header
↔ FutureOr<
String?> -
{zh}
@brief 响应的 header 信息
getter/setter pair
-
ip_list
↔ FutureOr<
String?> -
{zh}
@brief 解析到的 ip 列表,可选,用于信息记录
getter/setter pair
-
ready
→ Future<
void> -
Whether the instance is initialized
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
destroy(
) → void -
inherited
-
nativeCall<
T> (String method, [List? args, NativeMethodMeta? meta]) → Future< T> -
Call instance method
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sendInstanceGet<
T> (String property) → Future< T> -
Get instance property
inherited
-
sendInstanceSet(
String property, dynamic value) → Future< void> -
Set instance property
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateResource(
NativeResource resource) → void -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited