MCPcopy Create free account
hub / github.com/grpc/grpc-java / proxyFor

Method proxyFor

core/src/main/java/io/grpc/internal/GrpcUtil.java:264–268  ·  view source on GitHub ↗
(SocketAddress targetServerAddress)

Source from the content-addressed store, hash-verified

262 */
263 public static final ProxyDetector NOOP_PROXY_DETECTOR = new ProxyDetector() {
264 @Nullable
265 @Override
266 public ProxiedSocketAddress proxyFor(SocketAddress targetServerAddress) {
267 return null;
268 }
269 };
270
271 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected