Searched refs:withMaxOutboundMessageSize (Results 1 – 7 of 7) sorted by relevance
224 public final S withMaxOutboundMessageSize(int maxSize) { in withMaxOutboundMessageSize() method in AbstractStub225 return build(channel, callOptions.withMaxOutboundMessageSize(maxSize)); in withMaxOutboundMessageSize()
389 callOptions = callOptions.withMaxOutboundMessageSize( in interceptCall()392 callOptions = callOptions.withMaxOutboundMessageSize(info.maxOutboundMessageSize); in interceptCall()
139 methodDescriptor, CallOptions.DEFAULT.withMaxOutboundMessageSize(5), channel); in withMaxRequestSize_pickSmallerExisting()154 methodDescriptor, CallOptions.DEFAULT.withMaxOutboundMessageSize(10), channel); in withMaxRequestSize_pickSmallerNew()
916 baseCallOptions.withMaxInboundMessageSize(1).withMaxOutboundMessageSize(2); in startAddsMaxSize()
384 public CallOptions withMaxOutboundMessageSize(int maxSize) { in withMaxOutboundMessageSize() method in CallOptions
148 .withMaxOutboundMessageSize(55) in toStringMatches_noDeadline_default()
1267 blockingStub.withMaxOutboundMessageSize(size); in maxOutboundSize_exact()1292 blockingStub.withMaxOutboundMessageSize(mar.lastOutSize - 1); in maxOutboundSize_tooBig()