Package com.inrupt.client
Class ClientProvider
java.lang.Object
com.inrupt.client.ClientProvider
An API for loading the HTTP client.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Client
Get theClient
for the current application.static Client.Builder
Get aClient.Builder
for the current application.
-
Method Details
-
getClient
Get theClient
for the current application.- Returns:
- the client instance
-
getClientBuilder
Get aClient.Builder
for the current application.- Returns:
- the client builder
-