Uses of Package
io.grpc.stub
-
Packages that use io.grpc.stub Package Description io.grpc.channelz.v1 io.grpc.health.v1 io.grpc.lb.v1 io.grpc.protobuf.services Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.io.grpc.reflection.v1 io.grpc.reflection.v1alpha io.grpc.services Service definitions and utilities for the pre-defined gRPC services.io.grpc.stub API for the Stub layer.io.grpc.testing API that is useful for testing gRPC. -
Classes in io.grpc.stub used by io.grpc.channelz.v1 Class Description AbstractAsyncStub Stub implementations for async stubs.AbstractBlockingStub Stub implementations for blocking stubs.AbstractFutureStub Stub implementations for future stubs.AbstractStub Common base type for stub implementations.StreamObserver Receives notifications from an observable stream of messages. -
Classes in io.grpc.stub used by io.grpc.health.v1 Class Description AbstractAsyncStub Stub implementations for async stubs.AbstractBlockingStub Stub implementations for blocking stubs.AbstractFutureStub Stub implementations for future stubs.AbstractStub Common base type for stub implementations.StreamObserver Receives notifications from an observable stream of messages. -
Classes in io.grpc.stub used by io.grpc.lb.v1 Class Description AbstractAsyncStub Stub implementations for async stubs.AbstractBlockingStub Stub implementations for blocking stubs.AbstractFutureStub Stub implementations for future stubs.AbstractStub Common base type for stub implementations.StreamObserver Receives notifications from an observable stream of messages. -
Classes in io.grpc.stub used by io.grpc.protobuf.services Class Description StreamObserver Receives notifications from an observable stream of messages. -
Classes in io.grpc.stub used by io.grpc.reflection.v1 Class Description AbstractAsyncStub Stub implementations for async stubs.AbstractBlockingStub Stub implementations for blocking stubs.AbstractFutureStub Stub implementations for future stubs.AbstractStub Common base type for stub implementations.StreamObserver Receives notifications from an observable stream of messages. -
Classes in io.grpc.stub used by io.grpc.reflection.v1alpha Class Description AbstractAsyncStub Stub implementations for async stubs.AbstractBlockingStub Stub implementations for blocking stubs.AbstractFutureStub Stub implementations for future stubs.AbstractStub Common base type for stub implementations.StreamObserver Receives notifications from an observable stream of messages. -
Classes in io.grpc.stub used by io.grpc.services Class Description StreamObserver Receives notifications from an observable stream of messages. -
Classes in io.grpc.stub used by io.grpc.stub Class Description AbstractAsyncStub Stub implementations for async stubs.AbstractBlockingStub Stub implementations for blocking stubs.AbstractFutureStub Stub implementations for future stubs.AbstractStub Common base type for stub implementations.AbstractStub.StubFactory A factory class for stub.CallStreamObserver A refinement of StreamObserver provided by the GRPC runtime to the application (the client or the server) that allows for more complex interactions with call behavior.ClientCallStreamObserver A refinement ofCallStreamObserver
that allows for lower-level interaction with client calls.ServerCalls.BidiStreamingMethod Adaptor to a bidirectional streaming method.ServerCalls.ClientStreamingMethod Adaptor to a client streaming method.ServerCalls.ServerStreamingMethod Adaptor to a server streaming method.ServerCalls.UnaryMethod Adaptor to a unary call method.StreamObserver Receives notifications from an observable stream of messages. -
Classes in io.grpc.stub used by io.grpc.testing Class Description StreamObserver Receives notifications from an observable stream of messages.