blob: 935cce1e9027af254a9e2ebe257e35b1d17cf9e1 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Deprecated List (grpc-all 1.74.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="Deprecated List (grpc-all 1.74.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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</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">
<h1 title="Deprecated API" class="title">Deprecated API</h1>
<h2 title="Contents">Contents</h2>
<ul>
<li><a href="#class">Classes</a></li>
<li><a href="#enum">Enums</a></li>
<li><a href="#field">Fields</a></li>
<li><a href="#method">Methods</a></li>
</ul>
</div>
<div class="contentContainer"><a id="class">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary">
<caption><span>Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/auth/ClientAuthInterceptor.html" title="class in io.grpc.auth">io.grpc.auth.ClientAuthInterceptor</a></th>
<td class="colLast">
<div class="deprecationComment">use <a href="io/grpc/auth/MoreCallCredentials.html#from(com.google.auth.Credentials)"><code>MoreCallCredentials.from(Credentials)</code></a> instead.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/LoadBalancer.ErrorPicker.html" title="class in io.grpc">io.grpc.LoadBalancer.ErrorPicker</a></th>
<td class="colLast">
<div class="deprecationComment">Use <code>new FixedResultPicker(PickResult.withError(error))</code> instead.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/reflection/v1alpha/ServerReflectionProto.html" title="class in io.grpc.reflection.v1alpha">io.grpc.reflection.v1alpha.ServerReflectionProto</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/services/ChannelzService.html" title="class in io.grpc.services">io.grpc.services.ChannelzService</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="io/grpc/protobuf/services/ChannelzService.html" title="class in io.grpc.protobuf.services"><code>ChannelzService</code></a> instead.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/services/HealthStatusManager.html" title="class in io.grpc.services">io.grpc.services.HealthStatusManager</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="io/grpc/protobuf/services/HealthStatusManager.html" title="class in io.grpc.protobuf.services"><code>HealthStatusManager</code></a> instead.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/testing/StreamRecorder.html" title="class in io.grpc.testing">io.grpc.testing.StreamRecorder</a></th>
<td class="colLast">
<div class="deprecationComment">Not for public use</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a id="enum">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary">
<caption><span>Enums</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/okhttp/NegotiationType.html" title="enum in io.grpc.okhttp">io.grpc.okhttp.NegotiationType</a></th>
<td class="colLast">
<div class="deprecationComment">use <a href="io/grpc/okhttp/OkHttpChannelBuilder.html#usePlaintext()"><code>OkHttpChannelBuilder.usePlaintext()</code></a> or <a href="io/grpc/okhttp/OkHttpChannelBuilder.html#useTransportSecurity()"><code>OkHttpChannelBuilder.useTransportSecurity()</code></a> directly rather than <a href="io/grpc/okhttp/OkHttpChannelBuilder.html#negotiationType(io.grpc.okhttp.NegotiationType)"><code>OkHttpChannelBuilder.negotiationType(NegotiationType)</code></a>.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a id="field">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/LoadBalancer.html#EMPTY_PICKER">io.grpc.LoadBalancer.EMPTY_PICKER</a></th>
<td class="colLast">
<div class="deprecationComment">Use <code>new FixedResultPicker(PickResult.withNoResult())</code> instead.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a id="method">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<table class="deprecatedSummary">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/Attributes.Key.html#of(java.lang.String)">io.grpc.Attributes.Key.of&#8203;(String)</a></th>
<td class="colLast">
<div class="deprecationComment">use <a href="io/grpc/Attributes.Key.html#create(java.lang.String)"><code>Attributes.Key.create(java.lang.String)</code></a> instead. This method will be removed in the future.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/Attributes.html#keys()">io.grpc.Attributes.keys()</a></th>
<td class="colLast">
<div class="deprecationComment">This method is being considered for removal, if you feel this method is needed
please reach out on this Github issue:
<a href="https://github.com/grpc/grpc-java/issues/1764">grpc-java/issues/1764</a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/Attributes.html#newBuilder(io.grpc.Attributes)">io.grpc.Attributes.newBuilder&#8203;(Attributes)</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="io/grpc/Attributes.html#toBuilder()"><code>Attributes.toBuilder()</code></a> on the <a href="io/grpc/Attributes.html" title="class in io.grpc"><code>Attributes</code></a> instance instead.
This method will be removed in the future.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/binarylog/v1/Address.Type.html#valueOf(int)">io.grpc.binarylog.v1.Address.Type.valueOf&#8203;(int)</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/binarylog/v1/GrpcLogEntry.EventType.html#valueOf(int)">io.grpc.binarylog.v1.GrpcLogEntry.EventType.valueOf&#8203;(int)</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/binarylog/v1/GrpcLogEntry.Logger.html#valueOf(int)">io.grpc.binarylog.v1.GrpcLogEntry.Logger.valueOf&#8203;(int)</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/binarylog/v1/GrpcLogEntry.PayloadCase.html#valueOf(int)">io.grpc.binarylog.v1.GrpcLogEntry.PayloadCase.valueOf&#8203;(int)</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/CallCredentials.html#thisUsesUnstableApi()">io.grpc.CallCredentials.thisUsesUnstableApi()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/CallOptions.Key.html#of(java.lang.String,T)">io.grpc.CallOptions.Key.of&#8203;(String, T)</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="io/grpc/CallOptions.Key.html#create(java.lang.String)"><code>CallOptions.Key.create(java.lang.String)</code></a> or <a href="io/grpc/CallOptions.Key.html#createWithDefault(java.lang.String,T)"><code>CallOptions.Key.createWithDefault(java.lang.String, T)</code></a> instead. This method will
be removed.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/channelz/v1/Address.AddressCase.html#valueOf(int)">io.grpc.channelz.v1.Address.AddressCase.valueOf&#8203;(int)</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/channelz/v1/ChannelConnectivityState.State.html#valueOf(int)">io.grpc.channelz.v1.ChannelConnectivityState.State.valueOf&#8203;(int)</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/channelz/v1/ChannelTraceEvent.ChildRefCase.html#valueOf(int)">io.grpc.channelz.v1.ChannelTraceEvent.ChildRefCase.valueOf&#8203;(int)</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/channelz/v1/ChannelTraceEvent.Severity.html#valueOf(int)">io.grpc.channelz.v1.ChannelTraceEvent.Severity.valueOf&#8203;(int)</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/channelz/v1/Security.ModelCase.html#valueOf(int)">io.grpc.channelz.v1.Security.ModelCase.valueOf&#8203;(int)</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/channelz/v1/Security.Tls.CipherSuiteCase.html#valueOf(int)">io.grpc.channelz.v1.Security.Tls.CipherSuiteCase.valueOf&#8203;(int)</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/Context.CancellableContext.html#isCurrent()">io.grpc.Context.CancellableContext.isCurrent()</a></th>
<td class="colLast">
<div class="deprecationComment">This method violates some GRPC class encapsulation and should not be used.
If you must know whether a Context is the current context, check whether it is the same
object returned by <a href="io/grpc/Context.html#current()"><code>Context.current()</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/ForwardingChannelBuilder.html#delegate()">io.grpc.ForwardingChannelBuilder.delegate()</a></th>
<td class="colLast">
<div class="deprecationComment">As of 1.60.0, use <a href="io/grpc/ForwardingChannelBuilder2.html" title="class in io.grpc"><code>ForwardingChannelBuilder2</code></a> instead.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/ForwardingChannelBuilder.html#nameResolverFactory(io.grpc.NameResolver.Factory)">io.grpc.ForwardingChannelBuilder.nameResolverFactory&#8203;(NameResolver.Factory)</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/ForwardingChannelBuilder2.html#nameResolverFactory(io.grpc.NameResolver.Factory)">io.grpc.ForwardingChannelBuilder2.nameResolverFactory&#8203;(NameResolver.Factory)</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/health/v1/HealthCheckResponse.ServingStatus.html#valueOf(int)">io.grpc.health.v1.HealthCheckResponse.ServingStatus.valueOf&#8203;(int)</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/lb/v1/LoadBalanceRequest.LoadBalanceRequestTypeCase.html#valueOf(int)">io.grpc.lb.v1.LoadBalanceRequest.LoadBalanceRequestTypeCase.valueOf&#8203;(int)</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/lb/v1/LoadBalanceResponse.LoadBalanceResponseTypeCase.html#valueOf(int)">io.grpc.lb.v1.LoadBalanceResponse.LoadBalanceResponseTypeCase.valueOf&#8203;(int)</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/LoadBalancer.html#handleSubchannelState(io.grpc.LoadBalancer.Subchannel,io.grpc.ConnectivityStateInfo)">io.grpc.LoadBalancer.handleSubchannelState&#8203;(LoadBalancer.Subchannel, ConnectivityStateInfo)</a></th>
<td class="colLast">
<div class="deprecationComment">This method will be removed. Stop overriding it. Instead, pass <a href="io/grpc/LoadBalancer.SubchannelStateListener.html" title="interface in io.grpc"><code>LoadBalancer.SubchannelStateListener</code></a> to <a href="io/grpc/LoadBalancer.Subchannel.html#start(io.grpc.LoadBalancer.SubchannelStateListener)"><code>LoadBalancer.Subchannel.start(io.grpc.LoadBalancer.SubchannelStateListener)</code></a> to receive Subchannel state
updates</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/LoadBalancer.Helper.html#createResolvingOobChannelBuilder(java.lang.String)">io.grpc.LoadBalancer.Helper.createResolvingOobChannelBuilder&#8203;(String)</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="io/grpc/LoadBalancer.Helper.html#createResolvingOobChannelBuilder(java.lang.String,io.grpc.ChannelCredentials)"><code>LoadBalancer.Helper.createResolvingOobChannelBuilder(String, ChannelCredentials)</code></a>
instead.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/LoadBalancer.Helper.html#ignoreRefreshNameResolutionCheck()">io.grpc.LoadBalancer.Helper.ignoreRefreshNameResolutionCheck()</a></th>
<td class="colLast">
<div class="deprecationComment">Warning has been removed</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/ManagedChannelBuilder.html#nameResolverFactory(io.grpc.NameResolver.Factory)">io.grpc.ManagedChannelBuilder.nameResolverFactory&#8203;(NameResolver.Factory)</a></th>
<td class="colLast">
<div class="deprecationComment">Most usages should use a globally-registered <a href="io/grpc/NameResolverProvider.html" title="class in io.grpc"><code>NameResolverProvider</code></a> instead,
with either the SPI mechanism or <a href="io/grpc/NameResolverRegistry.html#register(io.grpc.NameResolverProvider)"><code>NameResolverRegistry.register(io.grpc.NameResolverProvider)</code></a>. Replacements for
all use-cases are not necessarily available yet. See
<a href="https://github.com/grpc/grpc-java/issues/7133">#7133</a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/MethodDescriptor.html#create(io.grpc.MethodDescriptor.MethodType,java.lang.String,io.grpc.MethodDescriptor.Marshaller,io.grpc.MethodDescriptor.Marshaller)">io.grpc.MethodDescriptor.create&#8203;(MethodDescriptor.MethodType, String, MethodDescriptor.Marshaller&lt;RequestT&gt;, MethodDescriptor.Marshaller&lt;ResponseT&gt;)</a></th>
<td class="colLast">
<div class="deprecationComment">use <a href="io/grpc/MethodDescriptor.html#newBuilder()"><code>MethodDescriptor.newBuilder()</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/NameResolver.Listener2.html#onAddresses(java.util.List,io.grpc.Attributes)">io.grpc.NameResolver.Listener2.onAddresses&#8203;(List&lt;EquivalentAddressGroup&gt;, Attributes)</a></th>
<td class="colLast">
<div class="deprecationComment">This will be removed in 1.22.0</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/NameResolver.ResolutionResult.Builder.html#setAddresses(java.util.List)">io.grpc.NameResolver.ResolutionResult.Builder.setAddresses&#8203;(List&lt;EquivalentAddressGroup&gt;)</a></th>
<td class="colLast">
<div class="deprecationComment">Will be superseded by setAddressesOrError</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/NameResolver.ResolutionResult.html#getAddresses()">io.grpc.NameResolver.ResolutionResult.getAddresses()</a></th>
<td class="colLast">
<div class="deprecationComment">Will be superseded by getAddressesOrError</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/netty/NettyChannelBuilder.html#maxHeaderListSize(int)">io.grpc.netty.NettyChannelBuilder.maxHeaderListSize&#8203;(int)</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="io/grpc/netty/NettyChannelBuilder.html#maxInboundMetadataSize(int)"><code>NettyChannelBuilder.maxInboundMetadataSize(int)</code></a> instead</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/netty/NettyServerBuilder.html#maxHeaderListSize(int)">io.grpc.netty.NettyServerBuilder.maxHeaderListSize&#8203;(int)</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="io/grpc/netty/NettyServerBuilder.html#maxInboundMetadataSize(int)"><code>NettyServerBuilder.maxInboundMetadataSize(int)</code></a> instead</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/netty/NettyServerBuilder.html#maxMessageSize(int)">io.grpc.netty.NettyServerBuilder.maxMessageSize&#8203;(int)</a></th>
<td class="colLast">
<div class="deprecationComment">Call <a href="io/grpc/netty/NettyServerBuilder.html#maxInboundMessageSize(int)"><code>NettyServerBuilder.maxInboundMessageSize(int)</code></a> instead. This method will be removed in a
future release.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/okhttp/OkHttpChannelBuilder.html#negotiationType(io.grpc.okhttp.NegotiationType)">io.grpc.okhttp.OkHttpChannelBuilder.negotiationType&#8203;(NegotiationType)</a></th>
<td class="colLast">
<div class="deprecationComment">use <a href="io/grpc/okhttp/OkHttpChannelBuilder.html#usePlaintext()"><code>OkHttpChannelBuilder.usePlaintext()</code></a> or <a href="io/grpc/okhttp/OkHttpChannelBuilder.html#useTransportSecurity()"><code>OkHttpChannelBuilder.useTransportSecurity()</code></a> instead.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/okhttp/OkHttpServerBuilder.html#forPort(int)">io.grpc.okhttp.OkHttpServerBuilder.forPort&#8203;(int)</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="io/grpc/okhttp/OkHttpServerBuilder.html#forPort(int,io.grpc.ServerCredentials)"><code>OkHttpServerBuilder.forPort(int, ServerCredentials)</code></a> instead</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/protobuf/services/BinaryLogs.html#createBinaryLog(io.grpc.protobuf.services.BinaryLogSink)">io.grpc.protobuf.services.BinaryLogs.createBinaryLog&#8203;(BinaryLogSink)</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/protobuf/services/ProtoReflectionService.html#newInstance()">io.grpc.protobuf.services.ProtoReflectionService.newInstance()</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/reflection/v1/ServerReflectionRequest.MessageRequestCase.html#valueOf(int)">io.grpc.reflection.v1.ServerReflectionRequest.MessageRequestCase.valueOf&#8203;(int)</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/reflection/v1/ServerReflectionResponse.MessageResponseCase.html#valueOf(int)">io.grpc.reflection.v1.ServerReflectionResponse.MessageResponseCase.valueOf&#8203;(int)</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/reflection/v1alpha/ServerReflectionRequest.MessageRequestCase.html#valueOf(int)">io.grpc.reflection.v1alpha.ServerReflectionRequest.MessageRequestCase.valueOf&#8203;(int)</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/reflection/v1alpha/ServerReflectionResponse.MessageResponseCase.html#valueOf(int)">io.grpc.reflection.v1alpha.ServerReflectionResponse.MessageResponseCase.valueOf&#8203;(int)</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/ServerStreamTracer.html#serverCallStarted(io.grpc.ServerCall)">io.grpc.ServerStreamTracer.serverCallStarted&#8203;(ServerCall&lt;?, ?&gt;)</a></th>
<td class="colLast">
<div class="deprecationComment">Implement <a href="io/grpc/ServerStreamTracer.html#serverCallStarted(io.grpc.ServerStreamTracer.ServerCallInfo)"><code>ServerStreamTracer.serverCallStarted(ServerCallInfo)</code></a> instead. This method will be
removed in a future release of gRPC.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/services/CallMetricRecorder.html#recordCallMetric(java.lang.String,double)">io.grpc.services.CallMetricRecorder.recordCallMetric&#8203;(String, double)</a></th>
<td class="colLast">
<div class="deprecationComment">use <a href="io/grpc/services/CallMetricRecorder.html#recordRequestCostMetric(java.lang.String,double)"><code>CallMetricRecorder.recordRequestCostMetric(java.lang.String, double)</code></a> instead.
This method will be removed in the future.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/stub/AbstractStub.html#withChannel(io.grpc.Channel)">io.grpc.stub.AbstractStub.withChannel&#8203;(Channel)</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/stub/StreamObservers.html#copyWithFlowControl(java.util.Iterator,io.grpc.stub.CallStreamObserver)">io.grpc.stub.StreamObservers.copyWithFlowControl&#8203;(Iterator&lt;V&gt;, CallStreamObserver&lt;V&gt;)</a></th>
<td class="colLast">
<div class="deprecationComment">Of questionable utility and generally not used.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/testing/TestUtils.html#loadX509Cert(java.lang.String)">io.grpc.testing.TestUtils.loadX509Cert&#8203;(String)</a></th>
<td class="colLast">
<div class="deprecationComment">Not for public use</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/testing/TestUtils.html#newSslSocketFactoryForCa(java.security.Provider,java.io.File)">io.grpc.testing.TestUtils.newSslSocketFactoryForCa&#8203;(Provider, File)</a></th>
<td class="colLast">
<div class="deprecationComment">Not for public use</div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/testing/TestUtils.html#preferredTestCiphers()">io.grpc.testing.TestUtils.preferredTestCiphers()</a></th>
<td class="colLast">
<div class="deprecationComment">Not for public use</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/util/AdvancedTlsX509KeyManager.html#updateIdentityCredentials(java.security.PrivateKey,java.security.cert.X509Certificate%5B%5D)">io.grpc.util.AdvancedTlsX509KeyManager.updateIdentityCredentials&#8203;(PrivateKey, X509Certificate[])</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="io/grpc/util/AdvancedTlsX509KeyManager.html#updateIdentityCredentials(java.security.cert.X509Certificate%5B%5D,java.security.PrivateKey)"><code>AdvancedTlsX509KeyManager.updateIdentityCredentials(X509Certificate[], PrivateKey)</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/util/AdvancedTlsX509KeyManager.html#updateIdentityCredentialsFromFile(java.io.File,java.io.File)">io.grpc.util.AdvancedTlsX509KeyManager.updateIdentityCredentialsFromFile&#8203;(File, File)</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="io/grpc/util/AdvancedTlsX509KeyManager.html#updateIdentityCredentials(java.io.File,java.io.File)"><code>AdvancedTlsX509KeyManager.updateIdentityCredentials(File, File)</code></a> instead.</div>
</td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/util/AdvancedTlsX509TrustManager.html#updateTrustCredentialsFromFile(java.io.File,long,java.util.concurrent.TimeUnit,java.util.concurrent.ScheduledExecutorService)">io.grpc.util.AdvancedTlsX509TrustManager.updateTrustCredentialsFromFile&#8203;(File, long, TimeUnit, ScheduledExecutorService)</a></th>
<td class="colLast">
<div class="deprecationComment">Use <a href="io/grpc/util/AdvancedTlsX509TrustManager.html#updateTrustCredentials(java.io.File,long,java.util.concurrent.TimeUnit,java.util.concurrent.ScheduledExecutorService)"><code>AdvancedTlsX509TrustManager.updateTrustCredentials(File, long ,TimeUnit, ScheduledExecutorService)</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/util/ForwardingLoadBalancer.html#handleSubchannelState(io.grpc.LoadBalancer.Subchannel,io.grpc.ConnectivityStateInfo)">io.grpc.util.ForwardingLoadBalancer.handleSubchannelState&#8203;(LoadBalancer.Subchannel, ConnectivityStateInfo)</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/util/ForwardingLoadBalancerHelper.html#createResolvingOobChannelBuilder(java.lang.String)">io.grpc.util.ForwardingLoadBalancerHelper.createResolvingOobChannelBuilder&#8203;(String)</a></th>
<td class="colLast"></td>
</tr>
<tr class="rowColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/util/ForwardingLoadBalancerHelper.html#ignoreRefreshNameResolutionCheck()">io.grpc.util.ForwardingLoadBalancerHelper.ignoreRefreshNameResolutionCheck()</a></th>
<td class="colLast"></td>
</tr>
<tr class="altColor">
<th class="colDeprecatedItemName" scope="row"><a href="io/grpc/util/GracefulSwitchLoadBalancer.html#handleSubchannelState(io.grpc.LoadBalancer.Subchannel,io.grpc.ConnectivityStateInfo)">io.grpc.util.GracefulSwitchLoadBalancer.handleSubchannelState&#8203;(LoadBalancer.Subchannel, ConnectivityStateInfo)</a></th>
<td class="colLast"></td>
</tr>
</tbody>
</table>
</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>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li class="navBarCell1Rev">Deprecated</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>