| Method and Description |
|---|
| com.netflix.client.config.DefaultClientConfigImpl.getDefaultMaxHttpConnectionsPerHost() |
| com.netflix.client.config.DefaultClientConfigImpl.getDefaultMaxTotalHttpConnections() |
| com.netflix.client.ClientRequest.getOverrideConfig()
request configuration should be now be passed
as a method parameter to client's execution API
|
| com.netflix.client.config.IClientConfig.getProperty(IClientConfigKey) |
| com.netflix.client.config.IClientConfig.getProperty(IClientConfigKey, Object) |
| com.netflix.client.ClientRequest.setOverrideConfig(IClientConfig)
request configuration should be now be passed
as a method parameter to client's execution API
|
| com.netflix.client.config.IClientConfig.setProperty(IClientConfigKey, Object) |
| com.netflix.client.config.CommonClientConfigKey.values() |
| Constructor and Description |
|---|
| com.netflix.client.ClientRequest(URI, Object, boolean, IClientConfig)
request configuration should be now be passed
as a method parameter to client's execution API
|