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

  /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
OobChannel.java 66 final class OobChannel extends ManagedChannel implements InternalInstrumented<ChannelStats> {
67 private static final Logger log = Logger.getLogger(OobChannel.class.getName());
99 throw new UnsupportedOperationException("OobChannel should not create retriable streams");
103 OobChannel(
141 // Must be called only once, right after the OobChannel is created.
148 subchannel.shutdown(Status.UNAVAILABLE.withDescription("OobChannel is shutdown"));
227 delayedTransport.shutdown(Status.UNAVAILABLE.withDescription("OobChannel.shutdown() called"));
240 Status.UNAVAILABLE.withDescription("OobChannel.shutdownNow() called"));
  /external/grpc-grpc-java/core/
grpc-core-1.14.0.jar 

Completed in 73 milliseconds