Class BasicAuthHttpClientFactory
java.lang.Object
org.apache.olingo.client.core.http.AbstractHttpClientFactory
org.apache.olingo.client.core.http.DefaultHttpClientFactory
org.apache.olingo.client.core.http.BasicAuthHttpClientFactory
- All Implemented Interfaces:
HttpClientFactory
Implementation for working with Basic Authentication.
-
Field Summary
Fields inherited from class org.apache.olingo.client.core.http.AbstractHttpClientFactory
USER_AGENT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.http.client.HttpClientcreate(HttpMethod method, URI uri) Methods inherited from class org.apache.olingo.client.core.http.DefaultHttpClientFactory
close
-
Constructor Details
-
BasicAuthHttpClientFactory
-
-
Method Details
-
create
- Specified by:
createin interfaceHttpClientFactory- Overrides:
createin classDefaultHttpClientFactory
-