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()
82 private boolean keepAliveWithoutCalls; field in NettyChannelBuilder326 public NettyChannelBuilder keepAliveWithoutCalls(boolean enable) { in keepAliveWithoutCalls() method in NettyChannelBuilder495 private final boolean keepAliveWithoutCalls; field in NettyChannelBuilder.NettyTransportFactory504 long keepAliveTimeNanos, long keepAliveTimeoutNanos, boolean keepAliveWithoutCalls, in NettyTransportFactory()
81 private final boolean keepAliveWithoutCalls; field in NettyClientTransport102 boolean keepAliveWithoutCalls, String authority, @Nullable String userAgent, in NettyClientTransport()
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