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 ClientGet theClientfor the current application.static Client.BuilderGet aClient.Builderfor the current application.
-
Method Details
-
getClient
Get theClientfor the current application.- Returns:
- the client instance
-
getClientBuilder
Get aClient.Builderfor the current application.- Returns:
- the client builder
-