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 TypeMethodDescriptionvoid
close()
org.apache.hc.client5.http.classic.methods.HttpGet
createHttpGet
(URL url) org.apache.hc.core5.http.ClassicHttpResponse
execute
(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:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-