blob: 6bb9ef7a79a1fa9bf4fa858fee0325c9083577fd [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Uses of Class io.grpc.ServerCall (grpc-all 1.76.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
<script type="text/javascript" src="../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../jquery/jquery-3.7.1.min.js"></script>
<script type="text/javascript" src="../../../jquery/jquery-ui.min.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class io.grpc.ServerCall (grpc-all 1.76.0 API)";
}
}
catch(err) {
}
//-->
var pathtoroot = "../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../ServerCall.html" title="class in io.grpc">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h2 title="Uses of Class io.grpc.ServerCall" class="title">Uses of Class<br>io.grpc.ServerCall</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary">
<caption><span>Packages that use <a href="../ServerCall.html" title="class in io.grpc">ServerCall</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#io.grpc">io.grpc</a></th>
<td class="colLast">
<div class="block">The gRPC core public API.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#io.grpc.util">io.grpc.util</a></th>
<td class="colLast">
<div class="block">Utilities with advanced features in the core layer that user can optionally use.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#io.grpc.xds.orca">io.grpc.xds.orca</a></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList">
<section><a id="io.grpc">
<!-- -->
</a>
<h3>Uses of <a href="../ServerCall.html" title="class in io.grpc">ServerCall</a> in <a href="../package-summary.html">io.grpc</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../ServerCall.html" title="class in io.grpc">ServerCall</a> in <a href="../package-summary.html">io.grpc</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../ForwardingServerCall.html" title="class in io.grpc">ForwardingServerCall</a>&lt;ReqT,&#8203;RespT&gt;</span></code></th>
<td class="colLast">
<div class="block">A <a href="../ServerCall.html" title="class in io.grpc"><code>ServerCall</code></a> which forwards all of its methods to another <a href="../ServerCall.html" title="class in io.grpc"><code>ServerCall</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../ForwardingServerCall.SimpleForwardingServerCall.html" title="class in io.grpc">ForwardingServerCall.SimpleForwardingServerCall</a>&lt;ReqT,&#8203;RespT&gt;</span></code></th>
<td class="colLast">
<div class="block">A simplified version of <a href="../ForwardingServerCall.html" title="class in io.grpc"><code>ForwardingServerCall</code></a> where subclasses can pass in a <a href="../ServerCall.html" title="class in io.grpc"><code>ServerCall</code></a> as the delegate.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">io.grpc</a> that return <a href="../ServerCall.html" title="class in io.grpc">ServerCall</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected abstract <a href="../ServerCall.html" title="class in io.grpc">ServerCall</a>&lt;<a href="../ForwardingServerCall.html" title="type parameter in ForwardingServerCall">ReqT</a>,&#8203;<a href="../ForwardingServerCall.html" title="type parameter in ForwardingServerCall">RespT</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ForwardingServerCall.</span><code><span class="memberNameLink"><a href="../ForwardingServerCall.html#delegate()">delegate</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns the delegated <code>ServerCall</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../ServerCall.html" title="class in io.grpc">ServerCall</a>&lt;<a href="../ForwardingServerCall.SimpleForwardingServerCall.html" title="type parameter in ForwardingServerCall.SimpleForwardingServerCall">ReqT</a>,&#8203;<a href="../ForwardingServerCall.SimpleForwardingServerCall.html" title="type parameter in ForwardingServerCall.SimpleForwardingServerCall">RespT</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ForwardingServerCall.SimpleForwardingServerCall.</span><code><span class="memberNameLink"><a href="../ForwardingServerCall.SimpleForwardingServerCall.html#delegate()">delegate</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">io.grpc</a> with parameters of type <a href="../ServerCall.html" title="class in io.grpc">ServerCall</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;ReqT,&#8203;RespT&gt;<br><a href="https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/Executor.html?is-external=true" title="class or interface in java.util.concurrent" class="externalLink">Executor</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ServerCallExecutorSupplier.</span><code><span class="memberNameLink"><a href="../ServerCallExecutorSupplier.html#getExecutor(io.grpc.ServerCall,io.grpc.Metadata)">getExecutor</a></span>&#8203;(<a href="../ServerCall.html" title="class in io.grpc">ServerCall</a>&lt;ReqT,&#8203;RespT&gt;&nbsp;call,
<a href="../Metadata.html" title="class in io.grpc">Metadata</a>&nbsp;metadata)</code></th>
<td class="colLast">
<div class="block">Returns an executor to handle the server call.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static &lt;ReqT,&#8203;RespT&gt;<br><a href="../ServerCall.Listener.html" title="class in io.grpc">ServerCall.Listener</a>&lt;ReqT&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">Contexts.</span><code><span class="memberNameLink"><a href="../Contexts.html#interceptCall(io.grpc.Context,io.grpc.ServerCall,io.grpc.Metadata,io.grpc.ServerCallHandler)">interceptCall</a></span>&#8203;(<a href="../Context.html" title="class in io.grpc">Context</a>&nbsp;context,
<a href="../ServerCall.html" title="class in io.grpc">ServerCall</a>&lt;ReqT,&#8203;RespT&gt;&nbsp;call,
<a href="../Metadata.html" title="class in io.grpc">Metadata</a>&nbsp;headers,
<a href="../ServerCallHandler.html" title="interface in io.grpc">ServerCallHandler</a>&lt;ReqT,&#8203;RespT&gt;&nbsp;next)</code></th>
<td class="colLast">
<div class="block">Make the provided <a href="../Context.html" title="class in io.grpc"><code>Context</code></a> <a href="../Context.html#current()"><code>Context.current()</code></a> for the creation of a listener
to a received call and for all events received by that listener.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>&lt;ReqT,&#8203;RespT&gt;<br><a href="../ServerCall.Listener.html" title="class in io.grpc">ServerCall.Listener</a>&lt;ReqT&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ServerInterceptor.</span><code><span class="memberNameLink"><a href="../ServerInterceptor.html#interceptCall(io.grpc.ServerCall,io.grpc.Metadata,io.grpc.ServerCallHandler)">interceptCall</a></span>&#8203;(<a href="../ServerCall.html" title="class in io.grpc">ServerCall</a>&lt;ReqT,&#8203;RespT&gt;&nbsp;call,
<a href="../Metadata.html" title="class in io.grpc">Metadata</a>&nbsp;headers,
<a href="../ServerCallHandler.html" title="interface in io.grpc">ServerCallHandler</a>&lt;ReqT,&#8203;RespT&gt;&nbsp;next)</code></th>
<td class="colLast">
<div class="block">Intercept <a href="../ServerCall.html" title="class in io.grpc"><code>ServerCall</code></a> dispatch by the <code>next</code> <a href="../ServerCallHandler.html" title="interface in io.grpc"><code>ServerCallHandler</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ServerStreamTracer.</span><code><span class="memberNameLink"><a href="../ServerStreamTracer.html#serverCallStarted(io.grpc.ServerCall)">serverCallStarted</a></span>&#8203;(<a href="../ServerCall.html" title="class in io.grpc">ServerCall</a>&lt;?,&#8203;?&gt;&nbsp;call)</code></th>
<td class="colLast">
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">Implement <a href="../ServerStreamTracer.html#serverCallStarted(io.grpc.ServerStreamTracer.ServerCallInfo)"><code>ServerStreamTracer.serverCallStarted(ServerCallInfo)</code></a> instead.</div>
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../ServerCall.Listener.html" title="class in io.grpc">ServerCall.Listener</a>&lt;<a href="../ServerCallHandler.html" title="type parameter in ServerCallHandler">RequestT</a>&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ServerCallHandler.</span><code><span class="memberNameLink"><a href="../ServerCallHandler.html#startCall(io.grpc.ServerCall,io.grpc.Metadata)">startCall</a></span>&#8203;(<a href="../ServerCall.html" title="class in io.grpc">ServerCall</a>&lt;<a href="../ServerCallHandler.html" title="type parameter in ServerCallHandler">RequestT</a>,&#8203;<a href="../ServerCallHandler.html" title="type parameter in ServerCallHandler">ResponseT</a>&gt;&nbsp;call,
<a href="../Metadata.html" title="class in io.grpc">Metadata</a>&nbsp;headers)</code></th>
<td class="colLast">
<div class="block">Starts asynchronous processing of an incoming call.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../package-summary.html">io.grpc</a> with parameters of type <a href="../ServerCall.html" title="class in io.grpc">ServerCall</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../ForwardingServerCall.SimpleForwardingServerCall.html#%3Cinit%3E(io.grpc.ServerCall)">SimpleForwardingServerCall</a></span>&#8203;(<a href="../ServerCall.html" title="class in io.grpc">ServerCall</a>&lt;<a href="../ForwardingServerCall.SimpleForwardingServerCall.html" title="type parameter in ForwardingServerCall.SimpleForwardingServerCall">ReqT</a>,&#8203;<a href="../ForwardingServerCall.SimpleForwardingServerCall.html" title="type parameter in ForwardingServerCall.SimpleForwardingServerCall">RespT</a>&gt;&nbsp;delegate)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section><a id="io.grpc.util">
<!-- -->
</a>
<h3>Uses of <a href="../ServerCall.html" title="class in io.grpc">ServerCall</a> in <a href="../util/package-summary.html">io.grpc.util</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../util/package-summary.html">io.grpc.util</a> with parameters of type <a href="../ServerCall.html" title="class in io.grpc">ServerCall</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;ReqT,&#8203;RespT&gt;<br><a href="../ServerCall.Listener.html" title="class in io.grpc">ServerCall.Listener</a>&lt;ReqT&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">TransmitStatusRuntimeExceptionInterceptor.</span><code><span class="memberNameLink"><a href="../util/TransmitStatusRuntimeExceptionInterceptor.html#interceptCall(io.grpc.ServerCall,io.grpc.Metadata,io.grpc.ServerCallHandler)">interceptCall</a></span>&#8203;(<a href="../ServerCall.html" title="class in io.grpc">ServerCall</a>&lt;ReqT,&#8203;RespT&gt;&nbsp;call,
<a href="../Metadata.html" title="class in io.grpc">Metadata</a>&nbsp;headers,
<a href="../ServerCallHandler.html" title="interface in io.grpc">ServerCallHandler</a>&lt;ReqT,&#8203;RespT&gt;&nbsp;next)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section><a id="io.grpc.xds.orca">
<!-- -->
</a>
<h3>Uses of <a href="../ServerCall.html" title="class in io.grpc">ServerCall</a> in <a href="../xds/orca/package-summary.html">io.grpc.xds.orca</a></h3>
<table class="useSummary">
<caption><span>Methods in <a href="../xds/orca/package-summary.html">io.grpc.xds.orca</a> with parameters of type <a href="../ServerCall.html" title="class in io.grpc">ServerCall</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>&lt;ReqT,&#8203;RespT&gt;<br><a href="../ServerCall.Listener.html" title="class in io.grpc">ServerCall.Listener</a>&lt;ReqT&gt;</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">OrcaMetricReportingServerInterceptor.</span><code><span class="memberNameLink"><a href="../xds/orca/OrcaMetricReportingServerInterceptor.html#interceptCall(io.grpc.ServerCall,io.grpc.Metadata,io.grpc.ServerCallHandler)">interceptCall</a></span>&#8203;(<a href="../ServerCall.html" title="class in io.grpc">ServerCall</a>&lt;ReqT,&#8203;RespT&gt;&nbsp;call,
<a href="../Metadata.html" title="class in io.grpc">Metadata</a>&nbsp;headers,
<a href="../ServerCallHandler.html" title="interface in io.grpc">ServerCallHandler</a>&lt;ReqT,&#8203;RespT&gt;&nbsp;next)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
</ul>
</li>
</ul>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../ServerCall.html" title="class in io.grpc">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
</footer>
</body>
</html>