Package-level declarations

This package contains classes and interfaces related to gRPC.

Types

Link copied to clipboard
public final class CompositeObserver<T>
A stream observer which delegates calls to multiple other observers with the same target type.
Link copied to clipboard
public abstract class DelegatingObserver<T>
A stream observer which delegates calls to another observer of the same target type.
Link copied to clipboard
public class MemoizingObserver<T>
The StreamObserver which stores the input data and then exposes it via API calls.
Link copied to clipboard
public final class MetadataConverter
Serves as a converter from Error to Metadata and vice versa.
Link copied to clipboard
public class StreamObservers
A utility class for the routines related to gRPC StreamObserver instances.