Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ functions
Functions
22,628 in github.com/grpc/grpc-java
⨍
Functions
22,628
◇
Types & classes
3,835
↓ 5 callers
Method
getFrameLengthHeaderSize
()
alts/src/main/java/io/grpc/alts/internal/AltsFraming.java:39
↓ 5 callers
Method
getGetAllGaugesMethod
()
android-interop-testing/src/generated/release/grpc/io/grpc/testing/integration/MetricsServiceGrpc.java:18
↓ 5 callers
Method
getGetAllGaugesMethod
()
android-interop-testing/src/generated/debug/grpc/io/grpc/testing/integration/MetricsServiceGrpc.java:18
↓ 5 callers
Method
getGetAllGaugesMethod
()
interop-testing/src/generated/main/grpc/io/grpc/testing/integration/MetricsServiceGrpc.java:18
↓ 5 callers
Method
getHeaderCrc16Bytes
(byte[] headerBytes)
core/src/test/java/io/grpc/internal/GzipInflatingBufferTest.java:756
↓ 5 callers
Method
getHeaderData
()
rls/src/main/java/io/grpc/rls/CachingRlsLbClient.java:590
↓ 5 callers
Method
getHeaders
()
core/src/main/java/io/grpc/internal/PickSubchannelArgsImpl.java:47
↓ 5 callers
Method
getHealthCheckedServiceName
Fetches the health-checked service name from health-checked service config. {@code null} if can't find one.
core/src/main/java/io/grpc/internal/ServiceConfigUtil.java:76
↓ 5 callers
Method
getInstance
(int idx)
xds/src/test/java/io/grpc/xds/StatefulFilter.java:117
↓ 5 callers
Method
getInstance
()
xds/src/main/java/io/grpc/xds/MetadataRegistry.java:47
↓ 5 callers
Method
getInterceptor
Returns an interceptor that will be applies to calls.
api/src/main/java/io/grpc/InternalConfigSelector.java:81
↓ 5 callers
Method
getLatitude
Gets the latitude for the given point.
examples/android/routeguide/app/src/main/java/io/grpc/routeguideexample/RouteGuideUtil.java:25
↓ 5 callers
Method
getListenSocketAddresses
Returns a list of listening socket addresses. May change after {@link #start(ServerListener)} is called.
core/src/main/java/io/grpc/internal/InternalServer.java:67
↓ 5 callers
Method
getListenSockets
()
xds/src/main/java/io/grpc/xds/XdsServerWrapper.java:316
↓ 5 callers
Method
getLogLevel
Accepts a throwable and returns the appropriate logging level. Uninteresting exceptions should not clutter the log.
okhttp/src/main/java/io/grpc/okhttp/ExceptionHandlingFrameWriter.java:221
↓ 5 callers
Method
getLongitude
Gets the longitude for the given point.
examples/android/routeguide/app/src/main/java/io/grpc/routeguideexample/RouteGuideUtil.java:30
↓ 5 callers
Method
getMetricRecorder
()
core/src/main/java/io/grpc/internal/ManagedChannelImpl.java:1554
↓ 5 callers
Method
getMetricRecorder
Returns the {@link MetricRecorder} that the channel uses to record metrics.
api/src/main/java/io/grpc/NameResolver.java:501
↓ 5 callers
Method
getNameResolver
( UriWrapper targetUri, @Nullable final String overrideAuthority, NameResolverProvider provider, N
core/src/main/java/io/grpc/internal/ManagedChannelImpl.java:668
↓ 5 callers
Method
getNameResolverProvider
( String target, NameResolverRegistry nameResolverRegistry)
core/src/main/java/io/grpc/internal/ManagedChannelImplBuilder.java:846
↓ 5 callers
Method
getNameResolverProviderRfc3986
( String target, NameResolverRegistry nameResolverRegistry)
core/src/main/java/io/grpc/internal/ManagedChannelImplBuilder.java:887
↓ 5 callers
Method
getNodeBuilder
()
xds/src/test/java/io/grpc/xds/GrpcBootstrapperImplTest.java:1051
↓ 5 callers
Method
getObject
()
xds/src/main/java/io/grpc/xds/SharedXdsClientPoolProvider.java:165
↓ 5 callers
Method
getOption
Get the value for a custom option or its inherent default. @param key Key identifying option
api/src/main/java/io/grpc/LoadBalancer.java:851
↓ 5 callers
Method
getPeerAddress
Retrieves socket address.
gcp-observability/src/main/java/io/grpc/gcp/observability/interceptors/LogHelper.java:439
↓ 5 callers
Method
getPeerServiceAccount
Get peer service account. @return the context's peer service account.
alts/src/main/java/io/grpc/alts/internal/AltsInternalContext.java:78
↓ 5 callers
Method
getPeerSocket
(Attributes streamAttributes)
services/src/main/java/io/grpc/protobuf/services/BinlogHelper.java:368
↓ 5 callers
Method
getPort
()
interop-testing/src/main/java/io/grpc/testing/integration/TestServiceServer.java:224
↓ 5 callers
Method
getRandom
Get random bytes.
alts/src/test/java/io/grpc/alts/internal/ByteBufTestUtils.java:41
↓ 5 callers
Method
getRawFragment
Returns the fragment component of this URI in its original, possibly percent-encoded form, and without any leading '#' character. <p>NB: Choose caref
api/src/main/java/io/grpc/Uri.java:602
↓ 5 callers
Method
getRawResource
The last successfully updated xDS resource as it was returned by the server.
xds/src/main/java/io/grpc/xds/client/XdsClient.java:243
↓ 5 callers
Method
getRegisterCount
()
xds/src/main/java/io/grpc/xds/FilterChainSelectorManager.java:73
↓ 5 callers
Method
getRootCause
(Throwable t)
netty/src/test/java/io/grpc/netty/NettyClientTransportTest.java:1072
↓ 5 callers
Method
getRpcProtocolVersions
Returns default Rpc Protocol Versions.
alts/src/main/java/io/grpc/alts/internal/RpcProtocolVersionsUtil.java:45
↓ 5 callers
Method
getSecurity
(ProtocolNegotiationEvent event)
netty/src/main/java/io/grpc/netty/InternalProtocolNegotiationEvent.java:49
↓ 5 callers
Method
getServerName
Returns the randomly generated server name for this service.
testing/src/main/java/io/grpc/testing/GrpcServerRule.java:85
↓ 5 callers
Method
getSession
()
okhttp/src/main/java/io/grpc/okhttp/NoopSslSocket.java:58
↓ 5 callers
Method
getSslContextProvider
Helper method to build CertProviderServerSslContextProvider.
xds/src/test/java/io/grpc/xds/internal/security/certprovider/CertProviderServerSslContextProviderTest.java:64
↓ 5 callers
Method
getStatus
Returns the status associated with the state. <p>If the state is {@code TRANSIENT_FAILURE}, the status is never {@code OK}. For other states, the st
api/src/main/java/io/grpc/ConnectivityStateInfo.java:67
↓ 5 callers
Method
getStreamLoadStatsMethod
()
xds/src/generated/thirdparty/grpc/io/envoyproxy/envoy/service/load_stats/v3/LoadReportingServiceGrpc.java:18
↓ 5 callers
Method
getStreamingCallMethod
()
benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/BenchmarkServiceGrpc.java:49
↓ 5 callers
Method
getStreamingFromServerMethod
()
benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/BenchmarkServiceGrpc.java:111
↓ 5 callers
Method
getStreamingOutputCallMethod
()
android-interop-testing/src/generated/release/grpc/io/grpc/testing/integration/TestServiceGrpc.java:112
↓ 5 callers
Method
getStreamingOutputCallMethod
()
android-interop-testing/src/generated/debug/grpc/io/grpc/testing/integration/TestServiceGrpc.java:112
↓ 5 callers
Method
getTags
()
testing/src/main/java/io/grpc/internal/testing/StatsTestUtils.java:271
↓ 5 callers
Method
getTrustDomain
()
core/src/main/java/io/grpc/internal/SpiffeUtil.java:273
↓ 5 callers
Method
getUid
Returns this peer's Android/Linux uid. <p>Intentionally non-public to prevent misuse.
binder/src/main/java/io/grpc/binder/PeerUid.java:53
↓ 5 callers
Method
getValue
()
alts/src/main/java/io/grpc/alts/internal/TsiPeer.java:62
↓ 5 callers
Method
greet
Say hello to server.
examples/src/main/java/io/grpc/examples/deadline/DeadlineClient.java:51
↓ 5 callers
Method
handshake
When the returned socket is closed, {@code socket} must be closed.
okhttp/src/main/java/io/grpc/okhttp/HandshakerSocketFactory.java:28
↓ 5 callers
Method
hasNext
Wait for a value to be available from the server. If there is an available value, return true immediately. If the stream was closed with Status.OK, r
stub/src/main/java/io/grpc/stub/BlockingClientCall.java:151
↓ 5 callers
Method
hasNext
()
netty/src/main/java/io/grpc/netty/GrpcHttp2OutboundHeaders.java:106
↓ 5 callers
Method
hasPermissions
Creates a {@link SecurityPolicy} which checks if the caller has all of the given permissions from {@code permissions}. <p>The gRPC framework assumes
binder/src/main/java/io/grpc/binder/SecurityPolicies.java:442
↓ 5 callers
Method
headerCount
(Metadata md)
api/src/main/java/io/grpc/InternalMetadata.java:82
↓ 5 callers
Method
id
Unwraps a {@link InternalLogId} to return a {@code long}.
api/src/main/java/io/grpc/InternalChannelz.java:1102
↓ 5 callers
Method
ignoreResourceDeletion
()
xds/src/main/java/io/grpc/xds/client/Bootstrapper.java:63
↓ 5 callers
Method
implSpecificObject
Parsed configuration for implementation-specific extensions. Returns an opaque object containing the parsed configuration.
xds/src/main/java/io/grpc/xds/client/Bootstrapper.java:213
↓ 5 callers
Method
inboundMessageRead
( int seqNo, long optionalWireSize, long optionalUncompressedSize)
census/src/main/java/io/grpc/census/CensusTracingModule.java:340
↓ 5 callers
Method
inboundWireSize
(long bytes)
census/src/main/java/io/grpc/census/CensusStatsModule.java:283
↓ 5 callers
Method
inboundWireSize
(long bytes)
opentelemetry/src/main/java/io/grpc/opentelemetry/OpenTelemetryMetricsModule.java:236
↓ 5 callers
Method
incrementStreamWindow
Increments the flow control window for this stream by the given delta and returns the new value.
okhttp/src/main/java/io/grpc/okhttp/OutboundFlowController.java:257
↓ 5 callers
Method
initChannel
Must be called by subclasses to initialize the handler and channel.
netty/src/test/java/io/grpc/netty/NettyHandlerTestBase.java:125
↓ 5 callers
Method
interceptCall
(ServerCall<ReqT, RespT> call, Metadata headers, ServerCallHandler<ReqT, RespT> next)
xds/src/main/java/io/grpc/xds/XdsServerWrapper.java:877
↓ 5 callers
Method
interceptCallHandlerCreate
( ServerInterceptor interceptor, ServerCallHandler<ReqT, RespT> callHandler)
api/src/main/java/io/grpc/InternalServerInterceptors.java:31
↓ 5 callers
Method
isCancelled
Tests if the future returned for this authorization request was cancelled by the caller.
binder/src/testFixtures/java/io/grpc/binder/internal/SettableAsyncSecurityPolicy.java:79
↓ 5 callers
Method
isClientFilter
Whether the filter can be installed on the client side. <p>Returns true if the filter implements {@link Filter#buildClientInterceptor}.
xds/src/main/java/io/grpc/xds/Filter.java:62
↓ 5 callers
Method
isEnabledHappyEyeballs
()
core/src/main/java/io/grpc/internal/PickFirstLoadBalancerProvider.java:42
↓ 5 callers
Method
isJava9AlpnAvailable
Indicates whether Java 9 ALPN is available.
netty/src/main/java/io/grpc/netty/JettyTlsUtil.java:97
↓ 5 callers
Method
isReady
Indicates whether call is capable of sending additional messages without requiring excessive buffering internally. Used for resource initial fetch tim
xds/src/main/java/io/grpc/xds/client/XdsTransportFactory.java:68
↓ 5 callers
Method
isReportValueSet
(double value)
xds/src/main/java/io/grpc/xds/orca/OrcaMetricReportingServerInterceptor.java:162
↓ 5 callers
Method
isShutDown
()
xds/src/test/java/io/grpc/xds/XdsServerTestHelper.java:263
↓ 5 callers
Method
isSupported
Returns true if the method exists on the supplied {@code target}.
okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/OptionalMethod.java:59
↓ 5 callers
Method
isTerminated
Returns whether the server is terminated. Terminated servers have no running calls and relevant resources released (like TCP connections). @see #isSh
api/src/main/java/io/grpc/Server.java:160
↓ 5 callers
Method
lbAttributes
(String authority)
grpclb/src/test/java/io/grpc/grpclb/GrpclbLoadBalancerTest.java:2796
↓ 5 callers
Method
localityWeight
()
xds/src/main/java/io/grpc/xds/Endpoints.java:41
↓ 5 callers
Method
logSslEngineDetails
(Level level, ChannelHandlerContext ctx, String msg, @Nullable Throwable t)
netty/src/main/java/io/grpc/netty/ProtocolNegotiators.java:960
↓ 5 callers
Method
makeUnaryRpcViaClientStub
( String requestMessage, SimpleServiceGrpc.SimpleServiceBlockingStub blockingStub)
gcp-observability/src/test/java/io/grpc/gcp/observability/ObservabilityTestHelper.java:26
↓ 5 callers
Method
markCancelled
()
core/src/main/java/io/grpc/internal/RetriableStream.java:1606
↓ 5 callers
Method
maxBackoff
()
xds/src/main/java/io/grpc/xds/VirtualHost.java:287
↓ 5 callers
Method
maybeUseFallbackBackends
()
grpclb/src/main/java/io/grpc/grpclb/GrpclbState.java:343
↓ 5 callers
Method
mergeWithCompositeTail
Append the given {@link ByteBuf} {@code in} to {@link CompositeByteBuf} {@code composite} by expanding or replacing the tail component of the {@link C
netty/src/main/java/io/grpc/netty/NettyAdaptiveCumulator.java:148
↓ 5 callers
Method
metadataMarshaller
Produce a metadata marshaller for a protobuf type. @since 1.0.0
protobuf-lite/src/main/java/io/grpc/protobuf/lite/ProtoLiteUtils.java:107
↓ 5 callers
Method
metadataToProtoTestHelper
( EventType type, Metadata metadata, int maxHeaderBytes)
gcp-observability/src/test/java/io/grpc/gcp/observability/interceptors/LogHelperTest.java:722
↓ 5 callers
Method
metadataToProtoTestHelper
( EventType type, Metadata metadata, int maxHeaderBytes)
services/src/test/java/io/grpc/protobuf/services/BinlogHelperTest.java:1551
↓ 5 callers
Method
newBuilder
Creates a new builder for a {@link ServiceDescriptor}. @since 1.1.0
api/src/main/java/io/grpc/ServiceDescriptor.java:126
↓ 5 callers
Method
newClientCallTracer
Creates a {@link CallAttemptsTracerFactory} for a new call.
opentelemetry/src/main/java/io/grpc/opentelemetry/OpenTelemetryTracingModule.java:117
↓ 5 callers
Method
newEmptyInstance
Returns a new instance with no registered compressors.
api/src/main/java/io/grpc/CompressorRegistry.java:48
↓ 5 callers
Method
newHandler
()
netty/src/test/java/io/grpc/netty/ProtocolNegotiatorsTest.java:1477
↓ 5 callers
Method
newInstanceForTesting
(StreamObserver<SessionReq> writer)
s2a/src/main/java/io/grpc/s2a/internal/handshaker/S2AStub.java:65
↓ 5 callers
Method
newLoadBalancer
(LoadBalancer.Helper helper)
xds/src/test/java/io/grpc/xds/LazyLoadBalancerTest.java:54
↓ 5 callers
Method
newLoadBalancer
(Helper helper)
xds/src/main/java/io/grpc/xds/CdsLoadBalancerProvider.java:65
↓ 5 callers
Method
newOrcaReportingHelper
Creates a new {@link io.grpc.LoadBalancer.Helper} with provided {@link OrcaOobReportListener} installed to receive callback when an out-of-band ORCA r
xds/src/main/java/io/grpc/xds/orca/OrcaOobUtil.java:144
↓ 5 callers
Method
newStub
Creates a new async stub that supports all call types for the service
benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/BenchmarkServiceGrpc.java:173
↓ 5 callers
Method
next64
()
xds/third_party/zero-allocation-hashing/main/java/io/grpc/xds/XxHash64.java:269
↓ 5 callers
Method
numHeaders
Returns the number of none-null headers in {@link #namesAndValues()}.
netty/src/main/java/io/grpc/netty/GrpcHttp2HeadersUtils.java:228
↓ 5 callers
Method
onPingResponse
Callback when a ping response with the given ID is received.
binder/src/main/java/io/grpc/binder/internal/PingTracker.java:76
↓ 5 callers
Method
onStreamReady
(BidirectionalStream stream)
cronet/src/main/java/io/grpc/cronet/CronetClientStream.java:419
↓ 5 callers
Method
onTransportIdle
There are no outstanding RPCs on the transport.
core/src/main/java/io/grpc/internal/MaxConnectionIdleManager.java:97
↓ 5 callers
Method
onTransportStarted
Start keepalive monitoring.
core/src/main/java/io/grpc/internal/KeepAliveManager.java:151
↓ 5 callers
Method
oneOfSignatureSha256Hash
Creates {@link SecurityPolicy} which checks if the SHA-256 hash of the package signature matches any of {@code requiredSignatureSha256Hashes}. @param
binder/src/main/java/io/grpc/binder/SecurityPolicies.java:156
← previous
next →
2,701–2,800 of 22,628, ranked by callers