public interface HttpRequestExecutor
extends java.lang.AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
default void |
close() |
org.apache.http.HttpResponse |
execute(org.apache.http.client.methods.HttpUriRequest request) |
org.apache.http.HttpResponse execute(org.apache.http.client.methods.HttpUriRequest request)
throws java.io.IOException
java.io.IOExceptiondefault void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exception