Searched defs:keepAliveWithoutCalls (Results 1 – 7 of 7) sorted by relevance
160 private boolean keepAliveWithoutCalls; field in OkHttpChannelBuilder283 public OkHttpChannelBuilder keepAliveWithoutCalls(boolean enable) { in keepAliveWithoutCalls() method in OkHttpChannelBuilder479 private final boolean keepAliveWithoutCalls; field in OkHttpChannelBuilder.OkHttpTransportFactory492 boolean keepAliveWithoutCalls, in OkHttpTransportFactory()
190 private boolean keepAliveWithoutCalls; field in OkHttpClientTransport288 long keepAliveTimeoutNanos, boolean keepAliveWithoutCalls) { in enableKeepAlive()
80 private final boolean keepAliveWithoutCalls; field in NettyClientTransport100 boolean keepAliveWithoutCalls, String authority, @Nullable String userAgent, in NettyClientTransport()
82 private boolean keepAliveWithoutCalls; field in NettyChannelBuilder325 public NettyChannelBuilder keepAliveWithoutCalls(boolean enable) { in keepAliveWithoutCalls() method in NettyChannelBuilder472 private final boolean keepAliveWithoutCalls; field in NettyChannelBuilder.NettyTransportFactory480 long keepAliveTimeNanos, long keepAliveTimeoutNanos, boolean keepAliveWithoutCalls, in NettyTransportFactory()
127 public InProcessChannelBuilder keepAliveWithoutCalls(boolean enable) { in keepAliveWithoutCalls() method in InProcessChannelBuilder
352 public T keepAliveWithoutCalls(boolean enable) { in keepAliveWithoutCalls() method in ManagedChannelBuilder
173 public T keepAliveWithoutCalls(boolean enable) { in keepAliveWithoutCalls() method in ForwardingChannelBuilder