Uses of Interface
org.ovirt.engine.sdk4.HttpClient
-
Packages that use HttpClient Package Description org.ovirt.engine.sdk4 org.ovirt.engine.sdk4.internal -
-
Uses of HttpClient in org.ovirt.engine.sdk4
Methods in org.ovirt.engine.sdk4 that return HttpClient Modifier and Type Method Description protected abstract HttpClient
ConnectionBuilder. createHttpClient()
-
Uses of HttpClient in org.ovirt.engine.sdk4.internal
Classes in org.ovirt.engine.sdk4.internal that implement HttpClient Modifier and Type Class Description class
HttpClient42
* This class implements methods to work with httpclient version 4.2class
HttpClient45
This class implements methods to work with httpclient version 4.5Methods in org.ovirt.engine.sdk4.internal that return HttpClient Modifier and Type Method Description protected HttpClient
ConnectionBuilder42. createHttpClient()
Creates HttpClientprotected HttpClient
ConnectionBuilder45. createHttpClient()
Creates HttpClientHttpClient
HttpConnection. getClient()
Methods in org.ovirt.engine.sdk4.internal with parameters of type HttpClient Modifier and Type Method Description void
HttpConnection. setClient(HttpClient client)
-