MCPcopy Create free account

hub / github.com/grpc/grpc-java / functions

Functions22,628 in github.com/grpc/grpc-java

MethodlrsStreamClosedAndRetried
()
xds/src/test/java/io/grpc/xds/LoadReportClientTest.java:411
Methodmain
(String[] args)
gcp-observability/interop/src/main/java/io/grpc/gcp/observability/interop/TestServiceInterop.java:28
Methodmain
The main application allowing this client to be launched from the command line.
interop-testing/src/main/java/io/grpc/testing/integration/Http2Client.java:56
Methodmain
The main application allowing this client to be launched from the command line.
interop-testing/src/main/java/io/grpc/testing/integration/StressTestClient.java:78
Methodmain
Entry point.
interop-testing/src/main/java/io/grpc/testing/integration/GrpclbLongLivedAffinityTestClient.java:42
Methodmain
The main application allowing this client to be launched from the command line.
interop-testing/src/main/java/io/grpc/testing/integration/ReconnectTestClient.java:105
Methodmain
The main application allowing this client to be launched from the command line.
interop-testing/src/main/java/io/grpc/testing/integration/XdsTestServer.java:99
Methodmain
Entry point.
interop-testing/src/main/java/io/grpc/testing/integration/XdsFederationTestClient.java:45
Methodmain
Entry point.
interop-testing/src/main/java/io/grpc/testing/integration/GrpclbFallbackTestClient.java:49
Methodmain
The main application allowing this client to be launched from the command line.
interop-testing/src/main/java/io/grpc/testing/integration/XdsTestClient.java:111
Methodmain
The main application allowing this program to be launched from the command line.
istio-interop-testing/src/main/java/io/grpc/testing/istio/EchoTestServer.java:157
Methodmain
(String[] args)
examples/example-hostname/src/main/java/io/grpc/examples/hostname/HostnameServer.java:35
Methodmain
Greet server. If provided, the first element of {@code args} is the name to use in the greeting and the second is the client identifier to set in JWT
examples/example-oauth/src/main/java/io/grpc/examples/oauth/AuthClient.java:95
Methodmain
Main launches the server from the command line.
examples/example-oauth/src/main/java/io/grpc/examples/oauth/AuthServer.java:80
Methodmain
Greet server. If provided, the first element of {@code args} is the name to use in the greeting. The second argument is the target server. A {@code --
examples/example-xds/src/main/java/io/grpc/examples/helloworldxds/XdsHelloWorldClient.java:66
Methodmain
(String[] args)
examples/example-xds/src/main/java/io/grpc/examples/helloworldxds/XdsHelloWorldServer.java:35
Methodmain
Greet server. If provided, the first element of {@code args} is the name to use in the greeting. The second argument is the target server.
examples/example-gcp-observability/src/main/java/io/grpc/examples/gcpobservability/GcpObservabilityClient.java:64
Methodmain
Main launches the server from the command line.
examples/example-gcp-observability/src/main/java/io/grpc/examples/gcpobservability/GcpObservabilityServer.java:64
Methodmain
Main launches the server from the command line.
examples/example-tls/src/main/java/io/grpc/examples/helloworldtls/HelloWorldServerTls.java:82
Methodmain
Greet server. If provided, the first element of {@code args} is the name to use in the greeting.
examples/example-tls/src/main/java/io/grpc/examples/helloworldtls/HelloWorldClientTls.java:67
Methodmain
(String[] args)
examples/example-alts/src/main/java/io/grpc/examples/alts/HelloWorldAltsClient.java:39
Methodmain
(String[] args)
examples/example-alts/src/main/java/io/grpc/examples/alts/HelloWorldAltsServer.java:40
Methodmain
Main launches the server from the command line.
examples/example-orca/src/main/java/io/grpc/examples/orca/CustomBackendMetricsServer.java:103
Methodmain
Greet server. If provided, the first element of {@code args} is the name to use in the greeting. The second argument is the target server.
examples/example-orca/src/main/java/io/grpc/examples/orca/CustomBackendMetricsClient.java:67
Methodmain
Main launches the server from the command line.
examples/example-opentelemetry/src/main/java/io/grpc/example/opentelemetry/OpenTelemetryServer.java:68
Methodmain
Greet server. If provided, the first element of {@code args} is the name to use in the greeting. The second argument is the target server.
examples/example-opentelemetry/src/main/java/io/grpc/example/opentelemetry/OpenTelemetryClient.java:69
Methodmain
Main launches the server from the command line.
examples/example-opentelemetry/src/main/java/io/grpc/example/opentelemetry/logging/LoggingOpenTelemetryServer.java:70
Methodmain
Greet server. If provided, the first element of {@code args} is the name to use in the greeting. The second argument is the target server.
examples/example-opentelemetry/src/main/java/io/grpc/example/opentelemetry/logging/LoggingOpenTelemetryClient.java:71
Methodmain
Greet server. If provided, the first element of {@code args} is the name to use in the greeting. The second argument is the target server.
examples/example-gcp-csm-observability/src/main/java/io/grpc/examples/csmobservability/CsmObservabilityClient.java:69
Methodmain
Main launches the server from the command line.
examples/example-gcp-csm-observability/src/main/java/io/grpc/examples/csmobservability/CsmObservabilityServer.java:72
Methodmain
Main launches the server from the command line.
examples/src/main/java/io/grpc/examples/helloworld/HelloWorldServer.java:92
Methodmain
Greet server. If provided, the first element of {@code args} is the name to use in the greeting. The second argument is the target server.
examples/src/main/java/io/grpc/examples/helloworld/HelloWorldClient.java:63
Methodmain
Greet server. If provided, the first element of {@code args} is the name to use in the greeting. The second argument is the target server.
examples/src/main/java/io/grpc/examples/waitforready/WaitForReadyClient.java:88
Methodmain
(String[] args)
examples/src/main/java/io/grpc/examples/grpcproxy/GrpcProxy.java:209
Methodmain
Main launches the server from the command line.
examples/src/main/java/io/grpc/examples/healthservice/HealthServiceServer.java:87
Methodmain
Uses a server with both a greet service and the health service. If provided, the first element of {@code args} is the name to use in the greeting. The
examples/src/main/java/io/grpc/examples/healthservice/HealthServiceClient.java:159
Methodmain
Greet server. If provided, the first element of {@code args} is the name to use in the greeting. The second argument is the target server. You can see
examples/src/main/java/io/grpc/examples/multiplex/SharingClient.java:158
Methodmain
Main launches the server from the command line.
examples/src/main/java/io/grpc/examples/multiplex/MultiplexingServer.java:90
Methodmain
(String[] args)
examples/src/main/java/io/grpc/examples/manualflowcontrol/ManualFlowControlServer.java:33
Methodmain
Greet server. If provided, the first element of {@code args} is the name to use in the greeting. The second argument is the target server. You can see
examples/src/main/java/io/grpc/examples/manualflowcontrol/BidiBlockingClient.java:48
Methodmain
(String[] args)
examples/src/main/java/io/grpc/examples/manualflowcontrol/ManualFlowControlClient.java:35
Methodmain
Greet server. If provided, the first element of {@code args} is the name to use in the greeting. The second argument is the target server.
examples/src/main/java/io/grpc/examples/preserialized/PreSerializedClient.java:82
Methodmain
Main launches the server from the command line.
examples/src/main/java/io/grpc/examples/preserialized/PreSerializedServer.java:90
Methodmain
Greet server. If provided, the first element of {@code args} is the name to use in the greeting. The second argument is the target server.
examples/src/main/java/io/grpc/examples/deadline/DeadlineClient.java:70
Methodmain
Main launches the server from the command line.
examples/src/main/java/io/grpc/examples/deadline/DeadlineServer.java:85
Methodmain
(String[] args)
examples/src/main/java/io/grpc/examples/nameresolve/NameResolveServer.java:36
Methodmain
(String[] args)
examples/src/main/java/io/grpc/examples/nameresolve/NameResolveClient.java:37
Methodmain
(String[] args)
examples/src/main/java/io/grpc/examples/hedging/HedgingHelloWorldClient.java:166
Methodmain
Main launches the server from the command line.
examples/src/main/java/io/grpc/examples/hedging/HedgingHelloWorldServer.java:86
Methodmain
(String[] args)
examples/src/main/java/io/grpc/examples/errorhandling/DetailErrorSample.java:70
Methodmain
(String [] args)
examples/src/main/java/io/grpc/examples/errorhandling/ErrorHandlingClient.java:51
Methodmain
(String[] args)
examples/src/main/java/io/grpc/examples/loadbalance/LoadBalanceClient.java:53
Methodmain
(String[] args)
examples/src/main/java/io/grpc/examples/loadbalance/LoadBalanceServer.java:70
Methodmain
Main method. This comment makes the linter happy.
examples/src/main/java/io/grpc/examples/routeguide/RouteGuideServer.java:109
Methodmain
Issues several different requests and then exits.
examples/src/main/java/io/grpc/examples/routeguide/RouteGuideClient.java:243
Methodmain
Main launches the server from the command line.
examples/src/main/java/io/grpc/examples/header/CustomHeaderServer.java:81
Methodmain
Main start the client from the command line.
examples/src/main/java/io/grpc/examples/header/CustomHeaderClient.java:78
Methodmain
(String[] args)
examples/src/main/java/io/grpc/examples/errordetails/ErrorDetailsExample.java:61
Methodmain
(String[] args)
examples/src/main/java/io/grpc/examples/customloadbalance/CustomLoadBalanceClient.java:64
Methodmain
Cancel RPCs to a server. If provided, the first element of {@code args} is the target server.
examples/src/main/java/io/grpc/examples/cancellation/CancellationClient.java:183
Methodmain
(String[] args)
examples/src/main/java/io/grpc/examples/cancellation/CancellationServer.java:54
Methodmain
Main launches the server from the command line.
examples/src/main/java/io/grpc/examples/advanced/HelloJsonServer.java:92
Methodmain
Greet server. If provided, the first element of {@code args} is the name to use in the greeting.
examples/src/main/java/io/grpc/examples/advanced/HelloJsonClient.java:80
Methodmain
Greet server. If provided, the first element of {@code args} is the name to use in the greeting.
examples/src/main/java/io/grpc/examples/experimental/CompressingHelloWorldClient.java:75
Methodmain
Main launches the server from the command line.
examples/src/main/java/io/grpc/examples/experimental/CompressingHelloWorldServerPerMethod.java:82
Methodmain
Main launches the server from the command line.
examples/src/main/java/io/grpc/examples/experimental/CompressingHelloWorldServerAllMethods.java:95
Methodmain
Main launches the server from the command line.
examples/src/main/java/io/grpc/examples/keepalive/KeepAliveServer.java:103
Methodmain
Greet server.
examples/src/main/java/io/grpc/examples/keepalive/KeepAliveClient.java:65
Methodmain
(String[] args)
examples/src/main/java/io/grpc/examples/retrying/RetryingHelloWorldClient.java:128
Methodmain
Main launches the server from the command line.
examples/src/main/java/io/grpc/examples/retrying/RetryingHelloWorldServer.java:88
Methodmain
(String[] args)
examples/example-dualstack/src/main/java/io/grpc/examples/dualstack/DualStackClient.java:48
Methodmain
(String[] args)
examples/example-dualstack/src/main/java/io/grpc/examples/dualstack/DualStackServer.java:42
Methodmain
Main launches the server from the command line.
examples/example-reflection/src/main/java/io/grpc/examples/reflection/ReflectionServer.java:66
Methodmain
Greet server. If provided, the first element of {@code args} is the name to use in the greeting. The second argument is the target server.
examples/example-debug/src/main/java/io/grpc/examples/debug/HelloWorldDebuggableClient.java:72
Methodmain
(String[] args)
examples/example-debug/src/main/java/io/grpc/examples/debug/HostnameDebuggableServer.java:37
Methodmain
The app requires 2 arguments as described in @see <a href="../../../../../../README.md">Google Auth Example README</a> arg0 = project name in the for
examples/example-gauth/src/main/java/io/grpc/examples/googleAuth/GoogleAuthClient.java:112
Methodmain
Greet server. If provided, the first element of {@code args} is the name to use in the greeting and the second is the client identifier to set in JWT
examples/example-jwt-auth/src/main/java/io/grpc/examples/jwtauth/AuthClient.java:89
Methodmain
Main launches the server from the command line.
examples/example-jwt-auth/src/main/java/io/grpc/examples/jwtauth/AuthServer.java:80
Methodmain
Useful for triggering a subset of the benchmark in a profiler.
benchmarks/src/jmh/java/io/grpc/benchmarks/netty/StreamingPingPongsPerSecondBenchmark.java:120
Methodmain
Useful for triggering a subset of the benchmark in a profiler.
benchmarks/src/jmh/java/io/grpc/benchmarks/netty/UnaryCallQpsBenchmark.java:107
Methodmain
checkstyle complains if there is no javadoc comment here.
benchmarks/src/main/java/io/grpc/benchmarks/qps/AsyncServer.java:54
Methodmain
Comment for checkstyle.
benchmarks/src/main/java/io/grpc/benchmarks/qps/OpenLoopClient.java:65
Methodmain
checkstyle complains if there is no javadoc comment here.
benchmarks/src/main/java/io/grpc/benchmarks/qps/AsyncClient.java:295
Methodmain
Start the load worker process.
benchmarks/src/main/java/io/grpc/benchmarks/driver/LoadWorker.java:69
MethodmainDown_fallbackUp_restart_main
()
xds/src/test/java/io/grpc/xds/XdsClientFallbackTest.java:315
MethodmainServerDown_fallbackServerUp
()
xds/src/test/java/io/grpc/xds/XdsClientFallbackTest.java:240
MethodmainThreadExecutor
Provides a custom {@link Executor} for accessing this application's main thread. <p>Optional. A default implementation will be used if no custom Exec
binder/src/main/java/io/grpc/binder/BinderChannelBuilder.java:218
MethodmakeStream
()
netty/src/test/java/io/grpc/netty/NettyClientHandlerTest.java:1101
MethodmakeSureExpectedMocksUnused
Final checks for all tests.
api/src/test/java/io/grpc/ServerInterceptorsTest.java:99
MethodmakeSureMocksUnused
Final checks for all tests.
util/src/test/java/io/grpc/util/MutableHandlerRegistryTest.java:100
MethodmakeTargetStringForDirectAddress_scopedIpv6
()
core/src/test/java/io/grpc/internal/ManagedChannelImplBuilderTest.java:474
MethodmanagedChannelRegistry_newChannelBuilder
()
netty/src/test/java/io/grpc/netty/UdsNettyChannelProviderTest.java:111
MethodmanagedChannelServiceConfig_parseMethodConfig
()
core/src/test/java/io/grpc/internal/ManagedChannelServiceConfigTest.java:141
MethodmanagedChannelServiceConfig_shouldHandleNoHealthCheckingConfig
()
core/src/test/java/io/grpc/internal/ManagedChannelServiceConfigTest.java:61
MethodmanagedChannelServiceConfig_shouldParseHealthCheckingConfig
()
core/src/test/java/io/grpc/internal/ManagedChannelServiceConfigTest.java:45
MethodmanyDynamicTableSizeChanges
()
okhttp/third_party/okhttp/test/java/io/grpc/okhttp/internal/framed/HpackTest.java:996
MethodmanyRunnables
Queue many runnables, to better see queuing/consumption cost instead of just context switch.
core/src/jmh/java/io/grpc/internal/SerializingExecutorBenchmark.java:84
Methodmark
()
core/src/main/java/io/grpc/internal/CompositeReadableBuffer.java:193
Methodmark
()
core/src/main/java/io/grpc/internal/ReadableBuffers.java:209
Methodmark
()
core/src/main/java/io/grpc/internal/ReadableBuffers.java:299
← previousnext →15,501–15,600 of 22,628, ranked by callers