|
3 | 3 | <html lang="en"> |
4 | 4 | <head> |
5 | 5 | <!-- Generated by javadoc --> |
6 | | -<title>Index (grpc-all 1.76.0 API)</title> |
| 6 | +<title>Index (grpc-all 1.77.0 API)</title> |
7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
8 | 8 | <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> |
9 | 9 | <link rel="stylesheet" type="text/css" href="jquery/jquery-ui.min.css" title="Style"> |
|
21 | 21 | <script type="text/javascript"><!-- |
22 | 22 | try { |
23 | 23 | if (location.href.indexOf('is-external=true') == -1) { |
24 | | - parent.document.title="Index (grpc-all 1.76.0 API)"; |
| 24 | + parent.document.title="Index (grpc-all 1.77.0 API)"; |
25 | 25 | } |
26 | 26 | } |
27 | 27 | catch(err) { |
@@ -17700,6 +17700,10 @@ <h2 class="title">I</h2> |
17700 | 17700 | <dd> |
17701 | 17701 | <div class="block">Checks whether an incoming <code>HttpServletRequest</code> may come from a gRPC client.</div> |
17702 | 17702 | </dd> |
| 17703 | +<dt><span class="memberNameLink"><a href="io/grpc/ClientStreamTracer.StreamInfo.html#isHedging()">isHedging()</a></span> - Method in class io.grpc.<a href="io/grpc/ClientStreamTracer.StreamInfo.html" title="class in io.grpc">ClientStreamTracer.StreamInfo</a></dt> |
| 17704 | +<dd> |
| 17705 | +<div class="block">Whether the stream is hedging.</div> |
| 17706 | +</dd> |
17703 | 17707 | <dt><span class="memberNameLink"><a href="io/grpc/MethodDescriptor.html#isIdempotent()">isIdempotent()</a></span> - Method in class io.grpc.<a href="io/grpc/MethodDescriptor.html" title="class in io.grpc">MethodDescriptor</a></dt> |
17704 | 17708 | <dd> |
17705 | 17709 | <div class="block">Returns whether this method is idempotent.</div> |
@@ -25424,6 +25428,10 @@ <h2 class="title">S</h2> |
25424 | 25428 | <div class="block"> |
25425 | 25429 | only for TYPE_IPV4 and TYPE_IPV6</div> |
25426 | 25430 | </dd> |
| 25431 | +<dt><span class="memberNameLink"><a href="io/grpc/ClientStreamTracer.StreamInfo.Builder.html#setIsHedging(boolean)">setIsHedging(boolean)</a></span> - Method in class io.grpc.<a href="io/grpc/ClientStreamTracer.StreamInfo.Builder.html" title="class in io.grpc">ClientStreamTracer.StreamInfo.Builder</a></dt> |
| 25432 | +<dd> |
| 25433 | +<div class="block">Sets whether the stream is hedging.</div> |
| 25434 | +</dd> |
25427 | 25435 | <dt><span class="memberNameLink"><a href="io/grpc/ClientStreamTracer.StreamInfo.Builder.html#setIsTransparentRetry(boolean)">setIsTransparentRetry(boolean)</a></span> - Method in class io.grpc.<a href="io/grpc/ClientStreamTracer.StreamInfo.Builder.html" title="class in io.grpc">ClientStreamTracer.StreamInfo.Builder</a></dt> |
25428 | 25436 | <dd> |
25429 | 25437 | <div class="block">Sets whether the stream is a transparent retry.</div> |
|
0 commit comments