Searched defs:offloadExecutorPool (Results 1 – 9 of 9) sorted by relevance
309 public ProtocolNegotiator newNegotiator(ObjectPool<? extends Executor> offloadExecutorPool) { in newNegotiator()332 public ProtocolNegotiator newNegotiator(ObjectPool<? extends Executor> offloadExecutorPool) { in newNegotiator()351 public ProtocolNegotiator newNegotiator(ObjectPool<? extends Executor> offloadExecutorPool) { in newNegotiator()
64 ProtocolNegotiator newNegotiator(ObjectPool<? extends Executor> offloadExecutorPool); in newNegotiator()
61 ObjectPool<? extends Executor> offloadExecutorPool) { in toNegotiator()
65 @Override ProtocolNegotiator newNegotiator(ObjectPool<? extends Executor> offloadExecutorPool); in newNegotiator()
250 private final ObjectPool<? extends Executor> offloadExecutorPool; field in BinderChannelBuilder.TransportFactory263 ObjectPool<? extends Executor> offloadExecutorPool, in TransportFactory()
555 private final ObjectPool<? extends Executor> offloadExecutorPool; field in BinderTransport.BinderClientTransport575 ObjectPool<? extends Executor> offloadExecutorPool, in BinderClientTransport()
90 public ProtocolNegotiator newNegotiator(ObjectPool<? extends Executor> offloadExecutorPool) { in newNegotiator()
375 final ObjectPool<? extends Executor> offloadExecutorPool) { in newNegotiator()
109 ObjectPool<? extends Executor> offloadExecutorPool = DEFAULT_EXECUTOR_POOL; field in ManagedChannelImplBuilder