HomeSort by relevance Sort by last modified time
    Searched refs:UncommittedRetriableStreamsRegistry (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
ManagedChannelImpl.java 187 private final UncommittedRetriableStreamsRegistry uncommittedRetriableStreamsRegistry
188 = new UncommittedRetriableStreamsRegistry();
517 return uncommittedRetriableStreamsRegistry.add(this);
522 uncommittedRetriableStreamsRegistry.remove(this);
704 uncommittedRetriableStreamsRegistry.onShutdown(SHUTDOWN_STATUS);
724 uncommittedRetriableStreamsRegistry.onShutdownNow(SHUTDOWN_NOW_STATUS);
    [all...]
  /external/grpc-grpc-java/core/
grpc-core-1.14.0.jar 

Completed in 550 milliseconds