Home
last modified time | relevance | path

Searched defs:newOptions (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/
DCallOptions.java88 CallOptions newOptions = new CallOptions(this); in withAuthority() local
97 CallOptions newOptions = new CallOptions(this); in withCallCredentials() local
108 CallOptions newOptions = new CallOptions(this); in withCompression() local
122 CallOptions newOptions = new CallOptions(this); in withDeadline() local
149 CallOptions newOptions = new CallOptions(this); in withWaitForReady() local
159 CallOptions newOptions = new CallOptions(this); in withoutWaitForReady() local
201 CallOptions newOptions = new CallOptions(this); in withExecutor() local
214 CallOptions newOptions = new CallOptions(this); in withStreamTracerFactory() local
312 CallOptions newOptions = new CallOptions(this); in withOption() local
375 CallOptions newOptions = new CallOptions(this); in withMaxInboundMessageSize() local
[all …]
/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DManagedChannelImpl.java494 CallOptions newOptions = callOptions.withStreamTracerFactory(tracerFactory); in newRetriableStream() local