Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

A

ABORTED - Static variable in class io.grpc.Status
The operation was aborted, typically due to a concurrency issue like sequencer check failures, transaction aborts, etc.
add(ResolvedServerInfo) - Method in class io.grpc.ResolvedServerInfoGroup.Builder
Deprecated.
 
addAll(Collection<ResolvedServerInfo>) - Method in class io.grpc.ResolvedServerInfoGroup.Builder
Deprecated.
 
addMethod(MethodDescriptor<ReqT, RespT>, ServerCallHandler<ReqT, RespT>) - Method in class io.grpc.ServerServiceDefinition.Builder
Add a method to be supported by the service.
addMethod(ServerMethodDefinition<ReqT, RespT>) - Method in class io.grpc.ServerServiceDefinition.Builder
Add a method to be supported by the service.
addMethod(MethodDescriptor<?, ?>) - Method in class io.grpc.ServiceDescriptor.Builder
Adds a method to this service.
addService(ServerServiceDefinition) - Method in class io.grpc.ServerBuilder
Adds a service implementation to the handler registry.
addService(BindableService) - Method in class io.grpc.ServerBuilder
Adds a service implementation to the handler registry.
addService(ServerServiceDefinition) - Method in class io.grpc.util.MutableHandlerRegistry
Registers a service.
addService(BindableService) - Method in class io.grpc.util.MutableHandlerRegistry
Registers a service.
addStreamTracerFactory(ServerStreamTracer.Factory) - Method in class io.grpc.ServerBuilder
Adds a ServerStreamTracer.Factory to measure server-side traffic.
addTransportFilter(ServerTransportFilter) - Method in class io.grpc.ServerBuilder
ALREADY_EXISTS - Static variable in class io.grpc.Status
Some entity that we attempted to create (e.g., file or directory) already exists.
apply(Metadata) - Method in interface io.grpc.CallCredentials.MetadataApplier
Called when headers are successfully generated.
applyRequestMetadata(MethodDescriptor<?, ?>, Attributes, Executor, CallCredentials.MetadataApplier) - Method in interface io.grpc.CallCredentials
Pass the credential data to the given CallCredentials.MetadataApplier, which will propagate it to the request metadata.
ASCII_STRING_MARSHALLER - Static variable in class io.grpc.Metadata
Simple metadata marshaller that encodes strings as is.
asException() - Method in class io.grpc.Status
Convert this Status to an Exception.
asException(Metadata) - Method in class io.grpc.Status
Same as Status.asException() but includes the provided trailers in the returned exception.
asFactory() - Static method in class io.grpc.NameResolverProvider
 
asRuntimeException() - Method in class io.grpc.Status
Convert this Status to a RuntimeException.
asRuntimeException(Metadata) - Method in class io.grpc.Status
Same as Status.asRuntimeException() but includes the provided trailers in the returned exception.
ATTR_AUTHORITY - Static variable in interface io.grpc.CallCredentials
The authority string used to authenticate the server.
ATTR_SECURITY_LEVEL - Static variable in interface io.grpc.CallCredentials
The security level of the transport.
Attributes - Class in io.grpc
An immutable type-safe container of attributes.
Attributes.Builder - Class in io.grpc
The helper class to build an Attributes instance.
Attributes.Key<T> - Class in io.grpc
Key for an key-value pair.
augmentDescription(String) - Method in class io.grpc.Status
Create a derived instance of Status augmenting the current description with additional detail.
authority() - Method in class io.grpc.Channel
The authority of the destination this channel connects to.
available() - Method in interface io.grpc.KnownLength
Returns the total number of bytes that can be read (or skipped over) from this object until all bytes have been read out.
awaitTermination(long, TimeUnit) - Method in class io.grpc.ManagedChannel
Waits for the channel to become terminated, giving up if the timeout is reached.
awaitTermination(long, TimeUnit) - Method in class io.grpc.Server
Waits for the server to become terminated, giving up if the timeout is reached.
awaitTermination() - Method in class io.grpc.Server
Waits for the server to become terminated.

B

BINARY_BYTE_MARSHALLER - Static variable in class io.grpc.Metadata
Simple metadata marshaller that encodes bytes as is.
BINARY_HEADER_SUFFIX - Static variable in class io.grpc.Metadata
All binary headers should have this suffix in their names.
BindableService - Interface in io.grpc
Provides a way to bind instance of service implementation to server.
bindService() - Method in interface io.grpc.BindableService
Creates ServerServiceDefinition object for current instance of service implementation.
build() - Method in class io.grpc.Attributes.Builder
Build the attributes.
build() - Method in class io.grpc.ForwardingChannelBuilder
Returns the ManagedChannel built by the delegate by default.
build() - Method in class io.grpc.ManagedChannelBuilder
Builds a channel using the given parameters.
build() - Method in class io.grpc.MethodDescriptor.Builder
Builds the method descriptor.
build() - Method in class io.grpc.ResolvedServerInfoGroup.Builder
Deprecated.
 
build() - Method in class io.grpc.ServerBuilder
Builds a server using the given parameters.
build() - Method in class io.grpc.ServerServiceDefinition.Builder
Construct new ServerServiceDefinition.
build() - Method in class io.grpc.ServiceDescriptor.Builder
Constructs a new ServiceDescriptor.
builder() - Static method in class io.grpc.ResolvedServerInfoGroup
Deprecated.
Creates a new builder.
builder(Attributes) - Static method in class io.grpc.ResolvedServerInfoGroup
Deprecated.
Creates a new builder for a group with extra attributes.
Builder(Attributes) - Constructor for class io.grpc.ResolvedServerInfoGroup.Builder
Deprecated.
 
Builder() - Constructor for class io.grpc.ResolvedServerInfoGroup.Builder
Deprecated.
 
builder(String) - Static method in class io.grpc.ServerServiceDefinition
Convenience that constructs a ServiceDescriptor simultaneously.
builder(ServiceDescriptor) - Static method in class io.grpc.ServerServiceDefinition
 
builderForAddress(String, int) - Method in class io.grpc.ManagedChannelProvider
Creates a new builder with the given host and port.
builderForPort(int) - Method in class io.grpc.ServerProvider
Creates a new builder with the given port.
builderForTarget(String) - Method in class io.grpc.ManagedChannelProvider
Creates a new builder with the given target URI.
buildTransportFactory() - Method in class io.grpc.inprocess.InProcessChannelBuilder
 
buildTransportServer(List<ServerStreamTracer.Factory>) - Method in class io.grpc.inprocess.InProcessServerBuilder
 

C

CallCredentials - Interface in io.grpc
Carries credential data that will be propagated to the server via request metadata for each RPC.
CallCredentials.MetadataApplier - Interface in io.grpc
The outlet of the produced headers.
CallOptions - Class in io.grpc
The collection of runtime options for a new RPC call.
CallOptions.Key<T> - Class in io.grpc
Key for a key-value pair.
cancel(String, Throwable) - Method in class io.grpc.ClientCall
Prevent any further processing for this ClientCall.
cancel(String, Throwable) - Method in class io.grpc.ForwardingClientCall
 
CANCELLED - Static variable in class io.grpc.Status
The operation was cancelled (typically by the caller).
Channel - Class in io.grpc
A virtual connection to a conceptual endpoint, to perform RPCs.
Channel() - Constructor for class io.grpc.Channel
 
CheckedForwardingClientCall(ClientCall<ReqT, RespT>) - Constructor for class io.grpc.ClientInterceptors.CheckedForwardingClientCall
 
checkedStart(ClientCall.Listener<RespT>, Metadata) - Method in class io.grpc.ClientInterceptors.CheckedForwardingClientCall
Subclasses implement the start logic here that would normally belong to start().
ClientCall<ReqT,RespT> - Class in io.grpc
An instance of a call to a remote method.
ClientCall() - Constructor for class io.grpc.ClientCall
 
ClientCall.Listener<T> - Class in io.grpc
Callbacks for receiving metadata, response messages and completion status from the server.
ClientInterceptor - Interface in io.grpc
Interface for intercepting outgoing calls before they are dispatched by a Channel.
ClientInterceptors - Class in io.grpc
Utility methods for working with ClientInterceptors.
ClientInterceptors.CheckedForwardingClientCall<ReqT,RespT> - Class in io.grpc
A ForwardingClientCall that delivers exceptions from its start logic to the call listener.
clientSendsOneMessage() - Method in enum io.grpc.MethodDescriptor.MethodType
Returns true if the client will immediately send one request message to the server after calling ClientCall.start(io.grpc.ClientCall.Listener, io.grpc.Metadata) and then immediately half-close the stream by calling ClientCall.halfClose().
ClientStreamTracer - Class in io.grpc
StreamTracer for the client-side.
ClientStreamTracer() - Constructor for class io.grpc.ClientStreamTracer
 
ClientStreamTracer.Factory - Class in io.grpc
Factory class for ClientStreamTracer.
close(Status, Metadata) - Method in class io.grpc.ServerCall
Close the call with the provided status.
Codec - Interface in io.grpc
Encloses classes related to the compression and decompression of messages.
Codec.Gzip - Class in io.grpc
A gzip compressor and decompressor.
Codec.Identity - Class in io.grpc
The "identity", or "none" codec.
compress(OutputStream) - Method in class io.grpc.Codec.Gzip
 
compress(OutputStream) - Method in class io.grpc.Codec.Identity
 
compress(OutputStream) - Method in interface io.grpc.Compressor
Wraps an existing output stream with a compressing output stream.
Compressor - Interface in io.grpc
Represents a message compressor.
CompressorRegistry - Class in io.grpc
Encloses classes related to the compression and decompression of messages.
compressorRegistry(CompressorRegistry) - Method in class io.grpc.ForwardingChannelBuilder
 
compressorRegistry(CompressorRegistry) - Method in class io.grpc.ManagedChannelBuilder
Set the compression registry for use in the channel.
compressorRegistry(CompressorRegistry) - Method in class io.grpc.ServerBuilder
Set the compression registry for use in the channel.
ConnectivityState - Enum in io.grpc
The connectivity states.
ConnectivityStateInfo - Class in io.grpc
A tuple of a ConnectivityState and its associated Status.
containsKey(Metadata.Key<?>) - Method in class io.grpc.Metadata
Returns true if a value is defined for the given key.
Contexts - Class in io.grpc
Utility methods for working with Contexts in GRPC.
create(MethodDescriptor.MethodType, String, MethodDescriptor.Marshaller<RequestT>, MethodDescriptor.Marshaller<ResponseT>) - Static method in class io.grpc.MethodDescriptor
create(MethodDescriptor<ReqT, RespT>, ServerCallHandler<ReqT, RespT>) - Static method in class io.grpc.ServerMethodDefinition
Create a new instance.
createOobChannel(EquivalentAddressGroup, String) - Method in class io.grpc.LoadBalancer.Helper
Out-of-band channel for LoadBalancer’s own RPC needs, e.g., talking to an external load-balancer service.
createSubchannel(EquivalentAddressGroup, Attributes) - Method in class io.grpc.LoadBalancer.Helper
Creates a Subchannel, which is a logical connection to the given group of addresses which are considered equivalent.

D

DATA_LOSS - Static variable in class io.grpc.Status
Unrecoverable data loss or corruption.
DEADLINE_EXCEEDED - Static variable in class io.grpc.Status
Deadline expired before operation could complete.
decompress(InputStream) - Method in class io.grpc.Codec.Gzip
 
decompress(InputStream) - Method in class io.grpc.Codec.Identity
 
decompress(InputStream) - Method in interface io.grpc.Decompressor
Wraps an existing input stream with a decompressing input stream.
Decompressor - Interface in io.grpc
Represents a message decompressor.
DecompressorRegistry - Class in io.grpc
Encloses classes related to the compression and decompression of messages.
decompressorRegistry(DecompressorRegistry) - Method in class io.grpc.ForwardingChannelBuilder
 
decompressorRegistry(DecompressorRegistry) - Method in class io.grpc.ManagedChannelBuilder
Set the decompression registry for use in the channel.
decompressorRegistry(DecompressorRegistry) - Method in class io.grpc.ServerBuilder
Set the decompression registry for use in the channel.
DEFAULT - Static variable in class io.grpc.CallOptions
A blank CallOptions that all fields are not set.
delegate() - Method in class io.grpc.ClientInterceptors.CheckedForwardingClientCall
 
delegate() - Method in class io.grpc.ForwardingChannelBuilder
Returns the delegated ManagedChannelBuilder.
delegate() - Method in class io.grpc.ForwardingClientCall
Returns the delegated ClientCall.
delegate() - Method in class io.grpc.ForwardingClientCall.SimpleForwardingClientCall
 
delegate() - Method in class io.grpc.ForwardingClientCallListener
Returns the delegated ClientCall.Listener.
delegate() - Method in class io.grpc.ForwardingClientCallListener.SimpleForwardingClientCallListener
 
delegate() - Method in class io.grpc.ForwardingServerCall
Returns the delegated ServerCall.
delegate() - Method in class io.grpc.ForwardingServerCall.SimpleForwardingServerCall
 
delegate() - Method in class io.grpc.ForwardingServerCallListener
Returns the delegated ServerCall.Listener.
delegate() - Method in class io.grpc.ForwardingServerCallListener.SimpleForwardingServerCallListener
 
directExecutor() - Method in class io.grpc.ForwardingChannelBuilder
 
directExecutor() - Method in class io.grpc.ManagedChannelBuilder
Execute application code directly in the transport thread.
directExecutor() - Method in class io.grpc.ServerBuilder
Execute application code directly in the transport thread.
discardAll(Metadata.Key<T>) - Method in class io.grpc.Metadata
Remove all values for the given key without returning them.
Drainable - Interface in io.grpc
Extension to an InputStream or alike by adding a method that transfers all content to an OutputStream.
drainTo(OutputStream) - Method in interface io.grpc.Drainable
Transfers the entire contents of this stream to the specified target.

E

EMPTY - Static variable in class io.grpc.Attributes
 
emptyInstance() - Static method in class io.grpc.DecompressorRegistry
 
enableFullStreamDecompression() - Method in class io.grpc.ForwardingChannelBuilder
 
enableFullStreamDecompression() - Method in class io.grpc.ManagedChannelBuilder
Enables full-stream decompression of inbound streams.
equals(Object) - Method in class io.grpc.Attributes
Returns true if the given object is also a Attributes with an equal attribute values.
equals(Object) - Method in class io.grpc.ConnectivityStateInfo
 
equals(Object) - Method in class io.grpc.EquivalentAddressGroup
Returns true if the given object is also an EquivalentAddressGroup with an equal address list and equal attribute values.
equals(Object) - Method in class io.grpc.LoadBalancer.PickResult
Returns true if the LoadBalancer.Subchannel, Status, and ClientStreamTracer.Factory all match.
equals(Object) - Method in class io.grpc.Metadata.Key
Returns true if the two objects are both Keys, and their names match (case insensitive).
equals(Object) - Method in class io.grpc.ResolvedServerInfo
Deprecated.
Returns true if the given object is also a ResolvedServerInfo with an equal address and equal attribute values.
equals(Object) - Method in class io.grpc.ResolvedServerInfoGroup
Deprecated.
Returns true if the given object is also a ResolvedServerInfoGroup with an equal attributes and list of ResolvedServerInfo objects.
equals(Object) - Method in class io.grpc.Status
Equality on Statuses is not well defined.
EquivalentAddressGroup - Class in io.grpc
A group of SocketAddresses that are considered equivalent when channel makes connections.
EquivalentAddressGroup(List<SocketAddress>) - Constructor for class io.grpc.EquivalentAddressGroup
List constructor without Attributes.
EquivalentAddressGroup(List<SocketAddress>, Attributes) - Constructor for class io.grpc.EquivalentAddressGroup
List constructor with Attributes.
EquivalentAddressGroup(SocketAddress) - Constructor for class io.grpc.EquivalentAddressGroup
Singleton constructor without Attributes.
EquivalentAddressGroup(SocketAddress, Attributes) - Constructor for class io.grpc.EquivalentAddressGroup
Singleton constructor with Attributes.
executor(Executor) - Method in class io.grpc.ForwardingChannelBuilder
 
executor(Executor) - Method in class io.grpc.ManagedChannelBuilder
Provides a custom executor.
executor(Executor) - Method in class io.grpc.ServerBuilder
Provides a custom executor.
ExperimentalApi - Annotation Type in io.grpc
Indicates a public API that can change at any time, and has no guarantee of API stability and backward-compatibility.
extractFullServiceName(String) - Static method in class io.grpc.MethodDescriptor
Extract the fully qualified service name out of a fully qualified method name.

F

Factory() - Constructor for class io.grpc.ClientStreamTracer.Factory
 
Factory() - Constructor for class io.grpc.LoadBalancer.Factory
 
Factory() - Constructor for class io.grpc.NameResolver.Factory
 
Factory() - Constructor for class io.grpc.ServerStreamTracer.Factory
 
fail(Status) - Method in interface io.grpc.CallCredentials.MetadataApplier
Called when there has been an error when preparing the headers.
FAILED_PRECONDITION - Static variable in class io.grpc.Status
Operation was rejected because the system is not in a state required for the operation's execution.
fallbackHandlerRegistry(HandlerRegistry) - Method in class io.grpc.ServerBuilder
Sets a fallback handler registry that will be looked up in if a method is not found in the primary registry.
filterContext(Context) - Method in class io.grpc.ServerStreamTracer
Called before the interceptors and the call handlers and make changes to the Context object if needed.
forAddress(String, int) - Static method in class io.grpc.ForwardingChannelBuilder
This method serves to force sub classes to "hide" this static factory.
forAddress(String, int) - Static method in class io.grpc.inprocess.InProcessChannelBuilder
Always fails.
forAddress(String, int) - Static method in class io.grpc.ManagedChannelBuilder
Creates a channel with the target's address and port number.
forName(String) - Static method in class io.grpc.inprocess.InProcessChannelBuilder
Create a channel builder that will connect to the server with the given name.
forName(String) - Static method in class io.grpc.inprocess.InProcessServerBuilder
Create a server builder that will bind with the given name.
forNonError(ConnectivityState) - Static method in class io.grpc.ConnectivityStateInfo
Returns an instance for a state that is not TRANSIENT_FAILURE.
forPort(int) - Static method in class io.grpc.inprocess.InProcessServerBuilder
Always fails.
forPort(int) - Static method in class io.grpc.ServerBuilder
Static factory for creating a new ServerBuilder.
forTarget(String) - Static method in class io.grpc.ForwardingChannelBuilder
This method serves to force sub classes to "hide" this static factory.
forTarget(String) - Static method in class io.grpc.inprocess.InProcessChannelBuilder
Always fails.
forTarget(String) - Static method in class io.grpc.ManagedChannelBuilder
Creates a channel with a target string, which can be either a valid NameResolver-compliant URI, or an authority string.
forTransientFailure(Status) - Static method in class io.grpc.ConnectivityStateInfo
Returns an instance for TRANSIENT_FAILURE, associated with an error status.
ForwardingChannelBuilder<T extends ForwardingChannelBuilder<T>> - Class in io.grpc
A ManagedChannelBuilder that delegates all its builder method to another builder by default.
ForwardingChannelBuilder() - Constructor for class io.grpc.ForwardingChannelBuilder
The default constructor.
ForwardingClientCall<ReqT,RespT> - Class in io.grpc
A ClientCall which forwards all of it's methods to another ClientCall.
ForwardingClientCall() - Constructor for class io.grpc.ForwardingClientCall
 
ForwardingClientCall.SimpleForwardingClientCall<ReqT,RespT> - Class in io.grpc
A simplified version of ForwardingClientCall where subclasses can pass in a ClientCall as the delegate.
ForwardingClientCallListener<RespT> - Class in io.grpc
A ClientCall.Listener which forwards all of its methods to another ClientCall.Listener.
ForwardingClientCallListener() - Constructor for class io.grpc.ForwardingClientCallListener
 
ForwardingClientCallListener.SimpleForwardingClientCallListener<RespT> - Class in io.grpc
A simplified version of ForwardingClientCallListener where subclasses can pass in a ClientCall.Listener as the delegate.
ForwardingServerCall<ReqT,RespT> - Class in io.grpc
A ServerCall which forwards all of it's methods to another ServerCall.
ForwardingServerCall() - Constructor for class io.grpc.ForwardingServerCall
 
ForwardingServerCall.SimpleForwardingServerCall<ReqT,RespT> - Class in io.grpc
A simplified version of ForwardingServerCall where subclasses can pass in a ServerCall as the delegate.
ForwardingServerCallListener<ReqT> - Class in io.grpc
A ServerCall.Listener which forwards all of its methods to another ServerCall.Listener of matching parameterized types.
ForwardingServerCallListener() - Constructor for class io.grpc.ForwardingServerCallListener
 
ForwardingServerCallListener.SimpleForwardingServerCallListener<ReqT> - Class in io.grpc
A simplified version of ForwardingServerCallListener where subclasses can pass in a ServerCall.Listener as the delegate.
fromCode(Status.Code) - Static method in class io.grpc.Status
Return a Status given a canonical error Status.Code object.
fromCodeValue(int) - Static method in class io.grpc.Status
Return a Status given a canonical error Status.Code value.
fromThrowable(Throwable) - Static method in class io.grpc.Status
Extract an error Status from the causal chain of a Throwable.

G

generateFullMethodName(String, String) - Static method in class io.grpc.MethodDescriptor
Generate the fully qualified method name.
get(Attributes.Key<T>) - Method in class io.grpc.Attributes
Gets the value for the key, or null if it's not present.
get(Metadata.Key<T>) - Method in class io.grpc.Metadata
Returns the last metadata entry added with the name 'name' parsed as T.
getAddress() - Method in class io.grpc.ResolvedServerInfo
Deprecated.
Returns the address.
getAddresses() - Method in class io.grpc.EquivalentAddressGroup
Returns an immutable list of the addresses.
getAddresses() - Method in class io.grpc.LoadBalancer.Subchannel
Returns the addresses that this Subchannel is bound to.
getAdvertisedMessageEncodings() - Method in class io.grpc.DecompressorRegistry
Provides a list of all message encodings that have decompressors available and should be advertised.
getAll(Metadata.Key<T>) - Method in class io.grpc.Metadata
Returns all the metadata entries named 'name', in the order they were received, parsed as T, or null if there are none.
getAttributes() - Method in class io.grpc.ClientCall
Returns additional properties of the call.
getAttributes() - Method in class io.grpc.EquivalentAddressGroup
Returns the attributes.
getAttributes() - Method in class io.grpc.ForwardingClientCall
 
getAttributes() - Method in class io.grpc.LoadBalancer.Subchannel
The same attributes passed to Helper.createSubchannel().
getAttributes() - Method in class io.grpc.ResolvedServerInfo
Deprecated.
Returns the associated attributes.
getAttributes() - Method in class io.grpc.ResolvedServerInfoGroup
Deprecated.
Returns Attributes for this group.
getAttributes() - Method in class io.grpc.ServerCall
Returns properties of a single call.
getAuthority() - Method in class io.grpc.CallOptions
Override the HTTP/2 authority the channel claims to be connecting to.
getAuthority() - Method in class io.grpc.LoadBalancer.Helper
Returns the authority string of the channel, which is derived from the DNS-style target name.
getAuthority() - Method in class io.grpc.ServerCall
Gets the authority this call is addressed to.
getCallOptions() - Method in class io.grpc.LoadBalancer.PickSubchannelArgs
Call options.
getCandidatesViaHardCoded() - Static method in class io.grpc.ManagedChannelProvider
Load providers from a hard-coded list.
getCandidatesViaHardCoded() - Static method in class io.grpc.NameResolverProvider
Load providers from a hard-coded list.
getCandidatesViaServiceLoader(ClassLoader) - Static method in class io.grpc.ManagedChannelProvider
Loads service providers for the ManagedChannelProvider service using ServiceLoader.
getCandidatesViaServiceLoader(ClassLoader) - Static method in class io.grpc.NameResolverProvider
Loads service providers for the NameResolverProvider service using ServiceLoader.
getCause() - Method in class io.grpc.Status
The underlying cause of an error.
getCode() - Method in class io.grpc.Status
The canonical status code.
getCompressor() - Method in class io.grpc.CallOptions
Returns the compressor's name.
getCredentials() - Method in class io.grpc.CallOptions
Returns the call credentials.
getDeadline() - Method in class io.grpc.CallOptions
Returns the deadline or null if the deadline is not set.
getDefault() - Method in class io.grpc.CallOptions.Key
Returns the user supplied default value for this key.
getDefaultInstance() - Static method in class io.grpc.CompressorRegistry
Returns the default instance used by gRPC when the registry is not specified.
getDefaultInstance() - Static method in class io.grpc.DecompressorRegistry
 
getDefaultScheme() - Method in class io.grpc.NameResolver.Factory
Returns the default scheme, which will be used to construct a URI when ManagedChannelBuilder.forTarget(String) is given an authority string instead of a compliant URI.
getDescription() - Method in class io.grpc.Status
A description of this status for human consumption.
getExecutor() - Method in class io.grpc.CallOptions
 
getFullMethodName() - Method in class io.grpc.MethodDescriptor
The fully qualified name of the method.
getHeaders() - Method in class io.grpc.LoadBalancer.PickSubchannelArgs
Headers of the call.
getImmutableServices() - Method in class io.grpc.Server
Returns immutable services registered with the server, or an empty list if not supported by the implementation.
getInstance() - Static method in class io.grpc.PickFirstBalancerFactory
Gets an instance of this factory.
getInstance() - Static method in class io.grpc.util.RoundRobinLoadBalancerFactory
Gets the singleton instance of this factory.
getKnownMessageEncodings() - Method in class io.grpc.DecompressorRegistry
Provides a list of all message encodings that have decompressors available.
getMaxInboundMessageSize() - Method in class io.grpc.CallOptions
Gets the maximum allowed message size acceptable from the remote peer.
getMaxOutboundMessageSize() - Method in class io.grpc.CallOptions
Gets the maximum allowed message size acceptable to send the remote peer.
getMessageClass() - Method in interface io.grpc.MethodDescriptor.ReflectableMarshaller
Returns the Class that this marshaller serializes and deserializes.
getMessageEncoding() - Method in class io.grpc.Codec.Gzip
 
getMessageEncoding() - Method in class io.grpc.Codec.Identity
 
getMessageEncoding() - Method in interface io.grpc.Compressor
Returns the message encoding that this compressor uses.
getMessageEncoding() - Method in interface io.grpc.Decompressor
Returns the message encoding that this compressor uses.
getMessagePrototype() - Method in interface io.grpc.MethodDescriptor.PrototypeMarshaller
An instance of the expected message type, typically used as a schema and helper for producing other message instances.
getMethod(String) - Method in class io.grpc.ServerServiceDefinition
Look up a method by its fully qualified name.
getMethodDescriptor() - Method in class io.grpc.ForwardingServerCall.SimpleForwardingServerCall
 
getMethodDescriptor() - Method in class io.grpc.LoadBalancer.PickSubchannelArgs
Call method.
getMethodDescriptor() - Method in class io.grpc.ServerCall
The MethodDescriptor for the call.
getMethodDescriptor() - Method in class io.grpc.ServerMethodDefinition
The MethodDescriptor for this method.
getMethods() - Method in class io.grpc.ServerServiceDefinition
Gets all the methods of service.
getMethods() - Method in class io.grpc.ServiceDescriptor
A collection of MethodDescriptor instances describing the methods exposed by the service.
getMutableServices() - Method in class io.grpc.Server
Returns mutable services registered with the server, or an empty list if not supported by the implementation.
getName() - Method in class io.grpc.inprocess.InProcessSocketAddress
 
getName() - Method in class io.grpc.ServiceDescriptor
Simple name of the service.
getNameResolverFactory() - Method in class io.grpc.LoadBalancer.Helper
Returns the NameResolver of the channel.
getOption(CallOptions.Key<T>) - Method in class io.grpc.CallOptions
Get the value for a custom option or its inherent default.
getPort() - Method in class io.grpc.Server
Returns the port number the server is listening on.
getRequestMarshaller() - Method in class io.grpc.MethodDescriptor
Returns the marshaller for the request type.
getResolvedServerInfoList() - Method in class io.grpc.ResolvedServerInfoGroup
Deprecated.
Returns immutable list of ResolvedServerInfo objects for this group.
getResponseMarshaller() - Method in class io.grpc.MethodDescriptor
Returns the marshaller for the response type.
getSchemaDescriptor() - Method in class io.grpc.MethodDescriptor
Returns the schema descriptor for this method.
getSchemaDescriptor() - Method in class io.grpc.ServiceDescriptor
Returns the schema descriptor for this service.
getServerCallHandler() - Method in class io.grpc.ServerMethodDefinition
Handler for incoming calls.
getServiceAuthority() - Method in class io.grpc.NameResolver
Returns the authority used to authenticate connections to servers.
getServiceDescriptor() - Method in class io.grpc.ServerServiceDefinition
The descriptor for the service.
getServices() - Method in class io.grpc.HandlerRegistry
Returns the ServerServiceDefinitions provided by the registry, or an empty list if not supported by the implementation.
getServices() - Method in class io.grpc.Server
Returns all services registered with the server, or an empty list if not supported by the implementation.
getServices() - Method in class io.grpc.util.MutableHandlerRegistry
Note: This does not necessarily return a consistent view of the map.
getState() - Method in class io.grpc.ConnectivityStateInfo
Returns the state.
getState(boolean) - Method in class io.grpc.ManagedChannel
Gets the current connectivity state.
getStatus() - Method in class io.grpc.ConnectivityStateInfo
Returns the status associated with the state.
getStatus() - Method in class io.grpc.LoadBalancer.PickResult
The status associated with this result.
getStatus() - Method in exception io.grpc.StatusException
Returns the status code as a Status object.
getStatus() - Method in exception io.grpc.StatusRuntimeException
Returns the status code as a Status object.
getStreamTracerFactories() - Method in class io.grpc.CallOptions
Returns an immutable list of ClientStreamTracerFactorys.
getStreamTracerFactory() - Method in class io.grpc.LoadBalancer.PickResult
The stream tracer factory this result was created with.
getSubchannel() - Method in class io.grpc.LoadBalancer.PickResult
The Subchannel if this result was created by withSubchannel(), or null otherwise.
getTrailers() - Method in exception io.grpc.StatusException
Returns the received trailers.
getTrailers() - Method in exception io.grpc.StatusRuntimeException
Returns the received trailers.
getType() - Method in class io.grpc.MethodDescriptor
The call type of the method.
Grpc - Class in io.grpc
Stuff that are part of the public API but are not bound to particular classes, e.g., static methods, constants, attribute and context keys.
Gzip() - Constructor for class io.grpc.Codec.Gzip
 

H

halfClose() - Method in class io.grpc.ClientCall
Close the call for request message sending.
halfClose() - Method in class io.grpc.ForwardingClientCall
 
handleNameResolutionError(Status) - Method in class io.grpc.LoadBalancer
Handles an error from the name resolution system.
handleResolvedAddresses(List<ResolvedServerInfoGroup>, Attributes) - Method in class io.grpc.LoadBalancer
Deprecated.
handleResolvedAddressGroups(List<EquivalentAddressGroup>, Attributes) - Method in class io.grpc.LoadBalancer
Handles newly resolved server groups and metadata attributes from name resolution system.
HandlerRegistry - Class in io.grpc
Registry of services and their methods used by servers to dispatching incoming calls.
HandlerRegistry() - Constructor for class io.grpc.HandlerRegistry
 
handleSubchannelState(LoadBalancer.Subchannel, ConnectivityStateInfo) - Method in class io.grpc.LoadBalancer
Handles a state change on a Subchannel.
handshakeTimeout(long, TimeUnit) - Method in class io.grpc.ServerBuilder
Sets the permitted time for new connections to complete negotiation handshakes before being killed.
hashCode() - Method in class io.grpc.Attributes
Returns a hash code for the attributes.
hashCode() - Method in class io.grpc.ConnectivityStateInfo
 
hashCode() - Method in class io.grpc.EquivalentAddressGroup
 
hashCode() - Method in class io.grpc.LoadBalancer.PickResult
 
hashCode() - Method in class io.grpc.Metadata.Key
 
hashCode() - Method in class io.grpc.ResolvedServerInfo
Deprecated.
Returns a hash code for the server info.
hashCode() - Method in class io.grpc.ResolvedServerInfoGroup
Deprecated.
Returns a hash code for the resolved server info group.
hashCode() - Method in class io.grpc.Status
Hash codes on Statuses are not well defined.
Helper() - Constructor for class io.grpc.LoadBalancer.Helper
 

I

idleTimeout(long, TimeUnit) - Method in class io.grpc.ForwardingChannelBuilder
 
idleTimeout(long, TimeUnit) - Method in class io.grpc.ManagedChannelBuilder
Set the duration without ongoing RPCs before going to idle mode.
inboundHeaders() - Method in class io.grpc.ClientStreamTracer
Headers has been received from the server.
inboundMessage() - Method in class io.grpc.StreamTracer
inboundMessage(int) - Method in class io.grpc.StreamTracer
An inbound message has been received by the stream.
inboundMessageRead(int, long, long) - Method in class io.grpc.StreamTracer
An inbound message has been fully read from the transport.
inboundUncompressedSize(long) - Method in class io.grpc.StreamTracer
The uncompressed size of some inbound data is revealed.
inboundWireSize(long) - Method in class io.grpc.StreamTracer
The wire size of some inbound data is revealed.
InProcessChannelBuilder - Class in io.grpc.inprocess
Builder for a channel that issues in-process requests.
InProcessServerBuilder - Class in io.grpc.inprocess
Builder for a server that services in-process requests.
InProcessSocketAddress - Class in io.grpc.inprocess
Custom SocketAddress class for InProcessTransport.
InProcessSocketAddress(String) - Constructor for class io.grpc.inprocess.InProcessSocketAddress
 
instance() - Static method in class io.grpc.util.TransmitStatusRuntimeExceptionInterceptor
 
intercept(Channel, ClientInterceptor...) - Static method in class io.grpc.ClientInterceptors
Create a new Channel that will call interceptors before starting a call on the given channel.
intercept(Channel, List<? extends ClientInterceptor>) - Static method in class io.grpc.ClientInterceptors
Create a new Channel that will call interceptors before starting a call on the given channel.
intercept(List<ClientInterceptor>) - Method in class io.grpc.ForwardingChannelBuilder
 
intercept(ClientInterceptor...) - Method in class io.grpc.ForwardingChannelBuilder
 
intercept(List<ClientInterceptor>) - Method in class io.grpc.ManagedChannelBuilder
Adds interceptors that will be called before the channel performs its real work.
intercept(ClientInterceptor...) - Method in class io.grpc.ManagedChannelBuilder
Adds interceptors that will be called before the channel performs its real work.
intercept(ServerInterceptor) - Method in class io.grpc.ServerBuilder
Adds a ServerInterceptor that is run for all services on the server.
intercept(ServerServiceDefinition, ServerInterceptor...) - Static method in class io.grpc.ServerInterceptors
Create a new ServerServiceDefinition whose ServerCallHandlers will call interceptors before calling the pre-existing ServerCallHandler.
intercept(BindableService, ServerInterceptor...) - Static method in class io.grpc.ServerInterceptors
 
intercept(ServerServiceDefinition, List<? extends ServerInterceptor>) - Static method in class io.grpc.ServerInterceptors
Create a new ServerServiceDefinition whose ServerCallHandlers will call interceptors before calling the pre-existing ServerCallHandler.
intercept(BindableService, List<? extends ServerInterceptor>) - Static method in class io.grpc.ServerInterceptors
 
interceptCall(MethodDescriptor<ReqT, RespT>, CallOptions, Channel) - Method in interface io.grpc.ClientInterceptor
Intercept ClientCall creation by the next Channel.
interceptCall(Context, ServerCall<ReqT, RespT>, Metadata, ServerCallHandler<ReqT, RespT>) - Static method in class io.grpc.Contexts
Make the provided Context Context.current() for the creation of a listener to a received call and for all events received by that listener.
interceptCall(ServerCall<ReqT, RespT>, Metadata, ServerCallHandler<ReqT, RespT>) - Method in interface io.grpc.ServerInterceptor
Intercept ServerCall dispatch by the next ServerCallHandler.
interceptCall(ServerCall<ReqT, RespT>, Metadata, ServerCallHandler<ReqT, RespT>) - Method in class io.grpc.util.TransmitStatusRuntimeExceptionInterceptor
 
interceptForward(Channel, ClientInterceptor...) - Static method in class io.grpc.ClientInterceptors
Create a new Channel that will call interceptors before starting a call on the given channel.
interceptForward(Channel, List<? extends ClientInterceptor>) - Static method in class io.grpc.ClientInterceptors
Create a new Channel that will call interceptors before starting a call on the given channel.
interceptForward(ServerServiceDefinition, ServerInterceptor...) - Static method in class io.grpc.ServerInterceptors
Create a new ServerServiceDefinition whose ServerCallHandlers will call interceptors before calling the pre-existing ServerCallHandler.
interceptForward(BindableService, ServerInterceptor...) - Static method in class io.grpc.ServerInterceptors
 
interceptForward(ServerServiceDefinition, List<? extends ServerInterceptor>) - Static method in class io.grpc.ServerInterceptors
Create a new ServerServiceDefinition whose ServerCallHandlers will call interceptors before calling the pre-existing ServerCallHandler.
interceptForward(BindableService, List<? extends ServerInterceptor>) - Static method in class io.grpc.ServerInterceptors
 
Internal - Annotation Type in io.grpc
Annotates a program element (class, method, package etc) which is internal to gRPC, not part of the public API, and should not be used by users of gRPC.
INTERNAL - Static variable in class io.grpc.Status
Internal errors.
INVALID_ARGUMENT - Static variable in class io.grpc.Status
Client specified an invalid argument.
io.grpc - package io.grpc
The gRPC core public API.
io.grpc.inprocess - package io.grpc.inprocess
The in-process transport which is for when a server is in the same process as the client.
io.grpc.util - package io.grpc.util
Utilities with advanced features in the core layer that user can optionally use.
isAndroid() - Static method in class io.grpc.ManagedChannelProvider
Returns whether current platform is Android.
isAvailable() - Method in class io.grpc.ManagedChannelProvider
Whether this provider is available for use, taking the current environment into consideration.
isAvailable() - Method in class io.grpc.NameResolverProvider
Whether this provider is available for use, taking the current environment into consideration.
isAvailable() - Method in class io.grpc.ServerProvider
Whether this provider is available for use, taking the current environment into consideration.
isCancelled() - Method in class io.grpc.ServerCall
Returns true when the call is cancelled and the server is encouraged to abort processing to save resources, since the client will not be processing any further methods.
isIdempotent() - Method in class io.grpc.MethodDescriptor
Returns whether this method is idempotent.
isOk() - Method in class io.grpc.Status
Is this status OK, i.e., not an error.
isReady() - Method in class io.grpc.ClientCall
If true, indicates that the call is capable of sending additional messages without requiring excessive buffering internally.
isReady() - Method in class io.grpc.ForwardingClientCall
 
isReady() - Method in class io.grpc.ServerCall
If true, indicates that the call is capable of sending additional messages without requiring excessive buffering internally.
isSafe() - Method in class io.grpc.MethodDescriptor
Returns whether this method is safe.
isShutdown() - Method in class io.grpc.ManagedChannel
Returns whether the channel is shutdown.
isShutdown() - Method in class io.grpc.Server
Returns whether the server is shutdown.
isTerminated() - Method in class io.grpc.ManagedChannel
Returns whether the channel is terminated.
isTerminated() - Method in class io.grpc.Server
Returns whether the server is terminated.
isWaitForReady() - Method in class io.grpc.CallOptions
Returns whether 'wait for ready' option is enabled for the call.

K

keepAliveTime(long, TimeUnit) - Method in class io.grpc.ForwardingChannelBuilder
 
keepAliveTime(long, TimeUnit) - Method in class io.grpc.inprocess.InProcessChannelBuilder
Does nothing.
keepAliveTime(long, TimeUnit) - Method in class io.grpc.ManagedChannelBuilder
Sets the time without read activity before sending a keepalive ping.
keepAliveTimeout(long, TimeUnit) - Method in class io.grpc.ForwardingChannelBuilder
 
keepAliveTimeout(long, TimeUnit) - Method in class io.grpc.inprocess.InProcessChannelBuilder
Does nothing.
keepAliveTimeout(long, TimeUnit) - Method in class io.grpc.ManagedChannelBuilder
Sets the time waiting for read activity after sending a keepalive ping.
keepAliveWithoutCalls(boolean) - Method in class io.grpc.ForwardingChannelBuilder
 
keepAliveWithoutCalls(boolean) - Method in class io.grpc.inprocess.InProcessChannelBuilder
Does nothing.
keepAliveWithoutCalls(boolean) - Method in class io.grpc.ManagedChannelBuilder
Sets whether keepalive will be performed when there are no outstanding RPC on a connection.
keys() - Method in class io.grpc.Attributes
Returns set of keys stored in container.
keys() - Method in class io.grpc.Metadata
Returns set of all keys in store.
KnownLength - Interface in io.grpc
An InputStream or alike whose total number of bytes that can be read is known upfront.

L

Listener() - Constructor for class io.grpc.ClientCall.Listener
 
Listener() - Constructor for class io.grpc.ServerCall.Listener
 
LoadBalancer - Class in io.grpc
A pluggable component that receives resolved addresses from NameResolver and provides the channel a usable subchannel when asked.
LoadBalancer() - Constructor for class io.grpc.LoadBalancer
 
LoadBalancer.Factory - Class in io.grpc
Factory to create LoadBalancer instance.
LoadBalancer.Helper - Class in io.grpc
Provides essentials for LoadBalancer implementations.
LoadBalancer.PickResult - Class in io.grpc
A balancing decision made by SubchannelPicker for an RPC.
LoadBalancer.PickSubchannelArgs - Class in io.grpc
LoadBalancer.Subchannel - Class in io.grpc
A logical connection to a server, or a group of equivalent servers represented by an EquivalentAddressGroup.
LoadBalancer.SubchannelPicker - Class in io.grpc
The main balancing logic.
loadBalancerFactory(LoadBalancer.Factory) - Method in class io.grpc.ForwardingChannelBuilder
 
loadBalancerFactory(LoadBalancer.Factory) - Method in class io.grpc.ManagedChannelBuilder
Provides a custom LoadBalancer.Factory for the channel.
lookupCompressor(String) - Method in class io.grpc.CompressorRegistry
 
lookupDecompressor(String) - Method in class io.grpc.DecompressorRegistry
Returns a decompressor for the given message encoding, or null if none has been registered.
lookupMethod(String, String) - Method in class io.grpc.HandlerRegistry
Lookup a ServerMethodDefinition by its fully-qualified name.
lookupMethod(String) - Method in class io.grpc.HandlerRegistry
Lookup a ServerMethodDefinition by its fully-qualified name.
lookupMethod(String, String) - Method in class io.grpc.util.MutableHandlerRegistry
Note: This does not actually honor the authority provided.

M

ManagedChannel - Class in io.grpc
A Channel that provides lifecycle management.
ManagedChannel() - Constructor for class io.grpc.ManagedChannel
 
ManagedChannelBuilder<T extends ManagedChannelBuilder<T>> - Class in io.grpc
A builder for ManagedChannel instances.
ManagedChannelBuilder() - Constructor for class io.grpc.ManagedChannelBuilder
 
ManagedChannelProvider - Class in io.grpc
Provider of managed channels for transport agnostic consumption.
ManagedChannelProvider() - Constructor for class io.grpc.ManagedChannelProvider
 
ManagedChannelProvider.ProviderNotFoundException - Exception in io.grpc
Thrown when no suitable ManagedChannelProvider objects can be found.
maxInboundMessageSize(int) - Method in class io.grpc.ForwardingChannelBuilder
 
maxInboundMessageSize(int) - Method in class io.grpc.inprocess.InProcessChannelBuilder
 
maxInboundMessageSize(int) - Method in class io.grpc.ManagedChannelBuilder
Sets the maximum message size allowed to be received on the channel.
merge(Metadata) - Method in class io.grpc.Metadata
Perform a simple merge of two sets of metadata.
merge(Metadata, Set<Metadata.Key<?>>) - Method in class io.grpc.Metadata
Merge values from the given set of keys into this set of metadata.
Metadata - Class in io.grpc
Provides access to read and write metadata values to be exchanged during a call.
Metadata() - Constructor for class io.grpc.Metadata
Constructor called by the application layer when it wants to send metadata.
Metadata.AsciiMarshaller<T> - Interface in io.grpc
Marshaller for metadata values that are serialized into ASCII strings.
Metadata.BinaryMarshaller<T> - Interface in io.grpc
Marshaller for metadata values that are serialized into raw binary.
Metadata.Key<T> - Class in io.grpc
Key for metadata entries.
MethodDescriptor<ReqT,RespT> - Class in io.grpc
Description of a remote method used by Channel to initiate a call.
MethodDescriptor.Builder<ReqT,RespT> - Class in io.grpc
A builder for a MethodDescriptor.
MethodDescriptor.Marshaller<T> - Interface in io.grpc
A typed abstraction over message serialization and deserialization, a.k.a.
MethodDescriptor.MethodType - Enum in io.grpc
The call type of a method.
MethodDescriptor.PrototypeMarshaller<T> - Interface in io.grpc
A marshaller that uses a fixed instance of the type it produces.
MethodDescriptor.ReflectableMarshaller<T> - Interface in io.grpc
A marshaller that supports retrieving it's type parameter T at runtime.
MutableHandlerRegistry - Class in io.grpc.util
Default implementation of MutableHandlerRegistry.
MutableHandlerRegistry() - Constructor for class io.grpc.util.MutableHandlerRegistry
 

N

name() - Method in class io.grpc.Metadata.Key
 
NameResolver - Class in io.grpc
A pluggable component that resolves a target URI and return addresses to the caller.
NameResolver() - Constructor for class io.grpc.NameResolver
 
NameResolver.Factory - Class in io.grpc
Factory that creates NameResolver instances.
NameResolver.Listener - Interface in io.grpc
Receives address updates.
nameResolverFactory(NameResolver.Factory) - Method in class io.grpc.ForwardingChannelBuilder
 
nameResolverFactory(NameResolver.Factory) - Method in class io.grpc.ManagedChannelBuilder
Provides a custom NameResolver.Factory for the channel.
NameResolverProvider - Class in io.grpc
Provider of name resolvers for name agnostic consumption.
NameResolverProvider() - Constructor for class io.grpc.NameResolverProvider
 
newBuilder(Attributes) - Static method in class io.grpc.Attributes
Create a new builder that is pre-populated with the content from a given container.
newBuilder() - Static method in class io.grpc.Attributes
Create a new builder.
newBuilder() - Static method in class io.grpc.MethodDescriptor
Creates a new builder for a MethodDescriptor.
newBuilder(MethodDescriptor.Marshaller<ReqT>, MethodDescriptor.Marshaller<RespT>) - Static method in class io.grpc.MethodDescriptor
Creates a new builder for a MethodDescriptor.
newBuilder(String) - Static method in class io.grpc.ServiceDescriptor
Creates a new builder for a ServiceDescriptor.
newCall(MethodDescriptor<RequestT, ResponseT>, CallOptions) - Method in class io.grpc.Channel
Create a ClientCall to the remote operation specified by the given MethodDescriptor.
newClientStreamTracer(Metadata) - Method in class io.grpc.ClientStreamTracer.Factory
newClientStreamTracer(CallOptions, Metadata) - Method in class io.grpc.ClientStreamTracer.Factory
Creates a ClientStreamTracer for a new client stream.
newEmptyInstance() - Static method in class io.grpc.CompressorRegistry
Returns a new instance with no registered compressors.
newLoadBalancer(LoadBalancer.Helper) - Method in class io.grpc.LoadBalancer.Factory
Creates a LoadBalancer that will be used inside a channel.
newLoadBalancer(LoadBalancer.Helper) - Method in class io.grpc.PickFirstBalancerFactory
 
newLoadBalancer(LoadBalancer.Helper) - Method in class io.grpc.util.RoundRobinLoadBalancerFactory
 
newNameResolver(URI, Attributes) - Method in class io.grpc.NameResolver.Factory
Creates a NameResolver for the given target URI, or null if the given URI cannot be resolved by this factory.
newServerStreamTracer(String, Metadata) - Method in class io.grpc.ServerStreamTracer.Factory
Creates a ServerStreamTracer for a new server stream.
NONE - Static variable in class io.grpc.Codec.Identity
Special sentinel codec indicating that no compression should be used.
NOT_FOUND - Static variable in class io.grpc.Status
Some requested entity (e.g., file or directory) was not found.
notifyWhenStateChanged(ConnectivityState, Runnable) - Method in class io.grpc.ManagedChannel
Registers a one-off callback that will be run if the connectivity state of the channel diverges from the given source, which is typically what has just been returned by ManagedChannel.getState(boolean).

O

of(String) - Static method in class io.grpc.Attributes.Key
Factory method for creating instances of Attributes.Key.
of(String, T) - Static method in class io.grpc.CallOptions.Key
Factory method for creating instances of CallOptions.Key.
of(String, Metadata.BinaryMarshaller<T>) - Static method in class io.grpc.Metadata.Key
Creates a key for a binary header.
of(String, Metadata.AsciiMarshaller<T>) - Static method in class io.grpc.Metadata.Key
Creates a key for an ASCII header.
OK - Static variable in class io.grpc.Status
The operation completed successfully.
onAddresses(List<EquivalentAddressGroup>, Attributes) - Method in interface io.grpc.NameResolver.Listener
Handles updates on resolved addresses and attributes.
onCancel() - Method in class io.grpc.ServerCall.Listener
The call was cancelled and the server is encouraged to abort processing to save resources, since the client will not process any further messages.
onClose(Status, Metadata) - Method in class io.grpc.ClientCall.Listener
The ClientCall has been closed.
onClose(Status, Metadata) - Method in class io.grpc.ForwardingClientCallListener
 
onComplete() - Method in class io.grpc.ServerCall.Listener
The call is considered complete and ServerCall.Listener.onCancel() is guaranteed not to be called.
onError(Status) - Method in interface io.grpc.NameResolver.Listener
Handles an error from the resolver.
onHalfClose() - Method in class io.grpc.ServerCall.Listener
The client completed all message sending.
onHeaders(Metadata) - Method in class io.grpc.ClientCall.Listener
The response headers have been received.
onHeaders(Metadata) - Method in class io.grpc.ForwardingClientCallListener
 
onMessage(T) - Method in class io.grpc.ClientCall.Listener
A response message has been received.
onMessage(RespT) - Method in class io.grpc.ForwardingClientCallListener
 
onMessage(ReqT) - Method in class io.grpc.ForwardingServerCallListener
 
onMessage(ReqT) - Method in class io.grpc.ServerCall.Listener
A request message has been received.
onReady() - Method in class io.grpc.ClientCall.Listener
This indicates that the ClientCall is now capable of sending additional messages (via ClientCall.sendMessage(ReqT)) without requiring excessive buffering internally.
onReady() - Method in class io.grpc.ForwardingClientCallListener
 
onReady() - Method in class io.grpc.ServerCall.Listener
This indicates that the call is now capable of sending additional messages (via ServerCall.sendMessage(RespT)) without requiring excessive buffering internally.
onUpdate(List<ResolvedServerInfoGroup>, Attributes) - Method in interface io.grpc.NameResolver.Listener
originalName() - Method in class io.grpc.Metadata.Key
 
OUT_OF_RANGE - Static variable in class io.grpc.Status
Operation was attempted past the valid range.
outboundHeaders() - Method in class io.grpc.ClientStreamTracer
Headers has been sent to the socket.
outboundMessage() - Method in class io.grpc.StreamTracer
outboundMessage(int) - Method in class io.grpc.StreamTracer
An outbound message has been passed to the stream.
outboundMessageSent(int, long, long) - Method in class io.grpc.StreamTracer
An outbound message has been serialized and sent to the transport.
outboundUncompressedSize(long) - Method in class io.grpc.StreamTracer
The uncompressed size of some outbound data is revealed.
outboundWireSize(long) - Method in class io.grpc.StreamTracer
The wire size of some outbound data is revealed.
overrideAuthority(String) - Method in class io.grpc.ForwardingChannelBuilder
 
overrideAuthority(String) - Method in class io.grpc.ManagedChannelBuilder
Overrides the authority used with TLS and HTTP virtual hosting.

P

PARAMS_DEFAULT_PORT - Static variable in class io.grpc.NameResolver.Factory
The port number used in case the target or the underlying naming system doesn't provide a port number.
PARAMS_DEFAULT_PORT - Static variable in class io.grpc.NameResolverProvider
The port number used in case the target or the underlying naming system doesn't provide a port number.
parse(InputStream) - Method in interface io.grpc.MethodDescriptor.Marshaller
Given an InputStream parse it into an instance of the declared type so that it can be passed to application code.
parseAsciiString(String) - Method in interface io.grpc.Metadata.AsciiMarshaller
Parse a serialized metadata value from an ASCII string.
parseBytes(byte[]) - Method in interface io.grpc.Metadata.BinaryMarshaller
Parse a serialized metadata value from bytes.
parseRequest(InputStream) - Method in class io.grpc.MethodDescriptor
Parse an incoming request message.
parseResponse(InputStream) - Method in class io.grpc.MethodDescriptor
Parse a response payload from the given InputStream.
PERMISSION_DENIED - Static variable in class io.grpc.Status
The caller does not have permission to execute the specified operation.
PickFirstBalancerFactory - Class in io.grpc
A LoadBalancer that provides no load balancing mechanism over the addresses from the NameResolver.
pickSubchannel(LoadBalancer.PickSubchannelArgs) - Method in class io.grpc.LoadBalancer.SubchannelPicker
Make a balancing decision for a new RPC.
PickSubchannelArgs() - Constructor for class io.grpc.LoadBalancer.PickSubchannelArgs
 
priority() - Method in class io.grpc.ManagedChannelProvider
A priority, from 0 to 10 that this provider should be used, taking the current environment into consideration.
priority() - Method in class io.grpc.NameResolverProvider
A priority, from 0 to 10 that this provider should be used, taking the current environment into consideration.
priority() - Method in class io.grpc.ServerProvider
A priority, from 0 to 10 that this provider should be used, taking the current environment into consideration.
provider() - Static method in class io.grpc.ManagedChannelProvider
Returns the ClassLoader-wide default channel.
provider() - Static method in class io.grpc.ServerProvider
Returns the ClassLoader-wide default server.
ProviderNotFoundException(String) - Constructor for exception io.grpc.ManagedChannelProvider.ProviderNotFoundException
 
providers() - Static method in class io.grpc.NameResolverProvider
Returns non-null ClassLoader-wide providers, in preference order.
put(Metadata.Key<T>, T) - Method in class io.grpc.Metadata
Adds the key, value pair.

R

refresh() - Method in class io.grpc.NameResolver
Re-resolve the name.
register(Compressor) - Method in class io.grpc.CompressorRegistry
Registers a compressor for both decompression and message encoding negotiation.
remove(Metadata.Key<T>, T) - Method in class io.grpc.Metadata
Removes the first occurrence of value for key.
removeAll(Metadata.Key<T>) - Method in class io.grpc.Metadata
Remove all values for the given key.
removeService(ServerServiceDefinition) - Method in class io.grpc.util.MutableHandlerRegistry
Removes a registered service
request(int) - Method in class io.grpc.ClientCall
Requests up to the given number of messages from the call to be delivered to ClientCall.Listener.onMessage(Object).
request(int) - Method in class io.grpc.ForwardingClientCall
 
request(int) - Method in class io.grpc.ServerCall
Requests up to the given number of messages from the call to be delivered to ServerCall.Listener.onMessage(Object).
requestConnection() - Method in class io.grpc.LoadBalancer.Subchannel
Asks the Subchannel to create a connection (aka transport), if there isn't an active one.
ResolvedServerInfo - Class in io.grpc
Deprecated.
This class will be removed along with ResolvedServerInfoGroup.
ResolvedServerInfo(SocketAddress) - Constructor for class io.grpc.ResolvedServerInfo
Deprecated.
Constructs a new resolved server without attributes.
ResolvedServerInfo(SocketAddress, Attributes) - Constructor for class io.grpc.ResolvedServerInfo
Deprecated.
Constructs a new resolved server with attributes.
ResolvedServerInfoGroup - Class in io.grpc
Deprecated.
This class will be removed. Use EquivalentAddressGroup instead.
ResolvedServerInfoGroup.Builder - Class in io.grpc
Deprecated.
RESOURCE_EXHAUSTED - Static variable in class io.grpc.Status
Some resource has been exhausted, perhaps a per-user quota, or perhaps the entire file system is out of space.
RoundRobinLoadBalancerFactory - Class in io.grpc.util
A LoadBalancer that provides round-robin load balancing mechanism over the addresses from the NameResolver.
runSerialized(Runnable) - Method in class io.grpc.LoadBalancer.Helper
Schedule a task to be run in the Channel Executor, which serializes the task with the callback methods on the LoadBalancer interface.

S

SecurityLevel - Enum in io.grpc
The level of security guarantee in communications.
sendHeaders(Metadata) - Method in class io.grpc.ServerCall
Send response header metadata prior to sending a response message.
sendMessage(ReqT) - Method in class io.grpc.ClientCall
Send a request message to the server.
sendMessage(ReqT) - Method in class io.grpc.ForwardingClientCall
 
sendMessage(RespT) - Method in class io.grpc.ForwardingServerCall
 
sendMessage(RespT) - Method in class io.grpc.ServerCall
Send a response message.
Server - Class in io.grpc
Server for listening for and dispatching incoming calls.
Server() - Constructor for class io.grpc.Server
 
ServerBuilder<T extends ServerBuilder<T>> - Class in io.grpc
A builder for Server instances.
ServerBuilder() - Constructor for class io.grpc.ServerBuilder
 
ServerCall<ReqT,RespT> - Class in io.grpc
Encapsulates a single call received from a remote client.
ServerCall() - Constructor for class io.grpc.ServerCall
 
ServerCall.Listener<ReqT> - Class in io.grpc
Callbacks for consuming incoming RPC messages.
ServerCallHandler<RequestT,ResponseT> - Interface in io.grpc
Interface to initiate processing of incoming remote calls.
serverCallStarted(ServerCall<?, ?>) - Method in class io.grpc.ServerStreamTracer
Called when ServerCall is created.
ServerInterceptor - Interface in io.grpc
Interface for intercepting incoming calls before that are dispatched by ServerCallHandler.
ServerInterceptors - Class in io.grpc
Utility methods for working with ServerInterceptors.
ServerMethodDefinition<ReqT,RespT> - Class in io.grpc
Definition of a method exposed by a Server.
ServerProvider - Class in io.grpc
Provider of servers for transport agnostic consumption.
ServerProvider() - Constructor for class io.grpc.ServerProvider
 
serverSendsOneMessage() - Method in enum io.grpc.MethodDescriptor.MethodType
Returns true if the server will immediately send one response message to the client upon receipt of ServerCall.Listener.onHalfClose() and then immediately close the stream by calling ServerCall.close(Status, io.grpc.Metadata).
ServerServiceDefinition - Class in io.grpc
Definition of a service to be exposed via a Server.
ServerServiceDefinition.Builder - Class in io.grpc
Builder for constructing Service instances.
ServerStreamTracer - Class in io.grpc
Listens to events on a stream to collect metrics.
ServerStreamTracer() - Constructor for class io.grpc.ServerStreamTracer
 
ServerStreamTracer.Factory - Class in io.grpc
 
ServerTransportFilter - Class in io.grpc
Listens on server transport life-cycle events, with the capability to read and/or change transport attributes.
ServerTransportFilter() - Constructor for class io.grpc.ServerTransportFilter
 
ServiceDescriptor - Class in io.grpc
Descriptor for a service.
ServiceDescriptor(String, MethodDescriptor<?, ?>...) - Constructor for class io.grpc.ServiceDescriptor
Constructs a new Service Descriptor.
ServiceDescriptor(String, Collection<MethodDescriptor<?, ?>>) - Constructor for class io.grpc.ServiceDescriptor
Constructs a new Service Descriptor.
ServiceDescriptor.Builder - Class in io.grpc
A builder for a ServiceDescriptor.
set(Attributes.Key<T>, T) - Method in class io.grpc.Attributes.Builder
 
setAll(Attributes) - Method in class io.grpc.Attributes.Builder
 
setCompression(String) - Method in class io.grpc.ServerCall
Sets the compression algorithm for this call.
setFullMethodName(String) - Method in class io.grpc.MethodDescriptor.Builder
Sets the fully qualified (service and method) method name.
setIdempotent(boolean) - Method in class io.grpc.MethodDescriptor.Builder
Sets whether the method is idempotent.
setMessageCompression(boolean) - Method in class io.grpc.ClientCall
Enables per-message compression, if an encoding type has been negotiated.
setMessageCompression(boolean) - Method in class io.grpc.ForwardingClientCall
 
setMessageCompression(boolean) - Method in class io.grpc.ServerCall
Enables per-message compression, if an encoding type has been negotiated.
setName(String) - Method in class io.grpc.ServiceDescriptor.Builder
Sets the name.
setRequestMarshaller(MethodDescriptor.Marshaller<ReqT>) - Method in class io.grpc.MethodDescriptor.Builder
Sets the request marshaller.
setResponseMarshaller(MethodDescriptor.Marshaller<RespT>) - Method in class io.grpc.MethodDescriptor.Builder
Sets the response marshaller.
setSafe(boolean) - Method in class io.grpc.MethodDescriptor.Builder
Sets whether this method is safe.
setSchemaDescriptor(Object) - Method in class io.grpc.MethodDescriptor.Builder
Sets the schema descriptor for this builder.
setSchemaDescriptor(Object) - Method in class io.grpc.ServiceDescriptor.Builder
Sets the schema descriptor for this builder.
setType(MethodDescriptor.MethodType) - Method in class io.grpc.MethodDescriptor.Builder
Sets the method type.
shutdown() - Method in class io.grpc.LoadBalancer
The channel asks the load-balancer to shutdown.
shutdown() - Method in class io.grpc.LoadBalancer.Subchannel
Shuts down the Subchannel.
shutdown() - Method in class io.grpc.ManagedChannel
Initiates an orderly shutdown in which preexisting calls continue but new calls are immediately cancelled.
shutdown() - Method in class io.grpc.NameResolver
Stops the resolution.
shutdown() - Method in class io.grpc.Server
Initiates an orderly shutdown in which preexisting calls continue but new calls are rejected.
shutdownNow() - Method in class io.grpc.ManagedChannel
Initiates a forceful shutdown in which preexisting and new calls are cancelled.
shutdownNow() - Method in class io.grpc.Server
Initiates a forceful shutdown in which preexisting and new calls are rejected.
SimpleForwardingClientCall(ClientCall<ReqT, RespT>) - Constructor for class io.grpc.ForwardingClientCall.SimpleForwardingClientCall
 
SimpleForwardingClientCallListener(ClientCall.Listener<RespT>) - Constructor for class io.grpc.ForwardingClientCallListener.SimpleForwardingClientCallListener
 
SimpleForwardingServerCall(ServerCall<ReqT, RespT>) - Constructor for class io.grpc.ForwardingServerCall.SimpleForwardingServerCall
 
SimpleForwardingServerCallListener(ServerCall.Listener<ReqT>) - Constructor for class io.grpc.ForwardingServerCallListener.SimpleForwardingServerCallListener
 
start(ClientCall.Listener<RespT>, Metadata) - Method in class io.grpc.ClientCall
Start a call, using responseListener for processing response messages.
start(ClientCall.Listener<RespT>, Metadata) - Method in class io.grpc.ClientInterceptors.CheckedForwardingClientCall
 
start(ClientCall.Listener<RespT>, Metadata) - Method in class io.grpc.ForwardingClientCall
 
start(NameResolver.Listener) - Method in class io.grpc.NameResolver
Starts the resolution.
start() - Method in class io.grpc.Server
Bind and start the server.
startCall(ServerCall<RequestT, ResponseT>, Metadata) - Method in interface io.grpc.ServerCallHandler
Produce a non-null listener for the incoming call.
Status - Class in io.grpc
Defines the status of an operation by providing a standard Status.Code in conjunction with an optional descriptive message.
Status.Code - Enum in io.grpc
The set of canonical status codes.
StatusException - Exception in io.grpc
Status in Exception form, for propagating Status information via exceptions.
StatusException(Status) - Constructor for exception io.grpc.StatusException
 
StatusException(Status, Metadata) - Constructor for exception io.grpc.StatusException
Constructs an exception with both a status and trailers.
statusFromCancelled(Context) - Static method in class io.grpc.Contexts
Returns the Status of a cancelled context or null if the context is not cancelled.
StatusRuntimeException - Exception in io.grpc
Status in RuntimeException form, for propagating Status information via exceptions.
StatusRuntimeException(Status) - Constructor for exception io.grpc.StatusRuntimeException
 
StatusRuntimeException(Status, Metadata) - Constructor for exception io.grpc.StatusRuntimeException
Constructs the exception with both a status and trailers.
stream(T) - Method in interface io.grpc.MethodDescriptor.Marshaller
Given a message, produce an InputStream for it so that it can be written to the wire.
streamClosed(Status) - Method in class io.grpc.StreamTracer
Stream is closed.
streamRequest(ReqT) - Method in class io.grpc.MethodDescriptor
Convert a request message to an InputStream.
streamResponse(RespT) - Method in class io.grpc.MethodDescriptor
Serialize an outgoing response message.
StreamTracer - Class in io.grpc
Listens to events on a stream to collect metrics.
StreamTracer() - Constructor for class io.grpc.StreamTracer
 
Subchannel() - Constructor for class io.grpc.LoadBalancer.Subchannel
 
SubchannelPicker() - Constructor for class io.grpc.LoadBalancer.SubchannelPicker
 

T

thisT() - Method in class io.grpc.ForwardingChannelBuilder
Returns the correctly typed version of the builder.
thisUsesUnstableApi() - Method in interface io.grpc.CallCredentials
Should be a noop but never called; tries to make it clearer to implementors that they may break in the future.
toAsciiString(T) - Method in interface io.grpc.Metadata.AsciiMarshaller
Serialize a metadata value to a ASCII string that contains only the characters listed in the class comment of Metadata.AsciiMarshaller.
toBuilder() - Method in class io.grpc.MethodDescriptor
Turns this descriptor into a builder.
toBuilder(MethodDescriptor.Marshaller<NewReqT>, MethodDescriptor.Marshaller<NewRespT>) - Method in class io.grpc.MethodDescriptor
Turns this descriptor into a builder, replacing the request and response marshallers.
toBytes(T) - Method in interface io.grpc.Metadata.BinaryMarshaller
Serialize a metadata value to bytes.
toEquivalentAddressGroup() - Method in class io.grpc.ResolvedServerInfoGroup
Deprecated.
Converts this group to EquivalentAddressGroup object.
toStatus() - Method in enum io.grpc.Status.Code
Returns a Status object corresponding to this status code.
toString() - Method in class io.grpc.Attributes.Key
 
toString() - Method in class io.grpc.Attributes
 
toString() - Method in class io.grpc.CallOptions.Key
 
toString() - Method in class io.grpc.CallOptions
 
toString() - Method in class io.grpc.ConnectivityStateInfo
 
toString() - Method in class io.grpc.EquivalentAddressGroup
 
toString() - Method in class io.grpc.LoadBalancer.PickResult
 
toString() - Method in class io.grpc.Metadata.Key
 
toString() - Method in class io.grpc.Metadata
 
toString() - Method in class io.grpc.ResolvedServerInfo
Deprecated.
 
toString() - Method in class io.grpc.ResolvedServerInfoGroup
Deprecated.
 
toString() - Method in class io.grpc.Status
A string representation of the status useful for debugging.
trailersFromThrowable(Throwable) - Static method in class io.grpc.Status
Extract an error trailers from the causal chain of a Throwable.
TransmitStatusRuntimeExceptionInterceptor - Class in io.grpc.util
A class that intercepts uncaught exceptions of type StatusRuntimeException and handles them by closing the ServerCall, and transmitting the exception's status and metadata to the client.
TRANSPORT_ATTR_REMOTE_ADDR - Static variable in class io.grpc.Grpc
Attribute key for the remote address of a transport.
TRANSPORT_ATTR_SSL_SESSION - Static variable in class io.grpc.Grpc
Attribute key for SSL session of a transport.
transportReady(Attributes) - Method in class io.grpc.ServerTransportFilter
Called when a transport is ready to process streams.
transportTerminated(Attributes) - Method in class io.grpc.ServerTransportFilter
Called when a transport is terminated.

U

UNAUTHENTICATED - Static variable in class io.grpc.Status
The request does not have valid authentication credentials for the operation.
UNAVAILABLE - Static variable in class io.grpc.Status
The service is currently unavailable.
UNIMPLEMENTED - Static variable in class io.grpc.Status
Operation is not implemented or not supported/enabled in this service.
UNKNOWN - Static variable in class io.grpc.Status
Unknown error.
updateBalancingState(ConnectivityState, LoadBalancer.SubchannelPicker) - Method in class io.grpc.LoadBalancer.Helper
Set a new state with a new picker to the channel.
updateOobChannelAddresses(ManagedChannel, EquivalentAddressGroup) - Method in class io.grpc.LoadBalancer.Helper
Updates the addresses used for connections in the Channel.
updatePicker(LoadBalancer.SubchannelPicker) - Method in class io.grpc.LoadBalancer.Helper
updateSubchannelAddresses(LoadBalancer.Subchannel, EquivalentAddressGroup) - Method in class io.grpc.LoadBalancer.Helper
Replaces the existing addresses used with subchannel.
useInputStreamMessages(ServerServiceDefinition) - Static method in class io.grpc.ServerInterceptors
Create a new ServerServiceDefinition whose MethodDescriptor serializes to and from InputStream for all methods.
useMarshalledMessages(ServerServiceDefinition, MethodDescriptor.Marshaller<T>) - Static method in class io.grpc.ServerInterceptors
Create a new ServerServiceDefinition whose MethodDescriptor serializes to and from T for all methods.
usePlaintext(boolean) - Method in class io.grpc.ForwardingChannelBuilder
 
usePlaintext(boolean) - Method in class io.grpc.inprocess.InProcessChannelBuilder
Does nothing.
usePlaintext(boolean) - Method in class io.grpc.ManagedChannelBuilder
Use of a plaintext connection to the server.
userAgent(String) - Method in class io.grpc.ForwardingChannelBuilder
 
userAgent(String) - Method in class io.grpc.ManagedChannelBuilder
Provides a custom User-Agent for the application.
useTransportSecurity(File, File) - Method in class io.grpc.inprocess.InProcessServerBuilder
 
useTransportSecurity(File, File) - Method in class io.grpc.ServerBuilder
Makes the server use TLS.

V

value() - Method in enum io.grpc.Status.Code
The numerical value of the code.
valueOf(String) - Static method in enum io.grpc.ConnectivityState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.grpc.MethodDescriptor.MethodType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.grpc.SecurityLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.grpc.Status.Code
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.grpc.ConnectivityState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.grpc.MethodDescriptor.MethodType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.grpc.SecurityLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.grpc.Status.Code
Returns an array containing the constants of this enum type, in the order they are declared.

W

with(Decompressor, boolean) - Method in class io.grpc.DecompressorRegistry
Registers a decompressor for both decompression and message encoding negotiation.
withAuthority(String) - Method in class io.grpc.CallOptions
Override the HTTP/2 authority the channel claims to be connecting to.
withCallCredentials(CallCredentials) - Method in class io.grpc.CallOptions
Returns a new CallOptions with the given call credentials.
withCause(Throwable) - Method in class io.grpc.Status
Create a derived instance of Status with the given cause.
withCompression(String) - Method in class io.grpc.CallOptions
Sets the compression to use for the call.
withDeadline(Deadline) - Method in class io.grpc.CallOptions
Returns a new CallOptions with the given absolute deadline.
withDeadlineAfter(long, TimeUnit) - Method in class io.grpc.CallOptions
Returns a new CallOptions with a deadline that is after the given duration from now.
withDescription(String) - Method in class io.grpc.Status
Create a derived instance of Status with the given description.
withError(Status) - Static method in class io.grpc.LoadBalancer.PickResult
A decision to report a connectivity error to the RPC.
withExecutor(Executor) - Method in class io.grpc.CallOptions
Returns a new CallOptions with executor to be used instead of the default executor specified with ManagedChannelBuilder.executor(java.util.concurrent.Executor).
withMaxInboundMessageSize(int) - Method in class io.grpc.CallOptions
Sets the maximum allowed message size acceptable from the remote peer.
withMaxOutboundMessageSize(int) - Method in class io.grpc.CallOptions
Sets the maximum allowed message size acceptable sent to the remote peer.
withNoResult() - Static method in class io.grpc.LoadBalancer.PickResult
No decision could be made.
withOption(CallOptions.Key<T>, T) - Method in class io.grpc.CallOptions
Sets a custom option.
withoutWaitForReady() - Method in class io.grpc.CallOptions
Disables 'wait for ready' feature for the call.
withServerCallHandler(ServerCallHandler<ReqT, RespT>) - Method in class io.grpc.ServerMethodDefinition
Create a new method definition with a different call handler.
withStreamTracerFactory(ClientStreamTracer.Factory) - Method in class io.grpc.CallOptions
Returns a new CallOptions with a ClientStreamTracerFactory in addition to the existing factories.
withSubchannel(LoadBalancer.Subchannel, ClientStreamTracer.Factory) - Static method in class io.grpc.LoadBalancer.PickResult
A decision to proceed the RPC on a Subchannel.
withSubchannel(LoadBalancer.Subchannel) - Static method in class io.grpc.LoadBalancer.PickResult
Equivalent to withSubchannel(subchannel, null).
withWaitForReady() - Method in class io.grpc.CallOptions
Enables 'wait for ready' feature for the call.
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links