Searched refs:withMaxInboundMessageSize (Results 1 – 8 of 8) sorted by relevance
214 public final S withMaxInboundMessageSize(int maxSize) { in withMaxInboundMessageSize() method in AbstractStub215 return build(channel, callOptions.withMaxInboundMessageSize(maxSize)); in withMaxInboundMessageSize()
380 callOptions = callOptions.withMaxInboundMessageSize( in interceptCall()383 callOptions = callOptions.withMaxInboundMessageSize(info.maxInboundMessageSize); in interceptCall()
183 methodDescriptor, CallOptions.DEFAULT.withMaxInboundMessageSize(10), channel); in withMaxResponseSize_pickSmallerExisting()198 methodDescriptor, CallOptions.DEFAULT.withMaxInboundMessageSize(5), channel); in withMaxResponseSize_pickSmallerNew()
916 baseCallOptions.withMaxInboundMessageSize(1).withMaxOutboundMessageSize(2); in startAddsMaxSize()
373 public CallOptions withMaxInboundMessageSize(int maxSize) { in withMaxInboundMessageSize() method in CallOptions
147 .withMaxInboundMessageSize(44) in toStringMatches_noDeadline_default()
1210 blockingStub.withMaxInboundMessageSize(size); in maxInboundSize_exact()1235 blockingStub.withMaxInboundMessageSize(size - 1); in maxInboundSize_tooBig()
META-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...