public interface HttpClient
This interface defines methods which should implement HttpClient class of specific http client version.
Modifier and Type | Method and Description |
---|---|
void |
close()
Close http connection
|
org.apache.http.HttpResponse |
execute(org.apache.http.client.methods.HttpUriRequest request)
This method will send http request
|
Copyright © 2016. All rights reserved.