Package com.inrupt.client
Interface Client.Builder
- Enclosing interface:
- Client
public static interface Client.Builder
An API for an HTTP client builder.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build the client.withInstance
(HttpService instance) Add a specificHttpService
instance to the builder.
-
Method Details
-
withInstance
Add a specificHttpService
instance to the builder.- Parameters:
instance
- the http service- Returns:
- this builder
-
build
Client build()Build the client.- Returns:
- the client
-