Searched refs:directServerAddress (Results 1 – 2 of 2) sorted by relevance
108 private final SocketAddress directServerAddress; field in AbstractManagedChannelImplBuilder175 this.directServerAddress = null; in AbstractManagedChannelImplBuilder()193 protected AbstractManagedChannelImplBuilder(SocketAddress directServerAddress, String authority) { in AbstractManagedChannelImplBuilder() argument194 this.target = makeTargetStringForDirectAddress(directServerAddress); in AbstractManagedChannelImplBuilder()195 this.directServerAddress = directServerAddress; in AbstractManagedChannelImplBuilder()196 this.nameResolverFactory = new DirectAddressNameResolverFactory(directServerAddress, authority); in AbstractManagedChannelImplBuilder()227 Preconditions.checkState(directServerAddress == null, in nameResolverFactory()229 directServerAddress); in nameResolverFactory()240 Preconditions.checkState(directServerAddress == null, in loadBalancerFactory()242 directServerAddress); in loadBalancerFactory()
420 Builder(SocketAddress directServerAddress, String authority) { in Builder() argument421 super(directServerAddress, authority); in Builder()