Searched refs:SocketAddressValidator (Results 1 – 3 of 3) sorted by relevance
27 SocketAddressValidator.INET),31 SocketAddressValidator.INET),33 + "does not support TLS.", SocketAddressValidator.UDS),34 OK_HTTP(true, "The OkHttp transport.", SocketAddressValidator.INET);38 final SocketAddressValidator socketAddressValidator;41 SocketAddressValidator socketAddressValidator) { in Transport()
27 public interface SocketAddressValidator { interface31 SocketAddressValidator INET = new SocketAddressValidator() {41 SocketAddressValidator UDS = new SocketAddressValidator() {
22 import io.grpc.benchmarks.SocketAddressValidator;92 SocketAddressValidator.INET),96 SocketAddressValidator.INET),99 SocketAddressValidator.UDS);103 private final SocketAddressValidator socketAddressValidator;106 SocketAddressValidator socketAddressValidator) { in Transport()