Searched refs:timeoutService (Results 1 – 2 of 2) sorted by relevance
205 private final ScheduledExecutorService timeoutService; field in CronetChannelBuilder.CronetTransportFactory216 @Nullable ScheduledExecutorService timeoutService, in CronetTransportFactory() argument220 usingSharedScheduler = timeoutService == null; in CronetTransportFactory()221 this.timeoutService = usingSharedScheduler in CronetTransportFactory()222 ? SharedResourceHolder.get(GrpcUtil.TIMER_SERVICE) : timeoutService; in CronetTransportFactory()240 return timeoutService; in getScheduledExecutorService()246 SharedResourceHolder.release(GrpcUtil.TIMER_SERVICE, timeoutService); in close()
480 private final ScheduledExecutorService timeoutService; field in OkHttpChannelBuilder.OkHttpTransportFactory484 @Nullable ScheduledExecutorService timeoutService, in OkHttpTransportFactory() argument494 usingSharedScheduler = timeoutService == null; in OkHttpTransportFactory()495 this.timeoutService = usingSharedScheduler in OkHttpTransportFactory()496 ? SharedResourceHolder.get(GrpcUtil.TIMER_SERVICE) : timeoutService; in OkHttpTransportFactory()552 return timeoutService; in getScheduledExecutorService()563 SharedResourceHolder.release(GrpcUtil.TIMER_SERVICE, timeoutService); in close()