Package com.inrupt.client
Interface Client.Builder
- All Known Implementing Classes:
 DefaultClient.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 specificHttpServiceinstance to the builder. 
- 
Method Details
- 
withInstance
Add a specificHttpServiceinstance to the builder.- Parameters:
 instance- the http service- Returns:
 - this builder
 
 - 
build
Client build()Build the client.- Returns:
 - the client
 
 
 -