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

  /external/grpc-grpc/src/objective-c/GRPCClient/
GRPCCall+Cronet.h 37 + (stream_engine*)cronetEngine;
  /external/grpc-grpc-java/cronet/src/main/java/io/grpc/cronet/
CronetChannelBuilder.java 42 import org.chromium.net.CronetEngine;
57 /** Creates a new builder for the given server host, port and CronetEngine. */
58 public static CronetChannelBuilder forAddress(String host, int port, CronetEngine cronetEngine) {
59 Preconditions.checkNotNull(cronetEngine, "cronetEngine");
60 return new CronetChannelBuilder(host, port, cronetEngine);
64 * Always fails. Call {@link #forAddress(String, int, CronetEngine)} instead.
71 * Always fails. Call {@link #forAddress(String, int, CronetEngine)} instead.
74 throw new UnsupportedOperationException("call forAddress(String, int, CronetEngine) instead")
    [all...]

Completed in 369 milliseconds