Jesse Wilson
0dc50f1112
Run IntelliJ inspections on the codebase
...
Some nullability warnings, some diamond operators, adopting Objects.equals(),
and some dead code elimination.
2019-01-01 12:41:06 -05:00
Jake Wharton
351b3d6bf7
Add get(String) alternative which fails on invalid inputs
...
This is an unchecked-throwing version of parse(String).
2018-07-06 15:30:55 -04:00
Yuri Schimke
6cddc8973a
Close all Response in samples ( #3574 )
2017-09-02 11:05:43 +01:00
jwilson
ca76167504
Make the crawler a little better.
...
Name threads by their URLs. Don't follow all fragments of the same URL.
2017-01-07 15:07:46 -05:00
jwilson
576fe76130
Don't waste bandwidth crawling non-HTML resources.
2016-07-09 07:23:34 -04:00
jwilson
38d570a6b2
Drop get and set prefixes in OkHttpClient, OkHttpClient.Builder
2016-01-01 12:12:35 -05:00
jwilson
f2461183e8
Refactor towards an OkHttpClient.Builder.
...
Still some work to do on method naming, but this was the interesting part.
Also very much need to rename OkUrlFactory in tests to urlFactory, otherwise
the client.client stuff becomes madness.
2016-01-01 10:55:32 -05:00
jwilson
e7023e0344
Sort more imports and wrap documentation at 100 columns.
...
This is a mechanical refactoring. The only thing I had trouble with is IntelliJ's
weak support for `<ul>` tags in Javadoc.
2015-12-23 19:37:17 -05:00
jwilson
c9a89876de
Rename com.squareup.okhttp to okhttp3
...
Maven group changes will come in follow up.
2015-12-16 01:34:59 -05:00