blob: 1de62d8a4c0533ce8dd492c7d5a156aef858ada2 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Uses of Class io.grpc.ForwardingServerBuilder (grpc-all 1.77.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.ForwardingServerBuilder (grpc-all 1.77.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="../ForwardingServerBuilder.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.ForwardingServerBuilder" class="title">Uses of Class<br>io.grpc.ForwardingServerBuilder</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary">
<caption><span>Packages that use <a href="../ForwardingServerBuilder.html" title="class in io.grpc">ForwardingServerBuilder</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.inprocess">io.grpc.inprocess</a></th>
<td class="colLast">
<div class="block">The in-process transport which is for when a server is in the same process as the client.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#io.grpc.netty">io.grpc.netty</a></th>
<td class="colLast">
<div class="block">The main transport implementation based on <a target="_blank" href="http://netty.io">Netty</a>,
for both the client and the server.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#io.grpc.okhttp">io.grpc.okhttp</a></th>
<td class="colLast">
<div class="block">A lightweight transport based on
<a target="_blank" href="http://square.github.io/okhttp/">OkHttp</a>, mainly for use on Android
(client-only).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#io.grpc.servlet">io.grpc.servlet</a></th>
<td class="colLast">
<div class="block">API that implements gRPC server as a servlet.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#io.grpc.servlet.jakarta">io.grpc.servlet.jakarta</a></th>
<td class="colLast">
<div class="block">API that implements gRPC server as a servlet.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#io.grpc.xds">io.grpc.xds</a></th>
<td class="colLast">
<div class="block">Library for gRPC proxyless service mesh using Envoy xDS protocol.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList">
<section><a id="io.grpc.inprocess">
<!-- -->
</a>
<h3>Uses of <a href="../ForwardingServerBuilder.html" title="class in io.grpc">ForwardingServerBuilder</a> in <a href="../inprocess/package-summary.html">io.grpc.inprocess</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../ForwardingServerBuilder.html" title="class in io.grpc">ForwardingServerBuilder</a> in <a href="../inprocess/package-summary.html">io.grpc.inprocess</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="../inprocess/InProcessServerBuilder.html" title="class in io.grpc.inprocess">InProcessServerBuilder</a></span></code></th>
<td class="colLast">
<div class="block">Builder for a server that services in-process requests.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section><a id="io.grpc.netty">
<!-- -->
</a>
<h3>Uses of <a href="../ForwardingServerBuilder.html" title="class in io.grpc">ForwardingServerBuilder</a> in <a href="../netty/package-summary.html">io.grpc.netty</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../ForwardingServerBuilder.html" title="class in io.grpc">ForwardingServerBuilder</a> in <a href="../netty/package-summary.html">io.grpc.netty</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="../netty/NettyServerBuilder.html" title="class in io.grpc.netty">NettyServerBuilder</a></span></code></th>
<td class="colLast">
<div class="block">A builder to help simplify the construction of a Netty-based GRPC server.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section><a id="io.grpc.okhttp">
<!-- -->
</a>
<h3>Uses of <a href="../ForwardingServerBuilder.html" title="class in io.grpc">ForwardingServerBuilder</a> in <a href="../okhttp/package-summary.html">io.grpc.okhttp</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../ForwardingServerBuilder.html" title="class in io.grpc">ForwardingServerBuilder</a> in <a href="../okhttp/package-summary.html">io.grpc.okhttp</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="../okhttp/OkHttpServerBuilder.html" title="class in io.grpc.okhttp">OkHttpServerBuilder</a></span></code></th>
<td class="colLast">
<div class="block">Build servers with the OkHttp transport.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section><a id="io.grpc.servlet">
<!-- -->
</a>
<h3>Uses of <a href="../ForwardingServerBuilder.html" title="class in io.grpc">ForwardingServerBuilder</a> in <a href="../servlet/package-summary.html">io.grpc.servlet</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../ForwardingServerBuilder.html" title="class in io.grpc">ForwardingServerBuilder</a> in <a href="../servlet/package-summary.html">io.grpc.servlet</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="../servlet/ServletServerBuilder.html" title="class in io.grpc.servlet">ServletServerBuilder</a></span></code></th>
<td class="colLast">
<div class="block">Builder to build a gRPC server that can run as a servlet.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section><a id="io.grpc.servlet.jakarta">
<!-- -->
</a>
<h3>Uses of <a href="../ForwardingServerBuilder.html" title="class in io.grpc">ForwardingServerBuilder</a> in <a href="../servlet/jakarta/package-summary.html">io.grpc.servlet.jakarta</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../ForwardingServerBuilder.html" title="class in io.grpc">ForwardingServerBuilder</a> in <a href="../servlet/jakarta/package-summary.html">io.grpc.servlet.jakarta</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="../servlet/jakarta/ServletServerBuilder.html" title="class in io.grpc.servlet.jakarta">ServletServerBuilder</a></span></code></th>
<td class="colLast">
<div class="block">Builder to build a gRPC server that can run as a servlet.</div>
</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section><a id="io.grpc.xds">
<!-- -->
</a>
<h3>Uses of <a href="../ForwardingServerBuilder.html" title="class in io.grpc">ForwardingServerBuilder</a> in <a href="../xds/package-summary.html">io.grpc.xds</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../ForwardingServerBuilder.html" title="class in io.grpc">ForwardingServerBuilder</a> in <a href="../xds/package-summary.html">io.grpc.xds</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="../xds/XdsServerBuilder.html" title="class in io.grpc.xds">XdsServerBuilder</a></span></code></th>
<td class="colLast">
<div class="block">A version of <a href="../ServerBuilder.html" title="class in io.grpc"><code>ServerBuilder</code></a> to create xDS managed servers.</div>
</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="../ForwardingServerBuilder.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>