Home
last modified time | relevance | path

Searched refs:keepAliveWithoutCalls (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DOkHttpChannelBuilder.java160 private boolean keepAliveWithoutCalls; field in OkHttpChannelBuilder
283 public OkHttpChannelBuilder keepAliveWithoutCalls(boolean enable) { in keepAliveWithoutCalls() method in OkHttpChannelBuilder
284 keepAliveWithoutCalls = enable; in keepAliveWithoutCalls()
401 enableKeepAlive, keepAliveTimeNanos, keepAliveTimeoutNanos, keepAliveWithoutCalls, in buildTransportFactory()
479 private final boolean keepAliveWithoutCalls; field in OkHttpChannelBuilder.OkHttpTransportFactory
492 boolean keepAliveWithoutCalls, in OkHttpTransportFactory() argument
504 this.keepAliveWithoutCalls = keepAliveWithoutCalls; in OkHttpTransportFactory()
545 true, keepAliveTimeNanosState.get(), keepAliveTimeoutNanos, keepAliveWithoutCalls); in newClientTransport()
DOkHttpClientTransport.java190 private boolean keepAliveWithoutCalls; field in OkHttpClientTransport
288 long keepAliveTimeoutNanos, boolean keepAliveWithoutCalls) { in enableKeepAlive() argument
292 this.keepAliveWithoutCalls = keepAliveWithoutCalls; in enableKeepAlive()
420 keepAliveWithoutCalls); in start()
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DNettyChannelBuilder.java82 private boolean keepAliveWithoutCalls; field in NettyChannelBuilder
325 public NettyChannelBuilder keepAliveWithoutCalls(boolean enable) { in keepAliveWithoutCalls() method in NettyChannelBuilder
326 keepAliveWithoutCalls = enable; in keepAliveWithoutCalls()
353 maxHeaderListSize, keepAliveTimeNanos, keepAliveTimeoutNanos, keepAliveWithoutCalls, in buildTransportFactory()
472 private final boolean keepAliveWithoutCalls; field in NettyChannelBuilder.NettyTransportFactory
480 long keepAliveTimeNanos, long keepAliveTimeoutNanos, boolean keepAliveWithoutCalls, in NettyTransportFactory() argument
490 this.keepAliveWithoutCalls = keepAliveWithoutCalls; in NettyTransportFactory()
525 keepAliveWithoutCalls, dparams.getAuthority(), dparams.getUserAgent(), in newClientTransport()
DNettyClientTransport.java80 private final boolean keepAliveWithoutCalls; field in NettyClientTransport
100 boolean keepAliveWithoutCalls, String authority, @Nullable String userAgent, in NettyClientTransport() argument
112 this.keepAliveWithoutCalls = keepAliveWithoutCalls; in NettyClientTransport()
189 keepAliveWithoutCalls);
/external/grpc-grpc-java/core/src/main/java/io/grpc/
DForwardingChannelBuilder.java173 public T keepAliveWithoutCalls(boolean enable) { in keepAliveWithoutCalls() method in ForwardingChannelBuilder
174 delegate().keepAliveWithoutCalls(enable); in keepAliveWithoutCalls()
DManagedChannelBuilder.java352 public T keepAliveWithoutCalls(boolean enable) { in keepAliveWithoutCalls() method in ManagedChannelBuilder
/external/grpc-grpc-java/core/src/main/java/io/grpc/inprocess/
DInProcessChannelBuilder.java127 public InProcessChannelBuilder keepAliveWithoutCalls(boolean enable) { in keepAliveWithoutCalls() method in InProcessChannelBuilder
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/
DAltsChannelBuilder.java85 .keepAliveWithoutCalls(true); in AltsChannelBuilder()
/external/grpc-grpc-java/core/
Dgrpc-core-1.14.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...
/external/grpc-grpc-java/netty/shaded/
Dgrpc-netty-shaded-1.14.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...