Uses of Interface
net.anwiba.commons.http.IResponse
-
Packages that use IResponse Package Description net.anwiba.commons.http -
-
Uses of IResponse in net.anwiba.commons.http
Classes in net.anwiba.commons.http that implement IResponse Modifier and Type Class Description classResponseMethods in net.anwiba.commons.http that return IResponse Modifier and Type Method Description IResponseCachingHttpRequestExecutor. execute(ICanceler cancelable, IRequest request)IResponseHttpRequestExecutor. execute(ICanceler canceler, IRequest request)IResponseIHttpRequestExecutor. execute(ICanceler cancelable, IRequest request)Methods in net.anwiba.commons.http with parameters of type IResponse Modifier and Type Method Description static HttpRequestExceptionHttpRequestException. create(java.lang.String message, IResponse response)static HttpRequestExceptionHttpRequestException. create(java.lang.String message, IResponse response, byte[] body)
-