| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 | <!DOCTYPE html><html><head>	<meta charset="utf-8">	<title>Namespace Grpc</title>	<link rel="stylesheet" href="resources/style.css?e99947befd7bf673c6b43ff75e9e0f170c88a60e"></head><body><div id="left">	<div id="menu">		<a href="index.html" title="Overview"><span>Overview</span></a>		<div id="groups">				<h3>Namespaces</h3>			<ul>				<li class="active">					<a href="namespace-Grpc.html">						Grpc					</a>						</li>			</ul>		</div>		<hr>		<div id="elements">			<h3>Classes</h3>			<ul>				<li><a href="class-Grpc.AbstractCall.html">AbstractCall</a></li>				<li><a href="class-Grpc.BaseStub.html">BaseStub</a></li>				<li><a href="class-Grpc.BidiStreamingCall.html">BidiStreamingCall</a></li>				<li><a href="class-Grpc.ClientStreamingCall.html">ClientStreamingCall</a></li>				<li><a href="class-Grpc.ServerStreamingCall.html">ServerStreamingCall</a></li>				<li><a href="class-Grpc.UnaryCall.html">UnaryCall</a></li>			</ul>		</div>	</div></div><div id="splitter"></div><div id="right"><div id="rightInner">	<form id="search">		<input type="hidden" name="cx" value="">		<input type="hidden" name="ie" value="UTF-8">		<input type="text" name="q" class="text" placeholder="Search">	</form>	<div id="navigation">		<ul>			<li>				<a href="index.html" title="Overview"><span>Overview</span></a>			</li>			<li class="active"><span>Namespace</span>			</li>			<li><span>Class</span>			</li>		</ul>		<ul>		</ul>		<ul>		</ul>	</div><div id="content" class="namespace">	<h1>Namespace Grpc</h1><table class="summary" id="classes"><caption>Classes summary</caption><tr>	<td class="name"><a href="class-Grpc.AbstractCall.html">AbstractCall</a></td>	<td>Class AbstractCall.</td></tr><tr>	<td class="name"><a href="class-Grpc.BaseStub.html">BaseStub</a></td>	<td><p>Base class for generated client stubs. Stub methods are expected to call_simpleRequest or _streamRequest and return the result.</p></td></tr><tr>	<td class="name"><a href="class-Grpc.BidiStreamingCall.html">BidiStreamingCall</a></td>	<td><p>Represents an active call that allows for sending and recieving messagesin streams in any order.</p></td></tr><tr>	<td class="name"><a href="class-Grpc.ClientStreamingCall.html">ClientStreamingCall</a></td>	<td><p>Represents an active call that sends a stream of messages and then getsa single response.</p></td></tr><tr>	<td class="name"><a href="class-Grpc.ServerStreamingCall.html">ServerStreamingCall</a></td>	<td><p>Represents an active call that sends a single message and then gets astream of responses.</p></td></tr><tr>	<td class="name"><a href="class-Grpc.UnaryCall.html">UnaryCall</a></td>	<td><p>Represents an active call that sends a single message and then gets asingle response.</p></td></tr></table></div>	<div id="footer">		 API documentation generated by <a href="http://apigen.org">ApiGen</a>	</div></div></div><script src="resources/combined.js?cd021bc814832c24a7cec5319ea03335bfba1caf"></script><script src="elementlist.js?cf93b70b1d193f97eb89fd1473f4f7ebb98e18eb"></script></body></html>
 |