|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ClientConfig | |
|---|---|
| org.apache.wink.client | |
| Uses of ClientConfig in org.apache.wink.client |
|---|
| Subclasses of ClientConfig in org.apache.wink.client | |
|---|---|
class |
ApacheHttpClientConfig
Configuration object that wraps Apache HttpClient as underling Http client. |
| Methods in org.apache.wink.client that return ClientConfig | |
|---|---|
ClientConfig |
ClientConfig.acceptHeaderAutoSet(boolean isAcceptHeaderAutoSet)
Set whether client will automatically set an appropriate Accept header |
ClientConfig |
ClientConfig.applications(javax.ws.rs.core.Application... applications)
Add applications |
protected ClientConfig |
ClientConfig.clone()
|
ClientConfig |
ClientConfig.connectTimeout(int connectTimeout)
Set the connect timeout in milliseconds |
ClientConfig |
ClientConfig.followRedirects(boolean followRedirects)
Set whether to client will automatically follow redirects |
ClientConfig |
RestClient.getConfig()
Get the unmodifiable client configuration |
ClientConfig |
ClientConfig.handlers(ClientHandler... handlers)
Add client handlers |
ClientConfig |
ClientConfig.proxyHost(java.lang.String proxyHost)
Set the proxy host |
ClientConfig |
ClientConfig.proxyPort(int proxyPort)
Set the proxy port |
ClientConfig |
ClientConfig.readTimeout(int readTimeout)
Set the read timeout in milliseconds |
| Constructors in org.apache.wink.client with parameters of type ClientConfig | |
|---|---|
RestClient(ClientConfig config)
Construct a new RestClient using the supplied configuration |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||