Uses of Interface
org.somda.sdc.dpws.http.HttpClient
-
Packages that use HttpClient Package Description org.somda.sdc.dpws.http.apache Apache HTTP client implementation.org.somda.sdc.dpws.http.factory HTTP client factory. -
-
Uses of HttpClient in org.somda.sdc.dpws.http.apache
Classes in org.somda.sdc.dpws.http.apache that implement HttpClient Modifier and Type Class Description classApacheHttpClientHTTP client implementation using a configured apache http client as backend.Methods in org.somda.sdc.dpws.http.apache that return HttpClient Modifier and Type Method Description HttpClientApacheTransportBindingFactoryImpl. createHttpClient() -
Uses of HttpClient in org.somda.sdc.dpws.http.factory
Methods in org.somda.sdc.dpws.http.factory that return HttpClient Modifier and Type Method Description HttpClientHttpClientFactory. createHttpClient()Creates an http client.
-