Package io.github.bonigarcia.wdm.online
Class HttpClient
java.lang.Object
io.github.bonigarcia.wdm.online.HttpClient
- All Implemented Interfaces:
Closeable,AutoCloseable
HTTP Client.
- Since:
- 2.1.0
- Author:
- Boni Garcia
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()org.apache.hc.client5.http.classic.methods.HttpGetcreateHttpGet(URL url) org.apache.hc.core5.http.ClassicHttpResponseexecute(org.apache.hc.core5.http.ClassicHttpRequest method)
-
Constructor Details
-
HttpClient
-
-
Method Details
-
createHttpGet
-
execute
public org.apache.hc.core5.http.ClassicHttpResponse execute(org.apache.hc.core5.http.ClassicHttpRequest method) throws IOException - Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-