Method | Description | |
---|---|---|
BuildRequest ( ) : |
||
CancelRequest ( ) : void | ||
CreateHttpRequest ( string method, string url ) : |
||
IsCancelable ( ) : bool | ||
NotifyActionEvent ( QQActionEventType type, object target ) : void | ||
OnBuildRequest ( ) : |
建立Request时的通知
|
|
OnHttpError ( |
||
OnHttpFinish ( |
||
OnHttpHeader ( |
||
OnHttpRead ( long current, long total ) : void | ||
OnHttpStatusError ( |
||
OnHttpStatusOK ( |
response返回OK时的通知
|
|
OnHttpWrite ( long current, long total ) : void |
Method | Description | |
---|---|---|
AbstractHttpAction ( IQQContext context, QQActionListener listener ) : System |
Method | Description | |
---|---|---|
DoRetryIt ( QQException ex, int maxTimes ) : bool |
protected AbstractHttpAction ( IQQContext context, QQActionListener listener ) : System | ||
context | IQQContext | |
listener | QQActionListener | |
return | System |
public BuildRequest ( ) : |
||
return |
public CreateHttpRequest ( string method, string url ) : |
||
method | string | |
url | string | |
return |
public NotifyActionEvent ( QQActionEventType type, object target ) : void | ||
type | QQActionEventType | |
target | object | |
return | void |
public OnBuildRequest ( ) : |
||
return |
public OnHttpError ( |
||
ex | ||
return | void |
public OnHttpFinish ( |
||
response | ||
return | void |
public OnHttpHeader ( |
||
response | ||
return | void |
public OnHttpRead ( long current, long total ) : void | ||
current | long | |
total | long | |
return | void |
public OnHttpStatusError ( |
||
response | ||
return | void |
public OnHttpStatusOK ( |
||
response | ||
return | void |
public OnHttpWrite ( long current, long total ) : void | ||
current | long | |
total | long | |
return | void |