Uses of Class
com.foxinmy.weixin4j.http.HttpStatus
-
-
Uses of HttpStatus in com.foxinmy.weixin4j.http
Methods in com.foxinmy.weixin4j.http that return HttpStatus Modifier and Type Method Description HttpStatus
HttpResponse. getStatus()
响应状态HttpStatus
SimpleHttpResponse. getStatus()
Methods in com.foxinmy.weixin4j.http with parameters of type HttpStatus Modifier and Type Method Description protected boolean
AbstractHttpClient. hasError(HttpStatus status)
static HttpStatus.Series
HttpStatus.Series. valueOf(HttpStatus status)
Returns the enum constant of this type with the specified name. -
Uses of HttpStatus in com.foxinmy.weixin4j.http.support.apache3
Methods in com.foxinmy.weixin4j.http.support.apache3 that return HttpStatus Modifier and Type Method Description HttpStatus
HttpComponent3Response. getStatus()
-
Uses of HttpStatus in com.foxinmy.weixin4j.http.support.apache4
Methods in com.foxinmy.weixin4j.http.support.apache4 that return HttpStatus Modifier and Type Method Description HttpStatus
HttpComponent4_1Response. getStatus()
HttpStatus
HttpComponent4_2Response. getStatus()
-
Uses of HttpStatus in com.foxinmy.weixin4j.http.support.netty
Methods in com.foxinmy.weixin4j.http.support.netty that return HttpStatus Modifier and Type Method Description HttpStatus
Netty4HttpResponse. getStatus()
-
Uses of HttpStatus in com.foxinmy.weixin4j.http.support.okhttp
Methods in com.foxinmy.weixin4j.http.support.okhttp that return HttpStatus Modifier and Type Method Description HttpStatus
OkHttpResponse2. getStatus()
HttpStatus
OkHttpResponse3. getStatus()
-
Uses of HttpStatus in com.foxinmy.weixin4j.http.weixin
Methods in com.foxinmy.weixin4j.http.weixin that return HttpStatus Modifier and Type Method Description HttpStatus
WeixinResponse. getStatus()
-