Package ucar.httpservices
Interface HTTPMethod.Executor
-
- Enclosing class:
- HTTPMethod
public static interface HTTPMethod.Executor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.http.HttpResponse
execute(org.apache.http.client.methods.HttpRequestBase rq)
-
-
-
Method Detail
-
execute
org.apache.http.HttpResponse execute(org.apache.http.client.methods.HttpRequestBase rq) throws IOException
- Throws:
IOException
-
-