grpc-java/core
zpencer 402c1740fa
core,okhttp,netty,alts,testing: Plumb proxy resolved addr to transports (#4137)
ProxyDetector is now responsible for resolving the proxy's
`InetSocketAddress`, and `ProxyParameters` asserts that the address is
resolved. The results are plumbed through using a `PairSocketAddress`,
which is a special `SocketAddress`.

If a proxy should be used but the proxy can not be resolved, we the
`DnsNameResolver` will re-attempt the resolution later.

Remove the unit test testing for unresolved proxy addresses, since
it's no longer applicable.
2018-03-12 11:15:40 -07:00
..
src core,okhttp,netty,alts,testing: Plumb proxy resolved addr to transports (#4137) 2018-03-12 11:15:40 -07:00
BUILD.bazel core: split JSON parsing into its own file 2018-03-07 17:57:48 -08:00
build.gradle Update opencensus to 0.11.0 and remove extra dependencies. 2018-01-26 13:04:26 -08:00