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
↓ 1 callers
Method
bindService
(AsyncService service)
interop-testing/src/generated/main/grpc/io/grpc/testing/integration/ReconnectServiceGrpc.java:359
↓ 1 callers
Method
bindService
(AsyncService service)
interop-testing/src/generated/main/grpc/io/grpc/testing/integration/UnimplementedServiceGrpc.java:308
↓ 1 callers
Method
bindService
(AsyncService service)
interop-testing/src/generated/main/grpc/io/grpc/testing/integration/MetricsServiceGrpc.java:364
↓ 1 callers
Method
bindService
(AsyncService service)
interop-testing/src/generated/main/grpc/io/grpc/testing/integration/LoadBalancerStatsServiceGrpc.java:389
↓ 1 callers
Method
bindService
(AsyncService service)
interop-testing/src/generated/main/grpc/io/grpc/testing/integration/XdsUpdateClientConfigureServiceGrpc.java:301
↓ 1 callers
Method
bindService
(AsyncService service)
istio-interop-testing/src/generated/main/grpc/io/istio/test/EchoTestServiceGrpc.java:338
↓ 1 callers
Method
bindService
(AsyncService service)
benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/BenchmarkServiceGrpc.java:585
↓ 1 callers
Method
bindService
(AsyncService service)
benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/WorkerServiceGrpc.java:534
↓ 1 callers
Method
bindService
(AsyncService service)
benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/ReportQpsScenarioServiceGrpc.java:280
↓ 1 callers
Method
bindService
(AsyncService service)
xds/src/generated/thirdparty/grpc/io/envoyproxy/envoy/service/auth/v3/AuthorizationGrpc.java:313
↓ 1 callers
Method
bindService
(AsyncService service)
xds/src/generated/thirdparty/grpc/io/envoyproxy/envoy/service/load_stats/v3/LoadReportingServiceGrpc.java:338
↓ 1 callers
Method
bindService
(AsyncService service)
xds/src/generated/thirdparty/grpc/io/envoyproxy/envoy/service/discovery/v3/AggregatedDiscoveryServiceGrpc.java:375
↓ 1 callers
Method
bindService
(AsyncService service)
xds/src/generated/thirdparty/grpc/io/envoyproxy/envoy/service/status/v3/ClientStatusDiscoveryServiceGrpc.java:359
↓ 1 callers
Method
bindService
(AsyncService service)
xds/src/generated/thirdparty/grpc/io/envoyproxy/envoy/service/rate_limit_quota/v3/RateLimitQuotaServiceGrpc.java:284
↓ 1 callers
Method
bindService
(AsyncService service)
xds/src/generated/thirdparty/grpc/com/github/xds/service/orca/v3/OpenRcaServiceGrpc.java:330
↓ 1 callers
Method
bindToNetwork
Sets the network ID to use for this channel traffic.
cronet/src/main/java/io/grpc/cronet/CronetChannelBuilder.java:197
↓ 1 callers
Method
blockUntilShutdown
()
interop-testing/src/main/java/io/grpc/testing/integration/XdsTestServer.java:306
↓ 1 callers
Method
blockUntilShutdown
Await termination on the main thread since the grpc library uses daemon threads.
interop-testing/src/main/java/io/grpc/testing/integration/TestServiceServer.java:230
↓ 1 callers
Method
blockUntilShutdown
Await termination on the main thread since the grpc library uses daemon threads.
examples/example-oauth/src/main/java/io/grpc/examples/oauth/AuthServer.java:71
↓ 1 callers
Method
blockUntilShutdown
()
examples/example-gcp-observability/src/main/java/io/grpc/examples/gcpobservability/GcpObservabilityServer.java:55
↓ 1 callers
Method
blockUntilShutdown
Await termination on the main thread since the grpc library uses daemon threads.
examples/example-tls/src/main/java/io/grpc/examples/helloworldtls/HelloWorldServerTls.java:73
↓ 1 callers
Method
blockUntilShutdown
Await termination on the main thread since the grpc library uses daemon threads.
examples/example-orca/src/main/java/io/grpc/examples/orca/CustomBackendMetricsServer.java:94
↓ 1 callers
Method
blockUntilShutdown
Await termination on the main thread since the grpc library uses daemon threads.
examples/example-opentelemetry/src/main/java/io/grpc/example/opentelemetry/OpenTelemetryServer.java:59
↓ 1 callers
Method
blockUntilShutdown
Await termination on the main thread since the grpc library uses daemon threads.
examples/example-opentelemetry/src/main/java/io/grpc/example/opentelemetry/logging/LoggingOpenTelemetryServer.java:61
↓ 1 callers
Method
blockUntilShutdown
Await termination on the main thread since the grpc library uses daemon threads.
examples/example-gcp-csm-observability/src/main/java/io/grpc/examples/csmobservability/CsmObservabilityServer.java:63
↓ 1 callers
Method
blockUntilShutdown
Await termination on the main thread since the grpc library uses daemon threads.
examples/src/main/java/io/grpc/examples/helloworld/HelloWorldServer.java:83
↓ 1 callers
Method
blockUntilShutdown
Await termination on the main thread since the grpc library uses daemon threads.
examples/src/main/java/io/grpc/examples/healthservice/HealthServiceServer.java:78
↓ 1 callers
Method
blockUntilShutdown
Await termination on the main thread since the grpc library uses daemon threads.
examples/src/main/java/io/grpc/examples/multiplex/MultiplexingServer.java:81
↓ 1 callers
Method
blockUntilShutdown
Await termination on the main thread since the grpc library uses daemon threads.
examples/src/main/java/io/grpc/examples/preserialized/PreSerializedServer.java:81
↓ 1 callers
Method
blockUntilShutdown
Await termination on the main thread since the grpc library uses daemon threads.
examples/src/main/java/io/grpc/examples/deadline/DeadlineServer.java:76
↓ 1 callers
Method
blockUntilShutdown
()
examples/src/main/java/io/grpc/examples/nameresolve/NameResolveServer.java:71
↓ 1 callers
Method
blockUntilShutdown
Await termination on the main thread since the grpc library uses daemon threads.
examples/src/main/java/io/grpc/examples/hedging/HedgingHelloWorldServer.java:77
↓ 1 callers
Method
blockUntilShutdown
()
examples/src/main/java/io/grpc/examples/loadbalance/LoadBalanceServer.java:64
↓ 1 callers
Method
blockUntilShutdown
Await termination on the main thread since the grpc library uses daemon threads.
examples/src/main/java/io/grpc/examples/routeguide/RouteGuideServer.java:100
↓ 1 callers
Method
blockUntilShutdown
Await termination on the main thread since the grpc library uses daemon threads.
examples/src/main/java/io/grpc/examples/header/CustomHeaderServer.java:72
↓ 1 callers
Method
blockUntilShutdown
Await termination on the main thread since the grpc library uses daemon threads.
examples/src/main/java/io/grpc/examples/advanced/HelloJsonServer.java:83
↓ 1 callers
Method
blockUntilShutdown
Await termination on the main thread since the grpc library uses daemon threads.
examples/src/main/java/io/grpc/examples/experimental/CompressingHelloWorldServerPerMethod.java:73
↓ 1 callers
Method
blockUntilShutdown
Await termination on the main thread since the grpc library uses daemon threads.
examples/src/main/java/io/grpc/examples/experimental/CompressingHelloWorldServerAllMethods.java:86
↓ 1 callers
Method
blockUntilShutdown
Await termination on the main thread since the grpc library uses daemon threads.
examples/src/main/java/io/grpc/examples/keepalive/KeepAliveServer.java:94
↓ 1 callers
Method
blockUntilShutdown
Await termination on the main thread since the grpc library uses daemon threads.
examples/src/main/java/io/grpc/examples/retrying/RetryingHelloWorldServer.java:79
↓ 1 callers
Method
blockUntilShutdown
()
examples/example-dualstack/src/main/java/io/grpc/examples/dualstack/DualStackServer.java:101
↓ 1 callers
Method
blockUntilShutdown
Await termination on the main thread since the grpc library uses daemon threads.
examples/example-reflection/src/main/java/io/grpc/examples/reflection/ReflectionServer.java:57
↓ 1 callers
Method
blockUntilShutdown
Await termination on the main thread since the grpc library uses daemon threads.
examples/example-jwt-auth/src/main/java/io/grpc/examples/jwtauth/AuthServer.java:71
↓ 1 callers
Method
blockUntilStressTestComplete
()
interop-testing/src/main/java/io/grpc/testing/integration/StressTestClient.java:281
↓ 1 callers
Method
blockingCall
()
examples/src/main/java/io/grpc/examples/errorhandling/DetailErrorSample.java:115
↓ 1 callers
Method
blockingCall
()
examples/src/main/java/io/grpc/examples/errorhandling/ErrorHandlingClient.java:84
↓ 1 callers
Method
blockingCall
(Channel channel)
examples/src/main/java/io/grpc/examples/errordetails/ErrorDetailsExample.java:136
↓ 1 callers
Method
bootstrapBuilder
(Map<String, ?> rawData)
xds/src/main/java/io/grpc/xds/client/BootstrapperImpl.java:115
↓ 1 callers
Method
broadcastUserUnlocked
(UserHandle userHandle)
binder/src/test/java/io/grpc/binder/internal/IntentNameResolverTest.java:408
↓ 1 callers
Method
buffer
()
okhttp/src/test/java/io/grpc/okhttp/OkHttpWritableBufferTest.java:39
↓ 1 callers
Method
buffer
()
cronet/src/main/java/io/grpc/cronet/CronetWritableBuffer.java:54
↓ 1 callers
Method
build
()
okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/Headers.java:151
↓ 1 callers
Method
build
Builds a {@link Server} according to this builder's parameters and stores its listening {@link IBinder} in the {@link IBinderReceiver} passed to {@lin
binder/src/main/java/io/grpc/binder/BinderServerBuilder.java:151
↓ 1 callers
Method
build
Builds a gRPC server that can run as a servlet. <p>The returned server will not be started or bound to a port. <p>Users should not call this method
servlet/src/main/java/io/grpc/servlet/ServletServerBuilder.java:97
↓ 1 callers
Method
build
()
xds/src/main/java/io/grpc/xds/XdsServerBuilder.java:120
↓ 1 callers
Method
build0
Called by {@link #build(String[])} after verifying that all required options have been set. Performs any final validation and modifications to the con
benchmarks/src/main/java/io/grpc/benchmarks/qps/AbstractConfigurationBuilder.java:198
↓ 1 callers
Method
buildAndStart
()
servlet/src/main/java/io/grpc/servlet/ServletServerBuilder.java:118
↓ 1 callers
Method
buildBenchmarkAddr
Resolve the address bound to the benchmark interface. Currently we assume it's a child interface of the loopback interface with the term 'benchmark' i
benchmarks/src/jmh/java/io/grpc/benchmarks/netty/AbstractBenchmark.java:144
↓ 1 callers
Method
buildBootStrap
(String serverUri)
xds/src/test/java/io/grpc/xds/GrpcXdsClientImplTestBase.java:5140
↓ 1 callers
Method
buildClientAttributes
( Attributes eagAttrs, Context sourceContext, AndroidComponentAddress targetAddress, I
binder/src/main/java/io/grpc/binder/internal/BinderClientTransport.java:523
↓ 1 callers
Method
buildClientInterceptor
Uses the FilterConfigs produced above to produce an HTTP filter interceptor for clients.
xds/src/main/java/io/grpc/xds/Filter.java:112
↓ 1 callers
Method
buildClientTransportServers
( List<? extends ServerStreamTracer.Factory> streamTracerFactories, MetricRecorder metricRecor
core/src/main/java/io/grpc/internal/ServerImplBuilder.java:110
↓ 1 callers
Method
buildClusterLoadAssignmentInvalid
(String cluster)
xds/src/test/java/io/grpc/xds/GrpcXdsClientImplTestBase.java:5351
↓ 1 callers
Method
buildClusterStats
( ClusterStats stats)
xds/src/main/java/io/grpc/xds/client/LoadReportClient.java:329
↓ 1 callers
Method
buildCommonTlsContextWithAdditionalValues
takes additional values and creates CombinedCertificateValidationContext as needed.
xds/src/test/java/io/grpc/xds/internal/security/CommonTlsContextTestsUtil.java:69
↓ 1 callers
Method
buildCommonTlsContextWithDeprecatedCertProviderInstance
Helper method to build CommonTlsContext using deprecated certificate provider field.
xds/src/test/java/io/grpc/xds/internal/security/CommonTlsContextTestsUtil.java:236
↓ 1 callers
Method
buildConfig
(Map<String, String> childPolicies, boolean failing)
xds/src/test/java/io/grpc/xds/ClusterManagerLoadBalancerTest.java:297
↓ 1 callers
Method
buildEchoResponse
(ForwardEchoRequest request)
istio-interop-testing/src/main/java/io/grpc/testing/istio/EchoTestServer.java:352
↓ 1 callers
Method
buildErrorCodeToStatusMap
()
okhttp/src/main/java/io/grpc/okhttp/OkHttpClientTransport.java:145
↓ 1 callers
Method
buildForwardEchoStruct
(int i, EchoCall[] echoCalls, String requestMessage)
istio-interop-testing/src/main/java/io/grpc/testing/istio/EchoTestServer.java:445
↓ 1 callers
Method
buildHttp2CodeMap
()
core/src/main/java/io/grpc/internal/GrpcUtil.java:359
↓ 1 callers
Method
buildInlineClientListener
(String rdsName, String clusterName, String serverName)
xds/src/test/java/io/grpc/xds/XdsTestUtils.java:344
↓ 1 callers
Method
buildLbFallbackResponse
()
grpclb/src/test/java/io/grpc/grpclb/GrpclbLoadBalancerTest.java:2814
↓ 1 callers
Method
buildLogId
(Attributes attributes)
binder/src/main/java/io/grpc/binder/internal/BinderServerTransport.java:153
↓ 1 callers
Method
buildLogId
( Context sourceContext, AndroidComponentAddress targetAddress)
binder/src/main/java/io/grpc/binder/internal/BinderClientTransport.java:516
↓ 1 callers
Method
buildNewUpstreamTlsContext
(String instanceName, String certName)
xds/src/test/java/io/grpc/xds/GrpcXdsClientImplTestBase.java:5343
↓ 1 callers
Method
buildOutlierDetectionLbConfig
Converts {@link OutlierDetection} that represents the xDS configuration to {@link OutlierDetectionLoadBalancerConfig} that the {@link io.grpc.util.Out
xds/src/main/java/io/grpc/xds/CdsLoadBalancer2.java:553
↓ 1 callers
Method
buildPickFirstConfig
Builds a service config JSON object for the pick_first load balancer config based on the given config values.
xds/src/main/java/io/grpc/xds/LoadBalancerConfigFactory.java:200
↓ 1 callers
Method
buildProtocolNegotiator
()
alts/src/main/java/io/grpc/alts/AltsServerCredentials.java:78
↓ 1 callers
Method
buildProtocolNegotiatorFactory
()
s2a/src/main/java/io/grpc/s2a/S2AChannelCredentials.java:125
↓ 1 callers
Method
buildRbacRule
(String policyName, Action action, List<Permission> permissionList, List<Principal> principalList)
xds/src/test/java/io/grpc/xds/RbacFilterTest.java:411
↓ 1 callers
Method
buildRing
( Map<EquivalentAddressGroup, Long> serverWeights, long totalWeight, double scale)
xds/src/main/java/io/grpc/xds/RingHashLoadBalancer.java:323
↓ 1 callers
Method
buildRouteConfiguration
(String name, List<Message> virtualHostList)
xds/src/test/java/io/grpc/xds/GrpcXdsClientImplV3Test.java:411
↓ 1 callers
Method
buildServer
( AndroidComponentAddress listenAddr, IBinderReceiver receiver, ServerSecurityPolicy serverP
binder/src/androidTest/java/io/grpc/binder/BinderSecurityTest.java:123
↓ 1 callers
Method
buildServer
( XdsServerBuilder builder, DownstreamTlsContext downstreamTlsContext)
xds/src/test/java/io/grpc/xds/XdsSecurityClientServerTest.java:761
↓ 1 callers
Method
buildSslContext
()
s2a/src/test/java/io/grpc/s2a/IntegrationTest.java:218
↓ 1 callers
Method
buildStatusList
()
api/src/main/java/io/grpc/Status.java:239
↓ 1 callers
Method
buildTransportServers
( List<? extends ServerStreamTracer.Factory> streamTracerFactories)
okhttp/src/main/java/io/grpc/okhttp/OkHttpServerBuilder.java:399
↓ 1 callers
Method
buildTransportServers
(OkHttpServerBuilder builder, List<? extends ServerStreamTracer.Factory> streamTracerFactories)
okhttp/src/main/java/io/grpc/okhttp/InternalOkHttpServerBuilder.java:31
↓ 1 callers
Method
buildTree
()
okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/Huffman.java:168
↓ 1 callers
Method
buildWrappedResourceWithName
(Any originalResource, String name)
xds/src/test/java/io/grpc/xds/GrpcXdsClientImplTestBase.java:5285
↓ 1 callers
Method
buildWrrConfig
Builds a service config JSON object for the weighted_round_robin load balancer config based on the given config values.
xds/src/main/java/io/grpc/xds/LoadBalancerConfigFactory.java:137
↓ 1 callers
Method
builder
()
xds/src/main/java/io/grpc/xds/internal/grpcservice/GrpcServiceConfig.java:35
↓ 1 callers
Method
builder
Creates a new builder for creating {@link ExtAuthzConfig} instances.
xds/src/main/java/io/grpc/xds/internal/extauthz/ExtAuthzConfig.java:38
↓ 1 callers
Method
builderForAddress
Creates a new builder with the given host and port.
api/src/main/java/io/grpc/ManagedChannelProvider.java:69
↓ 1 callers
Method
builderForAddress
(String name, int port)
okhttp/src/main/java/io/grpc/okhttp/OkHttpChannelProvider.java:42
↓ 1 callers
Method
builderForAddress
(String name, int port)
netty/src/main/java/io/grpc/netty/NettyChannelProvider.java:38
↓ 1 callers
Method
builderForPort
Creates a new builder with the given port.
api/src/main/java/io/grpc/ServerProvider.java:67
↓ 1 callers
Method
builderForPort
(int port)
okhttp/src/main/java/io/grpc/okhttp/OkHttpServerProvider.java:39
↓ 1 callers
Method
builderForPort
(int port)
netty/src/main/java/io/grpc/netty/NettyServerProvider.java:38
← previous
next →
5,601–5,700 of 22,628, ranked by callers