• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

spotify / apollo / 403 / 1
67%
master: 68%

Build:
Build:
LAST BUILD BRANCH: configurable-http-client
DEFAULT BRANCH: master
Ran 22 Apr 2016 01:26AM UTC
Files 115
Run time 11s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

22 Apr 2016 01:20AM UTC coverage: 67.596% (+1.9%) from 65.655%
403.1

push

circleci

mattnworb
allow for basic configuration of HttpClient

Allow the underlying OkHttpClient instance to be configured with a few
basic properties from the Config, if specified. The configurable
properties are:

- connect timeout - `http.client.connectTimeout`
- read timeout - `http.client.readTimeout`
- write timeout - `http.client.writeTimeout`
- connection pool: max idle connections - `http.client.maxIdleConnections`
- connection pool: keep alive duration - `http.client.keepAliveDuration`
- max async requests - `http.client.async.maxRequests`
- max async requests per host - `http.client.async.maxRequestsPerHost`

The default value from OkHttpClient is used for any unspecified
properties (which is the behavior previous to this commit).

Also rename the factory method `HttpClient.create()` to
`HttpClient.createDefault()` to make it clear that the instance being
returned is using all of the default configuration properties.

1625 of 2404 relevant lines covered (67.6%)

0.68 hits per line

Source Files on job 403.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 403
  • ffbd53d3 on github
  • Prev Job for on configurable-http-client (#402.1)
  • Next Job for on configurable-http-client (#420.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc