public class FcrepoHttpClientBuilder extends Object
| Constructor and Description |
|---|
FcrepoHttpClientBuilder(String username,
String password,
String host)
Create a FcrepoHttpClientBuilder object with which it is possible to create
an HttpClient object
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.http.impl.client.CloseableHttpClient |
build()
Build an HttpClient
|
public FcrepoHttpClientBuilder(String username, String password, String host)
username - an optional username for authenticationpassword - an optional password for authenticationhost - an optional realm for authenticationpublic org.apache.http.impl.client.CloseableHttpClient build()
Copyright © 2013-2015 DuraSpace, Inc.. All Rights Reserved.