Skip navigation links
A B C D E F G H I K L M N O P Q 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.
abortStream(Status, boolean) - Method in class io.grpc.transport.AbstractServerStream
Aborts the stream with an error status, cleans up resources and notifies the listener if necessary.
AbstractChannelBuilder<BuilderT extends AbstractChannelBuilder<BuilderT>> - Class in io.grpc
The base class for channel builders.
AbstractChannelBuilder() - Constructor for class io.grpc.AbstractChannelBuilder
 
AbstractChannelBuilder.ChannelEssentials - Class in io.grpc
The essentials required for creating a channel.
AbstractClientStream<IdT> - Class in io.grpc.transport
The abstract base class for ClientStream implementations.
AbstractClientStream(WritableBufferAllocator, ClientStreamListener) - Constructor for class io.grpc.transport.AbstractClientStream
Constructor used by subclasses.
AbstractConfigurationBuilder<T extends Configuration> - Class in io.grpc.benchmarks.qps
Abstract base class for all Configuration.Builders.
AbstractConfigurationBuilder() - Constructor for class io.grpc.benchmarks.qps.AbstractConfigurationBuilder
 
AbstractConfigurationBuilder.Param - Interface in io.grpc.benchmarks.qps
A single application parameter supported by this builder.
AbstractReadableBuffer - Class in io.grpc.transport
Abstract base class for ReadableBuffer implementations.
AbstractReadableBuffer() - Constructor for class io.grpc.transport.AbstractReadableBuffer
 
AbstractServerBuilder<BuilderT extends AbstractServerBuilder<BuilderT>> - Class in io.grpc
The base class for server builders.
AbstractServerBuilder(HandlerRegistry) - Constructor for class io.grpc.AbstractServerBuilder
Constructs using a given handler registry.
AbstractServerBuilder() - Constructor for class io.grpc.AbstractServerBuilder
Constructs with a MutableHandlerRegistry created internally.
AbstractServerBuilder.ServerEssentials - Class in io.grpc
 
AbstractServerStream<IdT> - Class in io.grpc.transport
Abstract base class for ServerStream implementations.
AbstractServerStream(WritableBufferAllocator) - Constructor for class io.grpc.transport.AbstractServerStream
 
AbstractServiceDescriptor<T extends AbstractServiceDescriptor<?>> - Class in io.grpc.stub
Base class for all stub configurations.
AbstractServiceDescriptor() - Constructor for class io.grpc.stub.AbstractServiceDescriptor
 
AbstractStream<IdT> - Class in io.grpc.transport
Abstract base class for Stream implementations.
AbstractStream.Phase - Enum in io.grpc.transport
Indicates the phase of the GRPC stream in one direction.
AbstractStub<S extends AbstractStub<?,?>,C extends AbstractServiceDescriptor<C>> - Class in io.grpc.stub
Common base type for stub implementations.
AbstractStub(Channel, C) - Constructor for class io.grpc.stub.AbstractStub
Constructor for use by subclasses.
AbstractStub.StubConfigBuilder - Class in io.grpc.stub
Utility class for (re) configuring the operations in a stub.
AbstractTransportTest - Class in io.grpc.testing.integration
Abstract base class for all GRPC transport tests.
AbstractTransportTest() - Constructor for class io.grpc.testing.integration.AbstractTransportTest
 
addAllBucket(Iterable<? extends Integer>) - Method in class io.grpc.testing.HistogramData.Builder
repeated uint32 bucket = 1;
addAllResponseParameters(Iterable<? extends Messages.ResponseParameters>) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
repeated .grpc.testing.ResponseParameters response_parameters = 2;
addAllServerTargets(Iterable<String>) - Method in class io.grpc.testing.ClientConfig.Builder
repeated string server_targets = 1;
addBucket(int) - Method in class io.grpc.testing.HistogramData.Builder
repeated uint32 bucket = 1;
addBuffer(ReadableBuffer) - Method in class io.grpc.transport.CompositeReadableBuffer
Adds a new ReadableBuffer at the end of the buffer list.
addInterceptor(ClientInterceptor) - Method in class io.grpc.stub.AbstractStub.StubConfigBuilder
Adds a client interceptor to be attached to the channel of the reconfigured stub.
addMethod(String, Marshaller<ReqT>, Marshaller<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.
addResponseParameters(Messages.ResponseParameters) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
repeated .grpc.testing.ResponseParameters response_parameters = 2;
addResponseParameters(int, Messages.ResponseParameters) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
repeated .grpc.testing.ResponseParameters response_parameters = 2;
addResponseParameters(Messages.ResponseParameters.Builder) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
repeated .grpc.testing.ResponseParameters response_parameters = 2;
addResponseParameters(int, Messages.ResponseParameters.Builder) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
repeated .grpc.testing.ResponseParameters response_parameters = 2;
addResponseParametersBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
repeated .grpc.testing.ResponseParameters response_parameters = 2;
addResponseParametersBuilder(int) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
repeated .grpc.testing.ResponseParameters response_parameters = 2;
addServerTargets(String) - Method in class io.grpc.testing.ClientConfig.Builder
repeated string server_targets = 1;
addServerTargetsBytes(ByteString) - Method in class io.grpc.testing.ClientConfig.Builder
repeated string server_targets = 1;
addService(ServerServiceDefinition) - Method in class io.grpc.AbstractServerBuilder
Adds a service implementation to the handler registry.
addService(ServerServiceDefinition) - Method in class io.grpc.MutableHandlerRegistry
Returns null, or previous service if service replaced an existing service.
addService(ServerServiceDefinition) - Method in class io.grpc.MutableHandlerRegistryImpl
 
AGGREGATED_PAYLOAD_SIZE_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
 
allocate(int) - Method in interface io.grpc.transport.WritableBufferAllocator
Request a new WritableBuffer with the given capacityHint.
ALREADY_EXISTS - Static variable in class io.grpc.Status
Some entity that we attempted to create (e.g., file or directory) already exists.
array() - Method in class io.grpc.transport.AbstractReadableBuffer
 
array() - Method in class io.grpc.transport.ForwardingReadableBuffer
 
array() - Method in interface io.grpc.transport.ReadableBuffer
Gets the backing array for this buffer.
arrayOffset() - Method in class io.grpc.transport.AbstractReadableBuffer
 
arrayOffset() - Method in class io.grpc.transport.ForwardingReadableBuffer
 
arrayOffset() - Method in interface io.grpc.transport.ReadableBuffer
Gets the offset in the backing array of the current read position.
ASCII_STRING_MARSHALLER - Static variable in class io.grpc.Metadata
Simple metadata marshaller that encodes strings as is.
asciiName() - Method in class io.grpc.Metadata.Key
 
asException() - Method in class io.grpc.Status
Convert this Status to an Exception.
asRuntimeException() - Method in class io.grpc.Status
Convert this Status to a RuntimeException.
assertEquals(MessageLite, MessageLite) - Static method in class io.grpc.testing.integration.Util
Assert that two messages are equal, producing a useful message if not.
assertEquals(List<? extends MessageLite>, List<? extends MessageLite>) - Static method in class io.grpc.testing.integration.Util
Assert that two lists of messages are equal, producing a useful message if not.
assertSuccess(StreamRecorder<?>) - Static method in class io.grpc.testing.integration.AbstractTransportTest
 
ASYNC_CLIENT_THREADS_FIELD_NUMBER - Static variable in class io.grpc.testing.ClientConfig
 
ASYNC_CLIENT_VALUE - Static variable in enum io.grpc.testing.ClientType
ASYNC_CLIENT = 1;
ASYNC_SERVER_VALUE - Static variable in enum io.grpc.testing.ServerType
ASYNC_SERVER = 1;
AsyncClient - Class in io.grpc.benchmarks.qps
QPS Client using the non-blocking API.
AsyncClient(ClientConfiguration) - Constructor for class io.grpc.benchmarks.qps.AsyncClient
 
asyncClientStreamingCall(Call<ReqT, RespT>, StreamObserver<RespT>) - Static method in class io.grpc.stub.Calls
Executes a client-streaming call returning a StreamObserver for the request messages.
AsyncServer - Class in io.grpc.benchmarks.qps
QPS server using the non-blocking API.
AsyncServer() - Constructor for class io.grpc.benchmarks.qps.AsyncServer
 
asyncServerStreamingCall(Call<ReqT, RespT>, ReqT, StreamObserver<RespT>) - Static method in class io.grpc.stub.Calls
Executes a server-streaming call with a response StreamObserver.
asyncStreamingRequestCall(ServerCalls.StreamingRequestMethod<ReqT, RespT>) - Static method in class io.grpc.stub.ServerCalls
Creates a ServerCallHandler for a streaming request call method of the service.
asyncStub - Variable in class io.grpc.testing.integration.AbstractTransportTest
 
asyncUnaryCall(Call<ReqT, RespT>, ReqT, StreamObserver<RespT>) - Static method in class io.grpc.stub.Calls
Executes a unary call with a response StreamObserver.
asyncUnaryRequestCall(ServerCalls.UnaryRequestMethod<ReqT, RespT>) - Static method in class io.grpc.stub.ServerCalls
Creates a ServerCallHandler for a unary request call method of the service.
attachHeaders(T, Metadata.Headers) - Static method in class io.grpc.stub.MetadataUtils
Attaches a set of request headers to a stub.
augmentDescription(String) - Method in class io.grpc.Status
Create a derived instance of Status augmenting the current description with additional detail.
available() - Method in class io.grpc.protobuf.DeferredProtoInputStream
 
available() - Method in class io.grpc.protobuf.nano.DeferredNanoProtoInputStream
 
awaitCompletion() - Method in class io.grpc.stub.StreamRecorder
Waits for the stream to terminate.
awaitCompletion(int, TimeUnit) - Method in class io.grpc.stub.StreamRecorder
Waits a fixed timeout for the stream to terminate.
awaitTerminated(long, TimeUnit) - Method in class io.grpc.ChannelImpl
Waits for the channel to become terminated, giving up if the timeout is reached.
awaitTerminated(long, TimeUnit) - Method in class io.grpc.ServerImpl
Waits for the server to become terminated, giving up if the timeout is reached.
awaitTerminated() - Method in class io.grpc.ServerImpl
Waits for the server to become terminated.

B

BINARY_HEADER_SUFFIX - Static variable in class io.grpc.Metadata
All binary headers should have this suffix in their names.
bindService(GreeterGrpc.Greeter) - Static method in class io.grpc.examples.helloworld.GreeterGrpc
 
bindService(RouteGuideGrpc.RouteGuide) - Static method in class io.grpc.examples.routeguide.RouteGuideGrpc
 
bindService(TestServiceGrpc.TestService) - Static method in class io.grpc.testing.integration.TestServiceGrpc
 
bindService(TestServiceGrpc.TestService) - Static method in class io.grpc.testing.TestServiceGrpc
 
bindService(WorkerGrpc.Worker) - Static method in class io.grpc.testing.WorkerGrpc
 
blockingClientStreamingCall(Call<ReqT, RespT>, Iterator<ReqT>) - Static method in class io.grpc.stub.Calls
Executes a client-streaming call with a blocking Iterator of request messages.
blockingServerStreamingCall(Call<ReqT, RespT>, ReqT) - Static method in class io.grpc.stub.Calls
Executes a server-streaming call returning a blocking Iterator over the response stream.
blockingStub - Variable in class io.grpc.testing.integration.AbstractTransportTest
 
blockingUnaryCall(Call<ReqT, RespT>, ReqT) - Static method in class io.grpc.stub.Calls
Executes a unary call and blocks on the response.
BODY_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.Payload
 
BODY_FIELD_NUMBER - Static variable in class io.grpc.testing.Payload
 
bossEventLoopGroup(EventLoopGroup) - Method in class io.grpc.transport.netty.NettyServerBuilder
Provides the boss EventGroupLoop to the server.
BUCKET_FIELD_NUMBER - Static variable in class io.grpc.testing.HistogramData
 
build() - Method in class com.google.protobuf.EmptyProtos.Empty.Builder
 
build() - Method in class io.grpc.AbstractChannelBuilder
Builds a channel using the given parameters.
build() - Method in class io.grpc.AbstractServerBuilder
Builds a server using the given parameters.
build(String[]) - Method in class io.grpc.benchmarks.qps.AbstractConfigurationBuilder
 
build(String[]) - Method in interface io.grpc.benchmarks.qps.Configuration.Builder
Builds the Configuration from the given command-line arguments.
build(Channel, GreeterGrpc.GreeterServiceDescriptor) - Method in class io.grpc.examples.helloworld.GreeterGrpc.GreeterBlockingStub
 
build(Channel, GreeterGrpc.GreeterServiceDescriptor) - Method in class io.grpc.examples.helloworld.GreeterGrpc.GreeterFutureStub
 
build(Map<String, MethodDescriptor<?, ?>>) - Method in class io.grpc.examples.helloworld.GreeterGrpc.GreeterServiceDescriptor
 
build(Channel, GreeterGrpc.GreeterServiceDescriptor) - Method in class io.grpc.examples.helloworld.GreeterGrpc.GreeterStub
 
build() - Method in class io.grpc.examples.helloworld.HelloRequest.Builder
 
build() - Method in class io.grpc.examples.helloworld.HelloResponse.Builder
 
build() - Method in class io.grpc.examples.routeguide.Feature.Builder
 
build() - Method in class io.grpc.examples.routeguide.Point.Builder
 
build() - Method in class io.grpc.examples.routeguide.Rectangle.Builder
 
build(Channel, RouteGuideGrpc.RouteGuideServiceDescriptor) - Method in class io.grpc.examples.routeguide.RouteGuideGrpc.RouteGuideBlockingStub
 
build(Channel, RouteGuideGrpc.RouteGuideServiceDescriptor) - Method in class io.grpc.examples.routeguide.RouteGuideGrpc.RouteGuideFutureStub
 
build(Map<String, MethodDescriptor<?, ?>>) - Method in class io.grpc.examples.routeguide.RouteGuideGrpc.RouteGuideServiceDescriptor
 
build(Channel, RouteGuideGrpc.RouteGuideServiceDescriptor) - Method in class io.grpc.examples.routeguide.RouteGuideGrpc.RouteGuideStub
 
build() - Method in class io.grpc.examples.routeguide.RouteNote.Builder
 
build() - Method in class io.grpc.examples.routeguide.RouteSummary.Builder
 
build() - Method in class io.grpc.ServerServiceDefinition.Builder
Construct new ServerServiceDefinition.
build(Map<String, MethodDescriptor<?, ?>>) - Method in class io.grpc.stub.AbstractServiceDescriptor
Returns a new stub configuration for the provided method configurations.
build(Channel, C) - Method in class io.grpc.stub.AbstractStub
Returns a new stub with the given channel for the provided method configurations.
build() - Method in class io.grpc.stub.AbstractStub.StubConfigBuilder
Create a new stub with the configurations made on this builder.
build() - Method in class io.grpc.testing.ClientArgs.Builder
 
build() - Method in class io.grpc.testing.ClientConfig.Builder
 
build() - Method in class io.grpc.testing.ClientStats.Builder
 
build() - Method in class io.grpc.testing.ClientStatus.Builder
 
build() - Method in class io.grpc.testing.HistogramData.Builder
 
build() - Method in class io.grpc.testing.integration.Messages.Payload.Builder
 
build() - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
 
build() - Method in class io.grpc.testing.integration.Messages.SimpleContext.Builder
 
build() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
 
build() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
 
build() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
 
build() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
 
build() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
 
build() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
 
build(Channel, TestServiceGrpc.TestServiceServiceDescriptor) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceBlockingStub
 
build(Channel, TestServiceGrpc.TestServiceServiceDescriptor) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceFutureStub
 
build(Map<String, MethodDescriptor<?, ?>>) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceServiceDescriptor
 
build(Channel, TestServiceGrpc.TestServiceServiceDescriptor) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceStub
 
build() - Method in class io.grpc.testing.Mark.Builder
 
build() - Method in class io.grpc.testing.Payload.Builder
 
build() - Method in class io.grpc.testing.ServerArgs.Builder
 
build() - Method in class io.grpc.testing.ServerConfig.Builder
 
build() - Method in class io.grpc.testing.ServerStats.Builder
 
build() - Method in class io.grpc.testing.ServerStatus.Builder
 
build() - Method in class io.grpc.testing.SimpleRequest.Builder
 
build() - Method in class io.grpc.testing.SimpleResponse.Builder
 
build() - Method in class io.grpc.testing.StatsRequest.Builder
 
build(Channel, TestServiceGrpc.TestServiceServiceDescriptor) - Method in class io.grpc.testing.TestServiceGrpc.TestServiceBlockingStub
 
build(Channel, TestServiceGrpc.TestServiceServiceDescriptor) - Method in class io.grpc.testing.TestServiceGrpc.TestServiceFutureStub
 
build(Map<String, MethodDescriptor<?, ?>>) - Method in class io.grpc.testing.TestServiceGrpc.TestServiceServiceDescriptor
 
build(Channel, TestServiceGrpc.TestServiceServiceDescriptor) - Method in class io.grpc.testing.TestServiceGrpc.TestServiceStub
 
build(Channel, WorkerGrpc.WorkerServiceDescriptor) - Method in class io.grpc.testing.WorkerGrpc.WorkerBlockingStub
 
build(Channel, WorkerGrpc.WorkerServiceDescriptor) - Method in class io.grpc.testing.WorkerGrpc.WorkerFutureStub
 
build(Map<String, MethodDescriptor<?, ?>>) - Method in class io.grpc.testing.WorkerGrpc.WorkerServiceDescriptor
 
build(Channel, WorkerGrpc.WorkerServiceDescriptor) - Method in class io.grpc.testing.WorkerGrpc.WorkerStub
 
build0(T) - Method in class io.grpc.benchmarks.qps.AbstractConfigurationBuilder
Called by AbstractConfigurationBuilder.build(String[]) after verifying that all required options have been set.
builder(String) - Static method in class io.grpc.ServerServiceDefinition
 
buildEssentials() - Method in class io.grpc.AbstractChannelBuilder
 
buildEssentials() - Method in class io.grpc.AbstractServerBuilder
 
buildEssentials() - Method in class io.grpc.transport.netty.NettyChannelBuilder
 
buildEssentials() - Method in class io.grpc.transport.netty.NettyServerBuilder
 
buildEssentials() - Method in class io.grpc.transport.okhttp.OkHttpChannelBuilder
 
buildPartial() - Method in class com.google.protobuf.EmptyProtos.Empty.Builder
 
buildPartial() - Method in class io.grpc.examples.helloworld.HelloRequest.Builder
 
buildPartial() - Method in class io.grpc.examples.helloworld.HelloResponse.Builder
 
buildPartial() - Method in class io.grpc.examples.routeguide.Feature.Builder
 
buildPartial() - Method in class io.grpc.examples.routeguide.Point.Builder
 
buildPartial() - Method in class io.grpc.examples.routeguide.Rectangle.Builder
 
buildPartial() - Method in class io.grpc.examples.routeguide.RouteNote.Builder
 
buildPartial() - Method in class io.grpc.examples.routeguide.RouteSummary.Builder
 
buildPartial() - Method in class io.grpc.testing.ClientArgs.Builder
 
buildPartial() - Method in class io.grpc.testing.ClientConfig.Builder
 
buildPartial() - Method in class io.grpc.testing.ClientStats.Builder
 
buildPartial() - Method in class io.grpc.testing.ClientStatus.Builder
 
buildPartial() - Method in class io.grpc.testing.HistogramData.Builder
 
buildPartial() - Method in class io.grpc.testing.integration.Messages.Payload.Builder
 
buildPartial() - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
 
buildPartial() - Method in class io.grpc.testing.integration.Messages.SimpleContext.Builder
 
buildPartial() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
 
buildPartial() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
 
buildPartial() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
 
buildPartial() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
 
buildPartial() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
 
buildPartial() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
 
buildPartial() - Method in class io.grpc.testing.Mark.Builder
 
buildPartial() - Method in class io.grpc.testing.Payload.Builder
 
buildPartial() - Method in class io.grpc.testing.ServerArgs.Builder
 
buildPartial() - Method in class io.grpc.testing.ServerConfig.Builder
 
buildPartial() - Method in class io.grpc.testing.ServerStats.Builder
 
buildPartial() - Method in class io.grpc.testing.ServerStatus.Builder
 
buildPartial() - Method in class io.grpc.testing.SimpleRequest.Builder
 
buildPartial() - Method in class io.grpc.testing.SimpleResponse.Builder
 
buildPartial() - Method in class io.grpc.testing.StatsRequest.Builder
 
bytesRead(int) - Method in interface io.grpc.transport.MessageDeframer.Listener
Called when the given number of bytes has been read from the input source of the deframer.

C

Call<RequestT,ResponseT> - Class in io.grpc
An instance of a call to to a remote method.
Call() - Constructor for class io.grpc.Call
 
Call.Listener<T> - Class in io.grpc
Callbacks for receiving metadata, response messages and completion status from the server.
Calls - Class in io.grpc.stub
Utility functions for processing different call idioms.
Calls() - Constructor for class io.grpc.stub.Calls
 
cancel() - Method in class io.grpc.Call
Prevent any further processing for this Call.
cancel() - Method in class io.grpc.ForwardingCall
 
cancel() - Method in class io.grpc.transport.AbstractClientStream
Cancel the stream.
cancel() - Method in interface io.grpc.transport.ClientStream
Abnormally terminates the stream.
cancelAfterBegin() - Method in class io.grpc.testing.integration.AbstractTransportTest
 
cancelAfterFirstResponse() - Method in class io.grpc.testing.integration.AbstractTransportTest
 
CANCELLED - Static variable in class io.grpc.Status
The operation was cancelled (typically by the caller).
canReceive() - Method in class io.grpc.transport.AbstractStream
Returns true if the stream can receive data from its remote peer.
canSend() - Method in class io.grpc.transport.AbstractStream
Returns true if the stream can send data to its remote peer.
captureMetadata(T, AtomicReference<Metadata.Headers>, AtomicReference<Metadata.Trailers>) - Static method in class io.grpc.stub.MetadataUtils
Captures the last received metadata for a stub.
Channel - Class in io.grpc
A Channel provides an abstraction over the transport layer that is designed to be consumed by stub implementations.
Channel() - Constructor for class io.grpc.Channel
 
channel - Variable in class io.grpc.stub.AbstractStub
 
channel - Variable in class io.grpc.testing.integration.AbstractTransportTest
 
ChannelEssentials(ClientTransportFactory, Runnable) - Constructor for class io.grpc.AbstractChannelBuilder.ChannelEssentials
Constructor.
ChannelImpl - Class in io.grpc
A communication channel for making outgoing RPCs.
ChannelImpl(ClientTransportFactory, ExecutorService) - Constructor for class io.grpc.ChannelImpl
 
channelType(Class<? extends Channel>) - Method in class io.grpc.transport.netty.NettyChannelBuilder
Specify the channel type to use, by default we use NioSocketChannel.
channelType(Class<? extends ServerChannel>) - Method in class io.grpc.transport.netty.NettyServerBuilder
Specify the channel type to use, by default we use NioServerSocketChannel.
CheckedForwardingCall(Call<ReqT, RespT>) - Constructor for class io.grpc.ClientInterceptors.CheckedForwardingCall
 
checkedStart(Call.Listener<RespT>, Metadata.Headers) - Method in class io.grpc.ClientInterceptors.CheckedForwardingCall
Subclasses implement the start logic here that would normally belong to start().
checkReadable(int) - Method in class io.grpc.transport.AbstractReadableBuffer
 
clear() - Method in class com.google.protobuf.EmptyProtos.Empty.Builder
 
clear() - Method in class io.grpc.examples.helloworld.HelloRequest.Builder
 
clear() - Method in class io.grpc.examples.helloworld.HelloResponse.Builder
 
clear() - Method in class io.grpc.examples.routeguide.Feature.Builder
 
clear() - Method in class io.grpc.examples.routeguide.Point.Builder
 
clear() - Method in class io.grpc.examples.routeguide.Rectangle.Builder
 
clear() - Method in class io.grpc.examples.routeguide.RouteNote.Builder
 
clear() - Method in class io.grpc.examples.routeguide.RouteSummary.Builder
 
clear() - Method in class io.grpc.testing.ClientArgs.Builder
 
clear() - Method in class io.grpc.testing.ClientConfig.Builder
 
clear() - Method in class io.grpc.testing.ClientStats.Builder
 
clear() - Method in class io.grpc.testing.ClientStatus.Builder
 
clear() - Method in class io.grpc.testing.HistogramData.Builder
 
clear() - Method in class io.grpc.testing.integration.Messages.Payload.Builder
 
clear() - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
 
clear() - Method in class io.grpc.testing.integration.Messages.SimpleContext.Builder
 
clear() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
 
clear() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
 
clear() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
 
clear() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
 
clear() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
 
clear() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
 
clear() - Method in class io.grpc.testing.Mark.Builder
 
clear() - Method in class io.grpc.testing.Payload.Builder
 
clear() - Method in class io.grpc.testing.ServerArgs.Builder
 
clear() - Method in class io.grpc.testing.ServerConfig.Builder
 
clear() - Method in class io.grpc.testing.ServerStats.Builder
 
clear() - Method in class io.grpc.testing.ServerStatus.Builder
 
clear() - Method in class io.grpc.testing.SimpleRequest.Builder
 
clear() - Method in class io.grpc.testing.SimpleResponse.Builder
 
clear() - Method in class io.grpc.testing.StatsRequest.Builder
 
clearAggregatedPayloadSize() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
optional int32 aggregated_payload_size = 1;
clearArgtype() - Method in class io.grpc.testing.ClientArgs.Builder
 
clearArgtype() - Method in class io.grpc.testing.ServerArgs.Builder
 
clearAsyncClientThreads() - Method in class io.grpc.testing.ClientConfig.Builder
optional int32 async_client_threads = 7;
clearBody() - Method in class io.grpc.testing.integration.Messages.Payload.Builder
optional bytes body = 2;
clearBody() - Method in class io.grpc.testing.Payload.Builder
optional bytes body = 2;
clearBucket() - Method in class io.grpc.testing.HistogramData.Builder
repeated uint32 bucket = 1;
clearClientChannels() - Method in class io.grpc.testing.ClientConfig.Builder
optional int32 client_channels = 5;
clearClientType() - Method in class io.grpc.testing.ClientConfig.Builder
optional .grpc.testing.ClientType client_type = 2;
clearCount() - Method in class io.grpc.testing.HistogramData.Builder
optional double count = 6;
clearDistance() - Method in class io.grpc.examples.routeguide.RouteSummary.Builder
optional int32 distance = 3;
clearElapsedTime() - Method in class io.grpc.examples.routeguide.RouteSummary.Builder
optional int32 elapsed_time = 4;
clearEnableSsl() - Method in class io.grpc.testing.ClientConfig.Builder
optional bool enable_ssl = 3;
clearEnableSsl() - Method in class io.grpc.testing.ServerConfig.Builder
optional bool enable_ssl = 3;
clearFeatureCount() - Method in class io.grpc.examples.routeguide.RouteSummary.Builder
optional int32 feature_count = 2;
clearFillOauthScope() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
optional bool fill_oauth_scope = 5;
clearFillUsername() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
optional bool fill_username = 4;
clearHi() - Method in class io.grpc.examples.routeguide.Rectangle.Builder
optional .routeguide.Point hi = 2;
clearIntervalUs() - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
optional int32 interval_us = 2;
clearLatencies() - Method in class io.grpc.testing.ClientStats.Builder
optional .grpc.testing.HistogramData latencies = 1;
clearLatitude() - Method in class io.grpc.examples.routeguide.Point.Builder
optional int32 latitude = 1;
clearLo() - Method in class io.grpc.examples.routeguide.Rectangle.Builder
optional .routeguide.Point lo = 1;
clearLocation() - Method in class io.grpc.examples.routeguide.Feature.Builder
optional .routeguide.Point location = 2;
clearLocation() - Method in class io.grpc.examples.routeguide.RouteNote.Builder
optional .routeguide.Point location = 1;
clearLongitude() - Method in class io.grpc.examples.routeguide.Point.Builder
optional int32 longitude = 2;
clearMark() - Method in class io.grpc.testing.ClientArgs.Builder
optional .grpc.testing.Mark mark = 2;
clearMark() - Method in class io.grpc.testing.ServerArgs.Builder
optional .grpc.testing.Mark mark = 2;
clearMaxSeen() - Method in class io.grpc.testing.HistogramData.Builder
optional double max_seen = 3;
clearMessage() - Method in class io.grpc.examples.helloworld.HelloResponse.Builder
optional string message = 1;
clearMessage() - Method in class io.grpc.examples.routeguide.RouteNote.Builder
optional string message = 2;
clearMinSeen() - Method in class io.grpc.testing.HistogramData.Builder
optional double min_seen = 2;
clearName() - Method in class io.grpc.examples.helloworld.HelloRequest.Builder
optional string name = 1;
clearName() - Method in class io.grpc.examples.routeguide.Feature.Builder
optional string name = 1;
clearOauthScope() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
optional string oauth_scope = 3;
clearOutstandingRpcsPerChannel() - Method in class io.grpc.testing.ClientConfig.Builder
optional int32 outstanding_rpcs_per_channel = 4;
clearPayload() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
optional .grpc.testing.Payload payload = 3;
clearPayload() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
optional .grpc.testing.Payload payload = 1;
clearPayload() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
optional .grpc.testing.Payload payload = 1;
clearPayload() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
optional .grpc.testing.Payload payload = 3;
clearPayload() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
optional .grpc.testing.Payload payload = 1;
clearPayload() - Method in class io.grpc.testing.SimpleRequest.Builder
optional .grpc.testing.Payload payload = 3;
clearPayload() - Method in class io.grpc.testing.SimpleResponse.Builder
optional .grpc.testing.Payload payload = 1;
clearPayloadSize() - Method in class io.grpc.testing.ClientConfig.Builder
optional int32 payload_size = 6;
clearPointCount() - Method in class io.grpc.examples.routeguide.RouteSummary.Builder
optional int32 point_count = 1;
clearPort() - Method in class io.grpc.testing.ServerStatus.Builder
optional int32 port = 2;
clearResponseParameters() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
repeated .grpc.testing.ResponseParameters response_parameters = 2;
clearResponseSize() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
optional int32 response_size = 2;
clearResponseSize() - Method in class io.grpc.testing.SimpleRequest.Builder
optional int32 response_size = 2;
clearResponseType() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
optional .grpc.testing.PayloadType response_type = 1;
clearResponseType() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
optional .grpc.testing.PayloadType response_type = 1;
clearResponseType() - Method in class io.grpc.testing.SimpleRequest.Builder
optional .grpc.testing.PayloadType response_type = 1;
clearRpcType() - Method in class io.grpc.testing.ClientConfig.Builder
optional .grpc.testing.RpcType rpc_type = 8;
clearServerTargets() - Method in class io.grpc.testing.ClientConfig.Builder
repeated string server_targets = 1;
clearServerType() - Method in class io.grpc.testing.ServerConfig.Builder
optional .grpc.testing.ServerType server_type = 1;
clearSetup() - Method in class io.grpc.testing.ClientArgs.Builder
optional .grpc.testing.ClientConfig setup = 1;
clearSetup() - Method in class io.grpc.testing.ServerArgs.Builder
optional .grpc.testing.ServerConfig setup = 1;
clearSize() - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
optional int32 size = 1;
clearStats() - Method in class io.grpc.testing.ClientStatus.Builder
optional .grpc.testing.ClientStats stats = 1;
clearStats() - Method in class io.grpc.testing.ServerStatus.Builder
optional .grpc.testing.ServerStats stats = 1;
clearSum() - Method in class io.grpc.testing.HistogramData.Builder
optional double sum = 4;
clearSumOfSquares() - Method in class io.grpc.testing.HistogramData.Builder
optional double sum_of_squares = 5;
clearTestNum() - Method in class io.grpc.testing.StatsRequest.Builder
optional int32 test_num = 1;
clearThreads() - Method in class io.grpc.testing.ServerConfig.Builder
optional int32 threads = 2;
clearTimeElapsed() - Method in class io.grpc.testing.ClientStats.Builder
optional double time_elapsed = 3;
clearTimeElapsed() - Method in class io.grpc.testing.ServerStats.Builder
optional double time_elapsed = 1;
clearTimeSystem() - Method in class io.grpc.testing.ClientStats.Builder
optional double time_system = 5;
clearTimeSystem() - Method in class io.grpc.testing.ServerStats.Builder
optional double time_system = 3;
clearTimeUser() - Method in class io.grpc.testing.ClientStats.Builder
optional double time_user = 4;
clearTimeUser() - Method in class io.grpc.testing.ServerStats.Builder
optional double time_user = 2;
clearType() - Method in class io.grpc.testing.integration.Messages.Payload.Builder
optional .grpc.testing.PayloadType type = 1;
clearType() - Method in class io.grpc.testing.Payload.Builder
optional .grpc.testing.PayloadType type = 1;
clearUsername() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
optional string username = 2;
clearValue() - Method in class io.grpc.testing.integration.Messages.SimpleContext.Builder
optional string value = 1;
CLIENT_CHANNELS_FIELD_NUMBER - Static variable in class io.grpc.testing.ClientConfig
 
CLIENT_TYPE_FIELD_NUMBER - Static variable in class io.grpc.testing.ClientConfig
 
ClientArgs - Class in io.grpc.testing
Protobuf type grpc.testing.ClientArgs
ClientArgs.ArgtypeCase - Enum in io.grpc.testing
 
ClientArgs.Builder - Class in io.grpc.testing
Protobuf type grpc.testing.ClientArgs
ClientArgsOrBuilder - Interface in io.grpc.testing
 
ClientAuthInterceptor - Class in io.grpc.auth
Client interceptor that authenticates all calls by binding header data provided by a credential.
ClientAuthInterceptor(Credentials, Executor) - Constructor for class io.grpc.auth.ClientAuthInterceptor
 
ClientConfig - Class in io.grpc.testing
Protobuf type grpc.testing.ClientConfig
ClientConfig.Builder - Class in io.grpc.testing
Protobuf type grpc.testing.ClientConfig
ClientConfigOrBuilder - Interface in io.grpc.testing
 
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.CheckedForwardingCall<ReqT,RespT> - Class in io.grpc
A ForwardingCall that delivers exceptions from its start logic to the call listener.
ClientInterceptors.ForwardingCall<ReqT,RespT> - Class in io.grpc
ClientInterceptors.ForwardingListener<T> - Class in io.grpc
clientSendsOneMessage() - Method in enum io.grpc.MethodType
Returns true if the client will immediately send one request message to the server after calling Call.start(io.grpc.Call.Listener, io.grpc.Metadata.Headers) and then immediately half-close the stream by calling Call.halfClose().
ClientStats - Class in io.grpc.testing
Protobuf type grpc.testing.ClientStats
ClientStats.Builder - Class in io.grpc.testing
Protobuf type grpc.testing.ClientStats
ClientStatsOrBuilder - Interface in io.grpc.testing
 
ClientStatus - Class in io.grpc.testing
Protobuf type grpc.testing.ClientStatus
ClientStatus.Builder - Class in io.grpc.testing
Protobuf type grpc.testing.ClientStatus
ClientStatusOrBuilder - Interface in io.grpc.testing
 
ClientStream - Interface in io.grpc.transport
Extension of Stream to support client-side termination semantics.
clientStreaming() - Method in class io.grpc.testing.integration.AbstractTransportTest
 
ClientStreamListener - Interface in io.grpc.transport
An observer of client-side stream events.
ClientTransport - Interface in io.grpc.transport
The client-side transport encapsulating a single connection to a remote server.
ClientTransport.Listener - Interface in io.grpc.transport
Receives notifications for the transport life-cycle events.
ClientTransportFactory - Interface in io.grpc.transport
Pre-configured factory for creating ClientTransport instances.
ClientType - Enum in io.grpc.testing
Protobuf enum grpc.testing.ClientType
close(Status, Metadata.Trailers) - Method in class io.grpc.ForwardingServerCall
 
close(Status, Metadata.Trailers) - Method in class io.grpc.ServerCall
Close the call with the provided status.
close(T) - Method in interface io.grpc.SharedResourceHolder.Resource
Destroy the given instance.
close() - Method in class io.grpc.transport.AbstractReadableBuffer
 
close(Status, Metadata.Trailers) - Method in class io.grpc.transport.AbstractServerStream
 
close() - Method in class io.grpc.transport.CompositeReadableBuffer
 
close() - Method in class io.grpc.transport.ForwardingReadableBuffer
 
close() - Method in class io.grpc.transport.MessageDeframer
Closes this deframer and frees any resources.
close() - Method in class io.grpc.transport.MessageFramer
Flushes and closes the framer and releases any buffers.
close() - Method in interface io.grpc.transport.ReadableBuffer
Closes this buffer and releases any resources.
close(Status, Metadata.Trailers) - Method in interface io.grpc.transport.ServerStream
Closes the stream for both reading and writing.
closed(Status, Metadata.Trailers) - Method in interface io.grpc.transport.ClientStreamListener
Called when the stream is fully closed.
closed(Status) - Method in interface io.grpc.transport.ServerStreamListener
Called when the stream is fully closed.
closeDeframer() - Method in class io.grpc.transport.AbstractStream
Closes this deframer and frees any resources.
code() - Method in enum io.grpc.transport.HttpUtil.Http2Error
Gets the code for this error used on the wire.
CODE_KEY - Static variable in class io.grpc.Status
Key to bind status code to trailing metadata.
com.google.protobuf - package com.google.protobuf
 
complete() - Method in class io.grpc.transport.AbstractServerStream
Indicates the stream is considered completely closed and there is no further opportunity for error.
CompositeReadableBuffer - Class in io.grpc.transport
A ReadableBuffer that is composed of 0 or more ReadableBuffers.
CompositeReadableBuffer() - Constructor for class io.grpc.transport.CompositeReadableBuffer
 
COMPRESSABLE_VALUE - Static variable in enum io.grpc.testing.integration.Messages.PayloadType
COMPRESSABLE = 0;
COMPRESSABLE_VALUE - Static variable in enum io.grpc.testing.PayloadType
COMPRESSABLE = 0;
CONFIG - Static variable in class io.grpc.examples.helloworld.GreeterGrpc
 
CONFIG - Static variable in class io.grpc.examples.routeguide.RouteGuideGrpc
 
config - Variable in class io.grpc.stub.AbstractStub
 
CONFIG - Static variable in class io.grpc.testing.integration.TestServiceGrpc
 
CONFIG - Static variable in class io.grpc.testing.TestServiceGrpc
 
CONFIG - Static variable in class io.grpc.testing.WorkerGrpc
 
Configuration - Interface in io.grpc.benchmarks.qps
Configuration for a benchmark application.
Configuration.Builder<T extends Configuration> - Interface in io.grpc.benchmarks.qps
Builder for the Configuration.
configure(SslContextBuilder) - Static method in class io.grpc.transport.netty.GrpcSslContexts
Set ciphers and APN appropriate for gRPC.
configureNewStub() - Method in class io.grpc.stub.AbstractStub
Creates a builder for reconfiguring the stub.
connectionWindowSize(int) - Method in class io.grpc.transport.netty.NettyChannelBuilder
Sets the HTTP/2 connection flow control window.
connectionWindowSize(int) - Method in class io.grpc.transport.netty.NettyServerBuilder
Sets the HTTP/2 connection flow control window.
containsKey(Metadata.Key<?>) - Method in class io.grpc.Metadata
Returns true if a value is defined for the given key.
CONTENT_TYPE - Static variable in class io.grpc.transport.HttpUtil
The Content-Type header name.
CONTENT_TYPE_GRPC - Static variable in class io.grpc.transport.HttpUtil
Content-Type used for GRPC-over-HTTP/2.
CONTENT_TYPE_HEADER - Static variable in class io.grpc.transport.okhttp.Headers
 
COUNT_FIELD_NUMBER - Static variable in class io.grpc.testing.HistogramData
 
create(MethodType, String, long, TimeUnit, Marshaller<RequestT>, Marshaller<ResponseT>) - Static method in class io.grpc.MethodDescriptor
 
create(String, Marshaller<RequestT>, Marshaller<ResponseT>, ServerCallHandler<RequestT, ResponseT>) - Static method in class io.grpc.ServerMethodDefinition
Create a new instance.
create() - Method in interface io.grpc.SharedResourceHolder.Resource
Create a new instance of the resource.
create(MethodType, String, Marshaller<RequestT>, Marshaller<ResponseT>) - Static method in class io.grpc.stub.Method
Constructor.
create() - Static method in class io.grpc.stub.StreamRecorder
Creates a new recorder.
createChannel() - Method in class io.grpc.testing.integration.AbstractTransportTest
 
createMethodDefinition(Method<ReqT, RespT>, ServerCallHandler<ReqT, RespT>) - Static method in class io.grpc.stub.ServerCalls
Attaches the handler to a method and gets a ServerMethodDefinition.
createMethodDescriptor(String, Method<RequestT, ResponseT>) - Static method in class io.grpc.stub.Calls
Creates a MethodDescriptor for a given method.
createRequestHeaders(Metadata.Headers, String, String) - Static method in class io.grpc.transport.okhttp.Headers
Serializes the given headers and creates a list of OkHttp Headers to be used when creating a stream.
CustomHeaderClient - Class in io.grpc.examples.header
A simple client that like HelloWorldClient.
CustomHeaderServer - Class in io.grpc.examples.header
A simple server that like HelloWorldServer.
CustomHeaderServer() - Constructor for class io.grpc.examples.header.CustomHeaderServer
 

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.
DEFAULT_CONNECTION_SPEC - Static variable in class io.grpc.transport.okhttp.OkHttpClientTransport
 
DEFAULT_CONNECTION_WINDOW_SIZE - Static variable in class io.grpc.transport.netty.NettyChannelBuilder
 
DEFAULT_CONNECTION_WINDOW_SIZE - Static variable in class io.grpc.transport.netty.NettyServerBuilder
 
DEFAULT_ONREADY_THRESHOLD - Static variable in class io.grpc.transport.AbstractStream
The default number of queued bytes for a given stream, below which StreamListener.onReady() will be called.
DEFAULT_STREAM_WINDOW_SIZE - Static variable in class io.grpc.transport.netty.NettyChannelBuilder
 
DEFAULT_STREAM_WINDOW_SIZE - Static variable in class io.grpc.transport.netty.NettyServerBuilder
 
DeferredInputStream<T> - Class in io.grpc
Extension to InputStream to allow for deferred production of data.
DeferredInputStream() - Constructor for class io.grpc.DeferredInputStream
 
DeferredNanoProtoInputStream - Class in io.grpc.protobuf.nano
Implementation of DeferredInputStream backed by a nano proto.
DeferredNanoProtoInputStream(MessageNano) - Constructor for class io.grpc.protobuf.nano.DeferredNanoProtoInputStream
 
DeferredProtoInputStream - Class in io.grpc.protobuf
Implementation of DeferredInputStream backed by a protobuf.
DeferredProtoInputStream(MessageLite) - Constructor for class io.grpc.protobuf.DeferredProtoInputStream
 
deframe(ReadableBuffer, boolean) - Method in class io.grpc.transport.AbstractStream
Called to parse a received frame and attempt delivery of any completed messages.
deframe(ReadableBuffer, boolean) - Method in class io.grpc.transport.MessageDeframer
Adds the given data to this deframer and attempts delivery to the sink.
deframeFailed(Throwable) - Method in class io.grpc.transport.AbstractClientStream
 
deframeFailed(Throwable) - Method in class io.grpc.transport.AbstractServerStream
 
deframeFailed(Throwable) - Method in class io.grpc.transport.AbstractStream
Called when a AbstractStream.deframe(ReadableBuffer, boolean) operation failed.
delegate() - Method in class io.grpc.ClientInterceptors.CheckedForwardingCall
 
delegate() - Method in class io.grpc.ForwardingCall
Returns the delegated Call.
delegate() - Method in class io.grpc.ForwardingCall.SimpleForwardingCall
 
delegate() - Method in class io.grpc.ForwardingCallListener
Returns the delegated Call.Listener.
delegate() - Method in class io.grpc.ForwardingCallListener.SimpleForwardingCallListener
 
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
 
deliverFrame(WritableBuffer, boolean, boolean) - Method in interface io.grpc.transport.MessageFramer.Sink
Delivers a frame via the transport.
deliveryStalled() - Method in interface io.grpc.transport.MessageDeframer.Listener
Called when end-of-stream has not yet been reached but there are no complete messages remaining to be delivered.
dispose() - Method in class io.grpc.transport.AbstractStream
Frees any resources associated with this stream.
dispose() - Method in class io.grpc.transport.MessageFramer
Closes the framer and releases any buffers, but does not flush.
DISTANCE_FIELD_NUMBER - Static variable in class io.grpc.examples.routeguide.RouteSummary
 
duplexStreamingCall(Call<ReqT, RespT>, StreamObserver<RespT>) - Static method in class io.grpc.stub.Calls
Executes a duplex-streaming call.

E

echoRequestHeadersInterceptor(Metadata.Key<?>...) - Static method in class io.grpc.testing.TestUtils
Echo the request headers from a client into response headers and trailers.
ELAPSED_TIME_FIELD_NUMBER - Static variable in class io.grpc.examples.routeguide.RouteSummary
 
empty() - Static method in class io.grpc.transport.ReadableBuffers
Returns an empty ReadableBuffer instance.
emptyCall(EmptyProtos.Empty, StreamObserver<EmptyProtos.Empty>) - Method in interface io.grpc.testing.integration.TestServiceGrpc.TestService
 
emptyCall(EmptyProtos.Empty) - Method in interface io.grpc.testing.integration.TestServiceGrpc.TestServiceBlockingClient
 
emptyCall(EmptyProtos.Empty) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceBlockingStub
 
emptyCall(EmptyProtos.Empty) - Method in interface io.grpc.testing.integration.TestServiceGrpc.TestServiceFutureClient
 
emptyCall(EmptyProtos.Empty) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceFutureStub
 
emptyCall - Variable in class io.grpc.testing.integration.TestServiceGrpc.TestServiceServiceDescriptor
 
emptyCall(EmptyProtos.Empty, StreamObserver<EmptyProtos.Empty>) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceStub
 
emptyCall(EmptyProtos.Empty, StreamObserver<EmptyProtos.Empty>) - Method in class io.grpc.testing.integration.TestServiceImpl
 
EmptyProtos - Class in com.google.protobuf
 
EmptyProtos.Empty - Class in com.google.protobuf
Protobuf type grpc.testing.Empty
EmptyProtos.Empty.Builder - Class in com.google.protobuf
Protobuf type grpc.testing.Empty
EmptyProtos.EmptyOrBuilder - Interface in com.google.protobuf
 
emptyStream() - Method in class io.grpc.testing.integration.AbstractTransportTest
 
emptyUnary() - Method in class io.grpc.testing.integration.AbstractTransportTest
 
ENABLE_SSL_FIELD_NUMBER - Static variable in class io.grpc.testing.ClientConfig
 
ENABLE_SSL_FIELD_NUMBER - Static variable in class io.grpc.testing.ServerConfig
 
endOfStream() - Method in interface io.grpc.transport.MessageDeframer.Listener
Called when the stream is complete and all messages have been successfully delivered.
equals(Object) - Method in class io.grpc.Metadata.Key
 
eventLoopGroup(EventLoopGroup) - Method in class io.grpc.transport.netty.NettyChannelBuilder
Provides an EventGroupLoop to be used by the netty transport.
exchangeContextStreamingCall() - Method in class io.grpc.testing.integration.AbstractTransportTest
 
exchangeContextUnaryCall() - Method in class io.grpc.testing.integration.AbstractTransportTest
 
execute(Runnable) - Method in class io.grpc.SerializingExecutor
Runs the given runnable strictly after all Runnables that were submitted before it, and using the executor passed to the constructor.
executor(ExecutorService) - Method in class io.grpc.AbstractChannelBuilder
Provides a custom executor.
executor(ExecutorService) - Method in class io.grpc.AbstractServerBuilder
Provides a custom executor.
exists(Feature) - Static method in class io.grpc.examples.routeguide.RouteGuideUtil
Indicates whether the given feature exists (i.e.

F

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.
Feature - Class in io.grpc.examples.routeguide
Protobuf type routeguide.Feature
Feature.Builder - Class in io.grpc.examples.routeguide
Protobuf type routeguide.Feature
FEATURE_COUNT_FIELD_NUMBER - Static variable in class io.grpc.examples.routeguide.RouteSummary
 
FeatureOrBuilder - Interface in io.grpc.examples.routeguide
 
FILL_OAUTH_SCOPE_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.SimpleRequest
 
FILL_USERNAME_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.SimpleRequest
 
firstValue() - Method in class io.grpc.stub.StreamRecorder
Returns a ListenableFuture for the first value received from the stream.
flush() - Method in class io.grpc.transport.AbstractStream
 
flush() - Method in class io.grpc.transport.MessageFramer
Flushes any buffered data in the framer to the sink.
flush() - Method in interface io.grpc.transport.Stream
Flushes any internally buffered messages to the remote end-point.
flushTo(OutputStream) - Method in class io.grpc.DeferredInputStream
Produce the entire contents of this stream to the specified target.
flushTo(OutputStream) - Method in class io.grpc.protobuf.DeferredProtoInputStream
 
flushTo(OutputStream) - Method in class io.grpc.protobuf.nano.DeferredNanoProtoInputStream
 
forAddress(SocketAddress) - Static method in class io.grpc.transport.netty.NettyChannelBuilder
Creates a new builder with the given server address.
forAddress(String, int) - Static method in class io.grpc.transport.netty.NettyChannelBuilder
Creates a new builder with the given host and port.
forAddress(SocketAddress) - Static method in class io.grpc.transport.netty.NettyServerBuilder
Creates a server builder configured with the given SocketAddress.
forAddress(String, int) - Static method in class io.grpc.transport.okhttp.OkHttpChannelBuilder
Creates a new builder for the given server host and port.
forClient() - Static method in class io.grpc.transport.netty.GrpcSslContexts
Creates a SslContextBuilder with ciphers and APN appropriate for gRPC.
forCode(long) - Static method in enum io.grpc.transport.HttpUtil.Http2Error
Looks up the HTTP/2 error code enum value for the specified code.
forPort(int) - Static method in class io.grpc.transport.netty.NettyServerBuilder
Creates a server builder that will bind to the given port.
forRegistryAndPort(HandlerRegistry, int) - Static method in class io.grpc.transport.netty.NettyServerBuilder
Creates a server builder that will bind to the given port and use the HandlerRegistry for call dispatching.
forServer(File, File) - Static method in class io.grpc.transport.netty.GrpcSslContexts
Creates a SslContextBuilder with ciphers and APN appropriate for gRPC.
forServer(File, File, String) - Static method in class io.grpc.transport.netty.GrpcSslContexts
Creates a SslContextBuilder with ciphers and APN appropriate for gRPC.
ForwardingCall(Call<ReqT, RespT>) - Constructor for class io.grpc.ClientInterceptors.ForwardingCall
Deprecated.
 
ForwardingCall<ReqT,RespT> - Class in io.grpc
A Call which forwards all of it's methods to another Call.
ForwardingCall() - Constructor for class io.grpc.ForwardingCall
 
ForwardingCall.SimpleForwardingCall<ReqT,RespT> - Class in io.grpc
A simplified version of ForwardingCall where subclasses can pass in a Call as the delegate.
ForwardingCallListener<RespT> - Class in io.grpc
A Call.Listener which forwards all of its methods to another Call.Listener.
ForwardingCallListener() - Constructor for class io.grpc.ForwardingCallListener
 
ForwardingCallListener.SimpleForwardingCallListener<RespT> - Class in io.grpc
A simplified version of ForwardingCallListener where subclasses can pass in a Call.Listener as the delegate.
ForwardingListener(Call.Listener<T>) - Constructor for class io.grpc.ClientInterceptors.ForwardingListener
Deprecated.
 
ForwardingListener(ServerCall.Listener<ReqT>) - Constructor for class io.grpc.ServerInterceptors.ForwardingListener
Deprecated.
 
ForwardingReadableBuffer - Class in io.grpc.transport
Base class for a wrapper around another ReadableBuffer.
ForwardingReadableBuffer(ReadableBuffer) - Constructor for class io.grpc.transport.ForwardingReadableBuffer
Constructor.
ForwardingServerCall<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(ServerCall<RespT>) - Constructor for class io.grpc.ServerInterceptors.ForwardingServerCall
Deprecated.
 
ForwardingServerCall.SimpleForwardingServerCall<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.
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.
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.
fullDuplexCall(StreamObserver<Messages.StreamingOutputCallResponse>) - Method in interface io.grpc.testing.integration.TestServiceGrpc.TestService
 
fullDuplexCall - Variable in class io.grpc.testing.integration.TestServiceGrpc.TestServiceServiceDescriptor
 
fullDuplexCall(StreamObserver<Messages.StreamingOutputCallResponse>) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceStub
 
fullDuplexCall(StreamObserver<Messages.StreamingOutputCallResponse>) - Method in class io.grpc.testing.integration.TestServiceImpl
True bi-directional streaming.
fullDuplexCallShouldSucceed() - Method in class io.grpc.testing.integration.AbstractTransportTest
 

G

get(Metadata.Key<T>) - Method in class io.grpc.Metadata
Returns the last metadata entry added with the name 'name' parsed as T.
get(SharedResourceHolder.Resource<T>) - Static method in class io.grpc.SharedResourceHolder
Try to get an existing instance of the given resource.
getAggregatedPayloadSize() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
optional int32 aggregated_payload_size = 1;
getAggregatedPayloadSize() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
optional int32 aggregated_payload_size = 1;
getAggregatedPayloadSize() - Method in interface io.grpc.testing.integration.Messages.StreamingInputCallResponseOrBuilder
optional int32 aggregated_payload_size = 1;
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.
getArgtypeCase() - Method in class io.grpc.testing.ClientArgs.Builder
 
getArgtypeCase() - Method in class io.grpc.testing.ClientArgs
 
getArgtypeCase() - Method in class io.grpc.testing.ServerArgs.Builder
 
getArgtypeCase() - Method in class io.grpc.testing.ServerArgs
 
getAsyncClientThreads() - Method in class io.grpc.testing.ClientConfig.Builder
optional int32 async_client_threads = 7;
getAsyncClientThreads() - Method in class io.grpc.testing.ClientConfig
optional int32 async_client_threads = 7;
getAsyncClientThreads() - Method in interface io.grpc.testing.ClientConfigOrBuilder
optional int32 async_client_threads = 7;
getAuthority() - Method in class io.grpc.Metadata.Headers
The serving authority for the operation.
getBody() - Method in class io.grpc.testing.integration.Messages.Payload.Builder
optional bytes body = 2;
getBody() - Method in class io.grpc.testing.integration.Messages.Payload
optional bytes body = 2;
getBody() - Method in interface io.grpc.testing.integration.Messages.PayloadOrBuilder
optional bytes body = 2;
getBody() - Method in class io.grpc.testing.Payload.Builder
optional bytes body = 2;
getBody() - Method in class io.grpc.testing.Payload
optional bytes body = 2;
getBody() - Method in interface io.grpc.testing.PayloadOrBuilder
optional bytes body = 2;
getBucket(int) - Method in class io.grpc.testing.HistogramData.Builder
repeated uint32 bucket = 1;
getBucket(int) - Method in class io.grpc.testing.HistogramData
repeated uint32 bucket = 1;
getBucket(int) - Method in interface io.grpc.testing.HistogramDataOrBuilder
repeated uint32 bucket = 1;
getBucketCount() - Method in class io.grpc.testing.HistogramData.Builder
repeated uint32 bucket = 1;
getBucketCount() - Method in class io.grpc.testing.HistogramData
repeated uint32 bucket = 1;
getBucketCount() - Method in interface io.grpc.testing.HistogramDataOrBuilder
repeated uint32 bucket = 1;
getBucketList() - Method in class io.grpc.testing.HistogramData.Builder
repeated uint32 bucket = 1;
getBucketList() - Method in class io.grpc.testing.HistogramData
repeated uint32 bucket = 1;
getBucketList() - Method in interface io.grpc.testing.HistogramDataOrBuilder
repeated uint32 bucket = 1;
getCause() - Method in class io.grpc.Status
The underlying cause of an error.
getChannel() - Method in class io.grpc.stub.AbstractStub
The underlying channel of the stub.
getClientChannels() - Method in class io.grpc.testing.ClientConfig.Builder
optional int32 client_channels = 5;
getClientChannels() - Method in class io.grpc.testing.ClientConfig
optional int32 client_channels = 5;
getClientChannels() - Method in interface io.grpc.testing.ClientConfigOrBuilder
optional int32 client_channels = 5;
getClientType() - Method in class io.grpc.testing.ClientConfig.Builder
optional .grpc.testing.ClientType client_type = 2;
getClientType() - Method in class io.grpc.testing.ClientConfig
optional .grpc.testing.ClientType client_type = 2;
getClientType() - Method in interface io.grpc.testing.ClientConfigOrBuilder
optional .grpc.testing.ClientType client_type = 2;
getClientTypeValue() - Method in class io.grpc.testing.ClientConfig.Builder
optional .grpc.testing.ClientType client_type = 2;
getClientTypeValue() - Method in class io.grpc.testing.ClientConfig
optional .grpc.testing.ClientType client_type = 2;
getClientTypeValue() - Method in interface io.grpc.testing.ClientConfigOrBuilder
optional .grpc.testing.ClientType client_type = 2;
getCode() - Method in class io.grpc.Status
The canonical status code.
getCount() - Method in class io.grpc.testing.HistogramData.Builder
optional double count = 6;
getCount() - Method in class io.grpc.testing.HistogramData
optional double count = 6;
getCount() - Method in interface io.grpc.testing.HistogramDataOrBuilder
optional double count = 6;
getDefaultFeaturesFile() - Static method in class io.grpc.examples.routeguide.RouteGuideUtil
Gets the default features file from classpath.
getDefaultInstance() - Static method in class com.google.protobuf.EmptyProtos.Empty
 
getDefaultInstance() - Static method in class io.grpc.examples.helloworld.HelloRequest
 
getDefaultInstance() - Static method in class io.grpc.examples.helloworld.HelloResponse
 
getDefaultInstance() - Static method in class io.grpc.examples.routeguide.Feature
 
getDefaultInstance() - Static method in class io.grpc.examples.routeguide.Point
 
getDefaultInstance() - Static method in class io.grpc.examples.routeguide.Rectangle
 
getDefaultInstance() - Static method in class io.grpc.examples.routeguide.RouteNote
 
getDefaultInstance() - Static method in class io.grpc.examples.routeguide.RouteSummary
 
getDefaultInstance() - Static method in class io.grpc.testing.ClientArgs
 
getDefaultInstance() - Static method in class io.grpc.testing.ClientConfig
 
getDefaultInstance() - Static method in class io.grpc.testing.ClientStats
 
getDefaultInstance() - Static method in class io.grpc.testing.ClientStatus
 
getDefaultInstance() - Static method in class io.grpc.testing.HistogramData
 
getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.Payload
 
getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
 
getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.SimpleContext
 
getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
 
getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
 
getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
 
getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
 
getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
 
getDefaultInstance() - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
 
getDefaultInstance() - Static method in class io.grpc.testing.Mark
 
getDefaultInstance() - Static method in class io.grpc.testing.Payload
 
getDefaultInstance() - Static method in class io.grpc.testing.ServerArgs
 
getDefaultInstance() - Static method in class io.grpc.testing.ServerConfig
 
getDefaultInstance() - Static method in class io.grpc.testing.ServerStats
 
getDefaultInstance() - Static method in class io.grpc.testing.ServerStatus
 
getDefaultInstance() - Static method in class io.grpc.testing.SimpleRequest
 
getDefaultInstance() - Static method in class io.grpc.testing.SimpleResponse
 
getDefaultInstance() - Static method in class io.grpc.testing.StatsRequest
 
getDefaultInstanceForType() - Method in class com.google.protobuf.EmptyProtos.Empty.Builder
 
getDefaultInstanceForType() - Method in class com.google.protobuf.EmptyProtos.Empty
 
getDefaultInstanceForType() - Method in class io.grpc.examples.helloworld.HelloRequest.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.examples.helloworld.HelloRequest
 
getDefaultInstanceForType() - Method in class io.grpc.examples.helloworld.HelloResponse.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.examples.helloworld.HelloResponse
 
getDefaultInstanceForType() - Method in class io.grpc.examples.routeguide.Feature.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.examples.routeguide.Feature
 
getDefaultInstanceForType() - Method in class io.grpc.examples.routeguide.Point.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.examples.routeguide.Point
 
getDefaultInstanceForType() - Method in class io.grpc.examples.routeguide.Rectangle.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.examples.routeguide.Rectangle
 
getDefaultInstanceForType() - Method in class io.grpc.examples.routeguide.RouteNote.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.examples.routeguide.RouteNote
 
getDefaultInstanceForType() - Method in class io.grpc.examples.routeguide.RouteSummary.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.examples.routeguide.RouteSummary
 
getDefaultInstanceForType() - Method in class io.grpc.testing.ClientArgs.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.testing.ClientArgs
 
getDefaultInstanceForType() - Method in class io.grpc.testing.ClientConfig.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.testing.ClientConfig
 
getDefaultInstanceForType() - Method in class io.grpc.testing.ClientStats.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.testing.ClientStats
 
getDefaultInstanceForType() - Method in class io.grpc.testing.ClientStatus.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.testing.ClientStatus
 
getDefaultInstanceForType() - Method in class io.grpc.testing.HistogramData.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.testing.HistogramData
 
getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.Payload.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.Payload
 
getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.ResponseParameters
 
getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.SimpleContext.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.SimpleContext
 
getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
 
getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
 
getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
 
getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
 
getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
 
getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
 
getDefaultInstanceForType() - Method in class io.grpc.testing.Mark.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.testing.Mark
 
getDefaultInstanceForType() - Method in class io.grpc.testing.Payload.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.testing.Payload
 
getDefaultInstanceForType() - Method in class io.grpc.testing.ServerArgs.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.testing.ServerArgs
 
getDefaultInstanceForType() - Method in class io.grpc.testing.ServerConfig.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.testing.ServerConfig
 
getDefaultInstanceForType() - Method in class io.grpc.testing.ServerStats.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.testing.ServerStats
 
getDefaultInstanceForType() - Method in class io.grpc.testing.ServerStatus.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.testing.ServerStatus
 
getDefaultInstanceForType() - Method in class io.grpc.testing.SimpleRequest.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.testing.SimpleRequest
 
getDefaultInstanceForType() - Method in class io.grpc.testing.SimpleResponse.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.testing.SimpleResponse
 
getDefaultInstanceForType() - Method in class io.grpc.testing.StatsRequest.Builder
 
getDefaultInstanceForType() - Method in class io.grpc.testing.StatsRequest
 
getDefaultValue() - Method in interface io.grpc.benchmarks.qps.AbstractConfigurationBuilder.Param
The default value used when not set explicitly.
getDeferred() - Method in class io.grpc.DeferredInputStream
Returns the object that backs the stream.
getDeferred() - Method in class io.grpc.protobuf.DeferredProtoInputStream
Returns the original protobuf message.
getDeferred() - Method in class io.grpc.protobuf.nano.DeferredNanoProtoInputStream
 
getDescription() - Method in interface io.grpc.benchmarks.qps.AbstractConfigurationBuilder.Param
A description of this parameter used when printing usage.
getDescription() - Method in class io.grpc.Status
A description of this status for human consumption.
getDescriptor() - Static method in class com.google.protobuf.EmptyProtos.Empty.Builder
 
getDescriptor() - Static method in class com.google.protobuf.EmptyProtos.Empty
 
getDescriptor() - Static method in class com.google.protobuf.EmptyProtos
 
getDescriptor() - Static method in class io.grpc.examples.helloworld.HelloRequest.Builder
 
getDescriptor() - Static method in class io.grpc.examples.helloworld.HelloRequest
 
getDescriptor() - Static method in class io.grpc.examples.helloworld.HelloResponse.Builder
 
getDescriptor() - Static method in class io.grpc.examples.helloworld.HelloResponse
 
getDescriptor() - Static method in class io.grpc.examples.helloworld.HelloWorldProto
 
getDescriptor() - Static method in class io.grpc.examples.routeguide.Feature.Builder
 
getDescriptor() - Static method in class io.grpc.examples.routeguide.Feature
 
getDescriptor() - Static method in class io.grpc.examples.routeguide.Point.Builder
 
getDescriptor() - Static method in class io.grpc.examples.routeguide.Point
 
getDescriptor() - Static method in class io.grpc.examples.routeguide.Rectangle.Builder
 
getDescriptor() - Static method in class io.grpc.examples.routeguide.Rectangle
 
getDescriptor() - Static method in class io.grpc.examples.routeguide.RouteGuideProto
 
getDescriptor() - Static method in class io.grpc.examples.routeguide.RouteNote.Builder
 
getDescriptor() - Static method in class io.grpc.examples.routeguide.RouteNote
 
getDescriptor() - Static method in class io.grpc.examples.routeguide.RouteSummary.Builder
 
getDescriptor() - Static method in class io.grpc.examples.routeguide.RouteSummary
 
getDescriptor() - Static method in class io.grpc.testing.ClientArgs.Builder
 
getDescriptor() - Static method in class io.grpc.testing.ClientArgs
 
getDescriptor() - Static method in class io.grpc.testing.ClientConfig.Builder
 
getDescriptor() - Static method in class io.grpc.testing.ClientConfig
 
getDescriptor() - Static method in class io.grpc.testing.ClientStats.Builder
 
getDescriptor() - Static method in class io.grpc.testing.ClientStats
 
getDescriptor() - Static method in class io.grpc.testing.ClientStatus.Builder
 
getDescriptor() - Static method in class io.grpc.testing.ClientStatus
 
getDescriptor() - Static method in enum io.grpc.testing.ClientType
 
getDescriptor() - Static method in class io.grpc.testing.HistogramData.Builder
 
getDescriptor() - Static method in class io.grpc.testing.HistogramData
 
getDescriptor() - Static method in class io.grpc.testing.integration.Messages
 
getDescriptor() - Static method in class io.grpc.testing.integration.Messages.Payload.Builder
 
getDescriptor() - Static method in class io.grpc.testing.integration.Messages.Payload
 
getDescriptor() - Static method in enum io.grpc.testing.integration.Messages.PayloadType
 
getDescriptor() - Static method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
 
getDescriptor() - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
 
getDescriptor() - Static method in class io.grpc.testing.integration.Messages.SimpleContext.Builder
 
getDescriptor() - Static method in class io.grpc.testing.integration.Messages.SimpleContext
 
getDescriptor() - Static method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
 
getDescriptor() - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
 
getDescriptor() - Static method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
 
getDescriptor() - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
 
getDescriptor() - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
 
getDescriptor() - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
 
getDescriptor() - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
 
getDescriptor() - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
 
getDescriptor() - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
 
getDescriptor() - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
 
getDescriptor() - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
 
getDescriptor() - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
 
getDescriptor() - Static method in class io.grpc.testing.integration.Test
 
getDescriptor() - Static method in class io.grpc.testing.Mark.Builder
 
getDescriptor() - Static method in class io.grpc.testing.Mark
 
getDescriptor() - Static method in class io.grpc.testing.Payload.Builder
 
getDescriptor() - Static method in class io.grpc.testing.Payload
 
getDescriptor() - Static method in enum io.grpc.testing.PayloadType
 
getDescriptor() - Static method in class io.grpc.testing.QpsTestProto
 
getDescriptor() - Static method in enum io.grpc.testing.RpcType
 
getDescriptor() - Static method in class io.grpc.testing.ServerArgs.Builder
 
getDescriptor() - Static method in class io.grpc.testing.ServerArgs
 
getDescriptor() - Static method in class io.grpc.testing.ServerConfig.Builder
 
getDescriptor() - Static method in class io.grpc.testing.ServerConfig
 
getDescriptor() - Static method in class io.grpc.testing.ServerStats.Builder
 
getDescriptor() - Static method in class io.grpc.testing.ServerStats
 
getDescriptor() - Static method in class io.grpc.testing.ServerStatus.Builder
 
getDescriptor() - Static method in class io.grpc.testing.ServerStatus
 
getDescriptor() - Static method in enum io.grpc.testing.ServerType
 
getDescriptor() - Static method in class io.grpc.testing.SimpleRequest.Builder
 
getDescriptor() - Static method in class io.grpc.testing.SimpleRequest
 
getDescriptor() - Static method in class io.grpc.testing.SimpleResponse.Builder
 
getDescriptor() - Static method in class io.grpc.testing.SimpleResponse
 
getDescriptor() - Static method in class io.grpc.testing.StatsRequest.Builder
 
getDescriptor() - Static method in class io.grpc.testing.StatsRequest
 
getDescriptorForType() - Method in class com.google.protobuf.EmptyProtos.Empty.Builder
 
getDescriptorForType() - Method in class io.grpc.examples.helloworld.HelloRequest.Builder
 
getDescriptorForType() - Method in class io.grpc.examples.helloworld.HelloResponse.Builder
 
getDescriptorForType() - Method in class io.grpc.examples.routeguide.Feature.Builder
 
getDescriptorForType() - Method in class io.grpc.examples.routeguide.Point.Builder
 
getDescriptorForType() - Method in class io.grpc.examples.routeguide.Rectangle.Builder
 
getDescriptorForType() - Method in class io.grpc.examples.routeguide.RouteNote.Builder
 
getDescriptorForType() - Method in class io.grpc.examples.routeguide.RouteSummary.Builder
 
getDescriptorForType() - Method in class io.grpc.testing.ClientArgs.Builder
 
getDescriptorForType() - Method in class io.grpc.testing.ClientConfig.Builder
 
getDescriptorForType() - Method in class io.grpc.testing.ClientStats.Builder
 
getDescriptorForType() - Method in class io.grpc.testing.ClientStatus.Builder
 
getDescriptorForType() - Method in enum io.grpc.testing.ClientType
 
getDescriptorForType() - Method in class io.grpc.testing.HistogramData.Builder
 
getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.Payload.Builder
 
getDescriptorForType() - Method in enum io.grpc.testing.integration.Messages.PayloadType
 
getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
 
getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.SimpleContext.Builder
 
getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
 
getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
 
getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
 
getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
 
getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
 
getDescriptorForType() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
 
getDescriptorForType() - Method in class io.grpc.testing.Mark.Builder
 
getDescriptorForType() - Method in class io.grpc.testing.Payload.Builder
 
getDescriptorForType() - Method in enum io.grpc.testing.PayloadType
 
getDescriptorForType() - Method in enum io.grpc.testing.RpcType
 
getDescriptorForType() - Method in class io.grpc.testing.ServerArgs.Builder
 
getDescriptorForType() - Method in class io.grpc.testing.ServerConfig.Builder
 
getDescriptorForType() - Method in class io.grpc.testing.ServerStats.Builder
 
getDescriptorForType() - Method in class io.grpc.testing.ServerStatus.Builder
 
getDescriptorForType() - Method in enum io.grpc.testing.ServerType
 
getDescriptorForType() - Method in class io.grpc.testing.SimpleRequest.Builder
 
getDescriptorForType() - Method in class io.grpc.testing.SimpleResponse.Builder
 
getDescriptorForType() - Method in class io.grpc.testing.StatsRequest.Builder
 
getDistance() - Method in class io.grpc.examples.routeguide.RouteSummary.Builder
optional int32 distance = 3;
getDistance() - Method in class io.grpc.examples.routeguide.RouteSummary
optional int32 distance = 3;
getDistance() - Method in interface io.grpc.examples.routeguide.RouteSummaryOrBuilder
optional int32 distance = 3;
getElapsedTime() - Method in class io.grpc.examples.routeguide.RouteSummary.Builder
optional int32 elapsed_time = 4;
getElapsedTime() - Method in class io.grpc.examples.routeguide.RouteSummary
optional int32 elapsed_time = 4;
getElapsedTime() - Method in interface io.grpc.examples.routeguide.RouteSummaryOrBuilder
optional int32 elapsed_time = 4;
getEnableSsl() - Method in class io.grpc.testing.ClientConfig.Builder
optional bool enable_ssl = 3;
getEnableSsl() - Method in class io.grpc.testing.ClientConfig
optional bool enable_ssl = 3;
getEnableSsl() - Method in interface io.grpc.testing.ClientConfigOrBuilder
optional bool enable_ssl = 3;
getEnableSsl() - Method in class io.grpc.testing.ServerConfig.Builder
optional bool enable_ssl = 3;
getEnableSsl() - Method in class io.grpc.testing.ServerConfig
optional bool enable_ssl = 3;
getEnableSsl() - Method in interface io.grpc.testing.ServerConfigOrBuilder
optional bool enable_ssl = 3;
getError() - Method in class io.grpc.stub.StreamRecorder
Returns the stream terminating error.
getFeature(int, int) - Method in class io.grpc.examples.routeguide.RouteGuideClient
Blocking unary call example.
getFeature(Point, StreamObserver<Feature>) - Method in interface io.grpc.examples.routeguide.RouteGuideGrpc.RouteGuide
 
getFeature(Point) - Method in interface io.grpc.examples.routeguide.RouteGuideGrpc.RouteGuideBlockingClient
 
getFeature(Point) - Method in class io.grpc.examples.routeguide.RouteGuideGrpc.RouteGuideBlockingStub
 
getFeature(Point) - Method in interface io.grpc.examples.routeguide.RouteGuideGrpc.RouteGuideFutureClient
 
getFeature(Point) - Method in class io.grpc.examples.routeguide.RouteGuideGrpc.RouteGuideFutureStub
 
getFeature - Variable in class io.grpc.examples.routeguide.RouteGuideGrpc.RouteGuideServiceDescriptor
 
getFeature(Point, StreamObserver<Feature>) - Method in class io.grpc.examples.routeguide.RouteGuideGrpc.RouteGuideStub
 
getFeatureCount() - Method in class io.grpc.examples.routeguide.RouteSummary.Builder
optional int32 feature_count = 2;
getFeatureCount() - Method in class io.grpc.examples.routeguide.RouteSummary
optional int32 feature_count = 2;
getFeatureCount() - Method in interface io.grpc.examples.routeguide.RouteSummaryOrBuilder
optional int32 feature_count = 2;
getFillOauthScope() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
optional bool fill_oauth_scope = 5;
getFillOauthScope() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
optional bool fill_oauth_scope = 5;
getFillOauthScope() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
optional bool fill_oauth_scope = 5;
getFillUsername() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
optional bool fill_username = 4;
getFillUsername() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
optional bool fill_username = 4;
getFillUsername() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
optional bool fill_username = 4;
getFullMethodNameFromPath(String) - Static method in class io.grpc.transport.TransportFrameUtil
Converts the path from the HTTP request to the fully qualified method name.
getHi() - Method in class io.grpc.examples.routeguide.Rectangle.Builder
optional .routeguide.Point hi = 2;
getHi() - Method in class io.grpc.examples.routeguide.Rectangle
optional .routeguide.Point hi = 2;
getHi() - Method in interface io.grpc.examples.routeguide.RectangleOrBuilder
optional .routeguide.Point hi = 2;
getHiBuilder() - Method in class io.grpc.examples.routeguide.Rectangle.Builder
optional .routeguide.Point hi = 2;
getHiOrBuilder() - Method in class io.grpc.examples.routeguide.Rectangle.Builder
optional .routeguide.Point hi = 2;
getHiOrBuilder() - Method in class io.grpc.examples.routeguide.Rectangle
optional .routeguide.Point hi = 2;
getHiOrBuilder() - Method in interface io.grpc.examples.routeguide.RectangleOrBuilder
optional .routeguide.Point hi = 2;
getIntervalUs() - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
optional int32 interval_us = 2;
getIntervalUs() - Method in class io.grpc.testing.integration.Messages.ResponseParameters
optional int32 interval_us = 2;
getIntervalUs() - Method in interface io.grpc.testing.integration.Messages.ResponseParametersOrBuilder
optional int32 interval_us = 2;
getLatencies() - Method in class io.grpc.testing.ClientStats.Builder
optional .grpc.testing.HistogramData latencies = 1;
getLatencies() - Method in class io.grpc.testing.ClientStats
optional .grpc.testing.HistogramData latencies = 1;
getLatencies() - Method in interface io.grpc.testing.ClientStatsOrBuilder
optional .grpc.testing.HistogramData latencies = 1;
getLatenciesBuilder() - Method in class io.grpc.testing.ClientStats.Builder
optional .grpc.testing.HistogramData latencies = 1;
getLatenciesOrBuilder() - Method in class io.grpc.testing.ClientStats.Builder
optional .grpc.testing.HistogramData latencies = 1;
getLatenciesOrBuilder() - Method in class io.grpc.testing.ClientStats
optional .grpc.testing.HistogramData latencies = 1;
getLatenciesOrBuilder() - Method in interface io.grpc.testing.ClientStatsOrBuilder
optional .grpc.testing.HistogramData latencies = 1;
getLatitude() - Method in class io.grpc.examples.routeguide.Point.Builder
optional int32 latitude = 1;
getLatitude() - Method in class io.grpc.examples.routeguide.Point
optional int32 latitude = 1;
getLatitude() - Method in interface io.grpc.examples.routeguide.PointOrBuilder
optional int32 latitude = 1;
getLatitude(Point) - Static method in class io.grpc.examples.routeguide.RouteGuideUtil
Gets the latitude for the given point.
getLo() - Method in class io.grpc.examples.routeguide.Rectangle.Builder
optional .routeguide.Point lo = 1;
getLo() - Method in class io.grpc.examples.routeguide.Rectangle
optional .routeguide.Point lo = 1;
getLo() - Method in interface io.grpc.examples.routeguide.RectangleOrBuilder
optional .routeguide.Point lo = 1;
getLoBuilder() - Method in class io.grpc.examples.routeguide.Rectangle.Builder
optional .routeguide.Point lo = 1;
getLocation() - Method in class io.grpc.examples.routeguide.Feature.Builder
optional .routeguide.Point location = 2;
getLocation() - Method in class io.grpc.examples.routeguide.Feature
optional .routeguide.Point location = 2;
getLocation() - Method in interface io.grpc.examples.routeguide.FeatureOrBuilder
optional .routeguide.Point location = 2;
getLocation() - Method in class io.grpc.examples.routeguide.RouteNote.Builder
optional .routeguide.Point location = 1;
getLocation() - Method in class io.grpc.examples.routeguide.RouteNote
optional .routeguide.Point location = 1;
getLocation() - Method in interface io.grpc.examples.routeguide.RouteNoteOrBuilder
optional .routeguide.Point location = 1;
getLocationBuilder() - Method in class io.grpc.examples.routeguide.Feature.Builder
optional .routeguide.Point location = 2;
getLocationBuilder() - Method in class io.grpc.examples.routeguide.RouteNote.Builder
optional .routeguide.Point location = 1;
getLocationOrBuilder() - Method in class io.grpc.examples.routeguide.Feature.Builder
optional .routeguide.Point location = 2;
getLocationOrBuilder() - Method in class io.grpc.examples.routeguide.Feature
optional .routeguide.Point location = 2;
getLocationOrBuilder() - Method in interface io.grpc.examples.routeguide.FeatureOrBuilder
optional .routeguide.Point location = 2;
getLocationOrBuilder() - Method in class io.grpc.examples.routeguide.RouteNote.Builder
optional .routeguide.Point location = 1;
getLocationOrBuilder() - Method in class io.grpc.examples.routeguide.RouteNote
optional .routeguide.Point location = 1;
getLocationOrBuilder() - Method in interface io.grpc.examples.routeguide.RouteNoteOrBuilder
optional .routeguide.Point location = 1;
getLongitude() - Method in class io.grpc.examples.routeguide.Point.Builder
optional int32 longitude = 2;
getLongitude() - Method in class io.grpc.examples.routeguide.Point
optional int32 longitude = 2;
getLongitude() - Method in interface io.grpc.examples.routeguide.PointOrBuilder
optional int32 longitude = 2;
getLongitude(Point) - Static method in class io.grpc.examples.routeguide.RouteGuideUtil
Gets the longitude for the given point.
getLoOrBuilder() - Method in class io.grpc.examples.routeguide.Rectangle.Builder
optional .routeguide.Point lo = 1;
getLoOrBuilder() - Method in class io.grpc.examples.routeguide.Rectangle
optional .routeguide.Point lo = 1;
getLoOrBuilder() - Method in interface io.grpc.examples.routeguide.RectangleOrBuilder
optional .routeguide.Point lo = 1;
getMark() - Method in class io.grpc.testing.ClientArgs.Builder
optional .grpc.testing.Mark mark = 2;
getMark() - Method in class io.grpc.testing.ClientArgs
optional .grpc.testing.Mark mark = 2;
getMark() - Method in interface io.grpc.testing.ClientArgsOrBuilder
optional .grpc.testing.Mark mark = 2;
getMark() - Method in class io.grpc.testing.ServerArgs.Builder
optional .grpc.testing.Mark mark = 2;
getMark() - Method in class io.grpc.testing.ServerArgs
optional .grpc.testing.Mark mark = 2;
getMark() - Method in interface io.grpc.testing.ServerArgsOrBuilder
optional .grpc.testing.Mark mark = 2;
getMarkBuilder() - Method in class io.grpc.testing.ClientArgs.Builder
optional .grpc.testing.Mark mark = 2;
getMarkBuilder() - Method in class io.grpc.testing.ServerArgs.Builder
optional .grpc.testing.Mark mark = 2;
getMarkOrBuilder() - Method in class io.grpc.testing.ClientArgs.Builder
optional .grpc.testing.Mark mark = 2;
getMarkOrBuilder() - Method in class io.grpc.testing.ClientArgs
optional .grpc.testing.Mark mark = 2;
getMarkOrBuilder() - Method in interface io.grpc.testing.ClientArgsOrBuilder
optional .grpc.testing.Mark mark = 2;
getMarkOrBuilder() - Method in class io.grpc.testing.ServerArgs.Builder
optional .grpc.testing.Mark mark = 2;
getMarkOrBuilder() - Method in class io.grpc.testing.ServerArgs
optional .grpc.testing.Mark mark = 2;
getMarkOrBuilder() - Method in interface io.grpc.testing.ServerArgsOrBuilder
optional .grpc.testing.Mark mark = 2;
getMaxSeen() - Method in class io.grpc.testing.HistogramData.Builder
optional double max_seen = 3;
getMaxSeen() - Method in class io.grpc.testing.HistogramData
optional double max_seen = 3;
getMaxSeen() - Method in interface io.grpc.testing.HistogramDataOrBuilder
optional double max_seen = 3;
getMessage() - Method in class io.grpc.examples.helloworld.HelloResponse.Builder
optional string message = 1;
getMessage() - Method in class io.grpc.examples.helloworld.HelloResponse
optional string message = 1;
getMessage() - Method in interface io.grpc.examples.helloworld.HelloResponseOrBuilder
optional string message = 1;
getMessage() - Method in class io.grpc.examples.routeguide.RouteNote.Builder
optional string message = 2;
getMessage() - Method in class io.grpc.examples.routeguide.RouteNote
optional string message = 2;
getMessage() - Method in interface io.grpc.examples.routeguide.RouteNoteOrBuilder
optional string message = 2;
getMessageBytes() - Method in class io.grpc.examples.helloworld.HelloResponse.Builder
optional string message = 1;
getMessageBytes() - Method in class io.grpc.examples.helloworld.HelloResponse
optional string message = 1;
getMessageBytes() - Method in interface io.grpc.examples.helloworld.HelloResponseOrBuilder
optional string message = 1;
getMessageBytes() - Method in class io.grpc.examples.routeguide.RouteNote.Builder
optional string message = 2;
getMessageBytes() - Method in class io.grpc.examples.routeguide.RouteNote
optional string message = 2;
getMessageBytes() - Method in interface io.grpc.examples.routeguide.RouteNoteOrBuilder
optional string message = 2;
getMethod(String) - Method in class io.grpc.ServerServiceDefinition
 
getMethodDefinition() - Method in class io.grpc.HandlerRegistry.Method
 
getMethods() - Method in class io.grpc.ServerServiceDefinition
 
getMinSeen() - Method in class io.grpc.testing.HistogramData.Builder
optional double min_seen = 2;
getMinSeen() - Method in class io.grpc.testing.HistogramData
optional double min_seen = 2;
getMinSeen() - Method in interface io.grpc.testing.HistogramDataOrBuilder
optional double min_seen = 2;
getName() - Method in interface io.grpc.benchmarks.qps.AbstractConfigurationBuilder.Param
The name of the parameter as it would appear on the command-line.
getName() - Method in class io.grpc.examples.helloworld.HelloRequest.Builder
optional string name = 1;
getName() - Method in class io.grpc.examples.helloworld.HelloRequest
optional string name = 1;
getName() - Method in interface io.grpc.examples.helloworld.HelloRequestOrBuilder
optional string name = 1;
getName() - Method in class io.grpc.examples.routeguide.Feature.Builder
optional string name = 1;
getName() - Method in class io.grpc.examples.routeguide.Feature
optional string name = 1;
getName() - Method in interface io.grpc.examples.routeguide.FeatureOrBuilder
optional string name = 1;
getName() - Method in class io.grpc.MethodDescriptor
The fully qualified name of the method.
getName() - Method in class io.grpc.ServerMethodDefinition
The simple name of the method.
getName() - Method in class io.grpc.ServerServiceDefinition
Simple name of the service.
getName() - Method in class io.grpc.stub.Method
The name of the method, not including the service name.
getNameBytes() - Method in class io.grpc.examples.helloworld.HelloRequest.Builder
optional string name = 1;
getNameBytes() - Method in class io.grpc.examples.helloworld.HelloRequest
optional string name = 1;
getNameBytes() - Method in interface io.grpc.examples.helloworld.HelloRequestOrBuilder
optional string name = 1;
getNameBytes() - Method in class io.grpc.examples.routeguide.Feature.Builder
optional string name = 1;
getNameBytes() - Method in class io.grpc.examples.routeguide.Feature
optional string name = 1;
getNameBytes() - Method in interface io.grpc.examples.routeguide.FeatureOrBuilder
optional string name = 1;
getNumber() - Method in enum io.grpc.testing.ClientArgs.ArgtypeCase
 
getNumber() - Method in enum io.grpc.testing.ClientType
 
getNumber() - Method in enum io.grpc.testing.integration.Messages.PayloadType
 
getNumber() - Method in enum io.grpc.testing.PayloadType
 
getNumber() - Method in enum io.grpc.testing.RpcType
 
getNumber() - Method in enum io.grpc.testing.ServerArgs.ArgtypeCase
 
getNumber() - Method in enum io.grpc.testing.ServerType
 
getOauthScope() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
optional string oauth_scope = 3;
getOauthScope() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
optional string oauth_scope = 3;
getOauthScope() - Method in interface io.grpc.testing.integration.Messages.SimpleResponseOrBuilder
optional string oauth_scope = 3;
getOauthScopeBytes() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
optional string oauth_scope = 3;
getOauthScopeBytes() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
optional string oauth_scope = 3;
getOauthScopeBytes() - Method in interface io.grpc.testing.integration.Messages.SimpleResponseOrBuilder
optional string oauth_scope = 3;
getOnReadyThreshold() - Method in class io.grpc.transport.AbstractStream
The number of queued bytes for a given stream, below which StreamListener.onReady() will be called.
getOutstandingRpcsPerChannel() - Method in class io.grpc.testing.ClientConfig.Builder
optional int32 outstanding_rpcs_per_channel = 4;
getOutstandingRpcsPerChannel() - Method in class io.grpc.testing.ClientConfig
optional int32 outstanding_rpcs_per_channel = 4;
getOutstandingRpcsPerChannel() - Method in interface io.grpc.testing.ClientConfigOrBuilder
optional int32 outstanding_rpcs_per_channel = 4;
getParams() - Method in class io.grpc.benchmarks.qps.AbstractConfigurationBuilder
Returns the valid parameters supported by the configuration.
getParserForType() - Method in class com.google.protobuf.EmptyProtos.Empty
 
getParserForType() - Method in class io.grpc.examples.helloworld.HelloRequest
 
getParserForType() - Method in class io.grpc.examples.helloworld.HelloResponse
 
getParserForType() - Method in class io.grpc.examples.routeguide.Feature
 
getParserForType() - Method in class io.grpc.examples.routeguide.Point
 
getParserForType() - Method in class io.grpc.examples.routeguide.Rectangle
 
getParserForType() - Method in class io.grpc.examples.routeguide.RouteNote
 
getParserForType() - Method in class io.grpc.examples.routeguide.RouteSummary
 
getParserForType() - Method in class io.grpc.testing.ClientArgs
 
getParserForType() - Method in class io.grpc.testing.ClientConfig
 
getParserForType() - Method in class io.grpc.testing.ClientStats
 
getParserForType() - Method in class io.grpc.testing.ClientStatus
 
getParserForType() - Method in class io.grpc.testing.HistogramData
 
getParserForType() - Method in class io.grpc.testing.integration.Messages.Payload
 
getParserForType() - Method in class io.grpc.testing.integration.Messages.ResponseParameters
 
getParserForType() - Method in class io.grpc.testing.integration.Messages.SimpleContext
 
getParserForType() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
 
getParserForType() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
 
getParserForType() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
 
getParserForType() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
 
getParserForType() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
 
getParserForType() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
 
getParserForType() - Method in class io.grpc.testing.Mark
 
getParserForType() - Method in class io.grpc.testing.Payload
 
getParserForType() - Method in class io.grpc.testing.ServerArgs
 
getParserForType() - Method in class io.grpc.testing.ServerConfig
 
getParserForType() - Method in class io.grpc.testing.ServerStats
 
getParserForType() - Method in class io.grpc.testing.ServerStatus
 
getParserForType() - Method in class io.grpc.testing.SimpleRequest
 
getParserForType() - Method in class io.grpc.testing.SimpleResponse
 
getParserForType() - Method in class io.grpc.testing.StatsRequest
 
getPath() - Method in class io.grpc.Metadata.Headers
The path for the operation.
getPayload() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
optional .grpc.testing.Payload payload = 3;
getPayload() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
optional .grpc.testing.Payload payload = 3;
getPayload() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
optional .grpc.testing.Payload payload = 3;
getPayload() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
optional .grpc.testing.Payload payload = 1;
getPayload() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
optional .grpc.testing.Payload payload = 1;
getPayload() - Method in interface io.grpc.testing.integration.Messages.SimpleResponseOrBuilder
optional .grpc.testing.Payload payload = 1;
getPayload() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
optional .grpc.testing.Payload payload = 1;
getPayload() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
optional .grpc.testing.Payload payload = 1;
getPayload() - Method in interface io.grpc.testing.integration.Messages.StreamingInputCallRequestOrBuilder
optional .grpc.testing.Payload payload = 1;
getPayload() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
optional .grpc.testing.Payload payload = 3;
getPayload() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
optional .grpc.testing.Payload payload = 3;
getPayload() - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallRequestOrBuilder
optional .grpc.testing.Payload payload = 3;
getPayload() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
optional .grpc.testing.Payload payload = 1;
getPayload() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
optional .grpc.testing.Payload payload = 1;
getPayload() - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallResponseOrBuilder
optional .grpc.testing.Payload payload = 1;
getPayload() - Method in class io.grpc.testing.SimpleRequest.Builder
optional .grpc.testing.Payload payload = 3;
getPayload() - Method in class io.grpc.testing.SimpleRequest
optional .grpc.testing.Payload payload = 3;
getPayload() - Method in interface io.grpc.testing.SimpleRequestOrBuilder
optional .grpc.testing.Payload payload = 3;
getPayload() - Method in class io.grpc.testing.SimpleResponse.Builder
optional .grpc.testing.Payload payload = 1;
getPayload() - Method in class io.grpc.testing.SimpleResponse
optional .grpc.testing.Payload payload = 1;
getPayload() - Method in interface io.grpc.testing.SimpleResponseOrBuilder
optional .grpc.testing.Payload payload = 1;
getPayloadBuilder() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
optional .grpc.testing.Payload payload = 3;
getPayloadBuilder() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
optional .grpc.testing.Payload payload = 1;
getPayloadBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
optional .grpc.testing.Payload payload = 1;
getPayloadBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
optional .grpc.testing.Payload payload = 3;
getPayloadBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
optional .grpc.testing.Payload payload = 1;
getPayloadBuilder() - Method in class io.grpc.testing.SimpleRequest.Builder
optional .grpc.testing.Payload payload = 3;
getPayloadBuilder() - Method in class io.grpc.testing.SimpleResponse.Builder
optional .grpc.testing.Payload payload = 1;
getPayloadOrBuilder() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
optional .grpc.testing.Payload payload = 3;
getPayloadOrBuilder() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
optional .grpc.testing.Payload payload = 3;
getPayloadOrBuilder() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
optional .grpc.testing.Payload payload = 3;
getPayloadOrBuilder() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
optional .grpc.testing.Payload payload = 1;
getPayloadOrBuilder() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
optional .grpc.testing.Payload payload = 1;
getPayloadOrBuilder() - Method in interface io.grpc.testing.integration.Messages.SimpleResponseOrBuilder
optional .grpc.testing.Payload payload = 1;
getPayloadOrBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
optional .grpc.testing.Payload payload = 1;
getPayloadOrBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
optional .grpc.testing.Payload payload = 1;
getPayloadOrBuilder() - Method in interface io.grpc.testing.integration.Messages.StreamingInputCallRequestOrBuilder
optional .grpc.testing.Payload payload = 1;
getPayloadOrBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
optional .grpc.testing.Payload payload = 3;
getPayloadOrBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
optional .grpc.testing.Payload payload = 3;
getPayloadOrBuilder() - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallRequestOrBuilder
optional .grpc.testing.Payload payload = 3;
getPayloadOrBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
optional .grpc.testing.Payload payload = 1;
getPayloadOrBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
optional .grpc.testing.Payload payload = 1;
getPayloadOrBuilder() - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallResponseOrBuilder
optional .grpc.testing.Payload payload = 1;
getPayloadOrBuilder() - Method in class io.grpc.testing.SimpleRequest.Builder
optional .grpc.testing.Payload payload = 3;
getPayloadOrBuilder() - Method in class io.grpc.testing.SimpleRequest
optional .grpc.testing.Payload payload = 3;
getPayloadOrBuilder() - Method in interface io.grpc.testing.SimpleRequestOrBuilder
optional .grpc.testing.Payload payload = 3;
getPayloadOrBuilder() - Method in class io.grpc.testing.SimpleResponse.Builder
optional .grpc.testing.Payload payload = 1;
getPayloadOrBuilder() - Method in class io.grpc.testing.SimpleResponse
optional .grpc.testing.Payload payload = 1;
getPayloadOrBuilder() - Method in interface io.grpc.testing.SimpleResponseOrBuilder
optional .grpc.testing.Payload payload = 1;
getPayloadSize() - Method in class io.grpc.testing.ClientConfig.Builder
optional int32 payload_size = 6;
getPayloadSize() - Method in class io.grpc.testing.ClientConfig
optional int32 payload_size = 6;
getPayloadSize() - Method in interface io.grpc.testing.ClientConfigOrBuilder
optional int32 payload_size = 6;
getPointCount() - Method in class io.grpc.examples.routeguide.RouteSummary.Builder
optional int32 point_count = 1;
getPointCount() - Method in class io.grpc.examples.routeguide.RouteSummary
optional int32 point_count = 1;
getPointCount() - Method in interface io.grpc.examples.routeguide.RouteSummaryOrBuilder
optional int32 point_count = 1;
getPort() - Method in class io.grpc.testing.ServerStatus.Builder
optional int32 port = 2;
getPort() - Method in class io.grpc.testing.ServerStatus
optional int32 port = 2;
getPort() - Method in interface io.grpc.testing.ServerStatusOrBuilder
optional int32 port = 2;
getRequestMarshaller() - Method in class io.grpc.stub.Method
The marshaller used to serialize/deserialize the request.
getResponseMarshaller() - Method in class io.grpc.stub.Method
The marshaller used to serialize/deserialize the response.
getResponseParameters(int) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
repeated .grpc.testing.ResponseParameters response_parameters = 2;
getResponseParameters(int) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
repeated .grpc.testing.ResponseParameters response_parameters = 2;
getResponseParameters(int) - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallRequestOrBuilder
repeated .grpc.testing.ResponseParameters response_parameters = 2;
getResponseParametersBuilder(int) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
repeated .grpc.testing.ResponseParameters response_parameters = 2;
getResponseParametersBuilderList() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
repeated .grpc.testing.ResponseParameters response_parameters = 2;
getResponseParametersCount() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
repeated .grpc.testing.ResponseParameters response_parameters = 2;
getResponseParametersCount() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
repeated .grpc.testing.ResponseParameters response_parameters = 2;
getResponseParametersCount() - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallRequestOrBuilder
repeated .grpc.testing.ResponseParameters response_parameters = 2;
getResponseParametersList() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
repeated .grpc.testing.ResponseParameters response_parameters = 2;
getResponseParametersList() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
repeated .grpc.testing.ResponseParameters response_parameters = 2;
getResponseParametersList() - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallRequestOrBuilder
repeated .grpc.testing.ResponseParameters response_parameters = 2;
getResponseParametersOrBuilder(int) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
repeated .grpc.testing.ResponseParameters response_parameters = 2;
getResponseParametersOrBuilder(int) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
repeated .grpc.testing.ResponseParameters response_parameters = 2;
getResponseParametersOrBuilder(int) - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallRequestOrBuilder
repeated .grpc.testing.ResponseParameters response_parameters = 2;
getResponseParametersOrBuilderList() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
repeated .grpc.testing.ResponseParameters response_parameters = 2;
getResponseParametersOrBuilderList() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
repeated .grpc.testing.ResponseParameters response_parameters = 2;
getResponseParametersOrBuilderList() - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallRequestOrBuilder
repeated .grpc.testing.ResponseParameters response_parameters = 2;
getResponseSize() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
optional int32 response_size = 2;
getResponseSize() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
optional int32 response_size = 2;
getResponseSize() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
optional int32 response_size = 2;
getResponseSize() - Method in class io.grpc.testing.SimpleRequest.Builder
optional int32 response_size = 2;
getResponseSize() - Method in class io.grpc.testing.SimpleRequest
optional int32 response_size = 2;
getResponseSize() - Method in interface io.grpc.testing.SimpleRequestOrBuilder
optional int32 response_size = 2;
getResponseType() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
optional .grpc.testing.PayloadType response_type = 1;
getResponseType() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
optional .grpc.testing.PayloadType response_type = 1;
getResponseType() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
optional .grpc.testing.PayloadType response_type = 1;
getResponseType() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
optional .grpc.testing.PayloadType response_type = 1;
getResponseType() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
optional .grpc.testing.PayloadType response_type = 1;
getResponseType() - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallRequestOrBuilder
optional .grpc.testing.PayloadType response_type = 1;
getResponseType() - Method in class io.grpc.testing.SimpleRequest.Builder
optional .grpc.testing.PayloadType response_type = 1;
getResponseType() - Method in class io.grpc.testing.SimpleRequest
optional .grpc.testing.PayloadType response_type = 1;
getResponseType() - Method in interface io.grpc.testing.SimpleRequestOrBuilder
optional .grpc.testing.PayloadType response_type = 1;
getResponseTypeValue() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
optional .grpc.testing.PayloadType response_type = 1;
getResponseTypeValue() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
optional .grpc.testing.PayloadType response_type = 1;
getResponseTypeValue() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
optional .grpc.testing.PayloadType response_type = 1;
getResponseTypeValue() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
optional .grpc.testing.PayloadType response_type = 1;
getResponseTypeValue() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
optional .grpc.testing.PayloadType response_type = 1;
getResponseTypeValue() - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallRequestOrBuilder
optional .grpc.testing.PayloadType response_type = 1;
getResponseTypeValue() - Method in class io.grpc.testing.SimpleRequest.Builder
optional .grpc.testing.PayloadType response_type = 1;
getResponseTypeValue() - Method in class io.grpc.testing.SimpleRequest
optional .grpc.testing.PayloadType response_type = 1;
getResponseTypeValue() - Method in interface io.grpc.testing.SimpleRequestOrBuilder
optional .grpc.testing.PayloadType response_type = 1;
getRpcType() - Method in class io.grpc.testing.ClientConfig.Builder
optional .grpc.testing.RpcType rpc_type = 8;
getRpcType() - Method in class io.grpc.testing.ClientConfig
optional .grpc.testing.RpcType rpc_type = 8;
getRpcType() - Method in interface io.grpc.testing.ClientConfigOrBuilder
optional .grpc.testing.RpcType rpc_type = 8;
getRpcTypeValue() - Method in class io.grpc.testing.ClientConfig.Builder
optional .grpc.testing.RpcType rpc_type = 8;
getRpcTypeValue() - Method in class io.grpc.testing.ClientConfig
optional .grpc.testing.RpcType rpc_type = 8;
getRpcTypeValue() - Method in interface io.grpc.testing.ClientConfigOrBuilder
optional .grpc.testing.RpcType rpc_type = 8;
getSerializedSize() - Method in class com.google.protobuf.EmptyProtos.Empty
 
getSerializedSize() - Method in class io.grpc.examples.helloworld.HelloRequest
 
getSerializedSize() - Method in class io.grpc.examples.helloworld.HelloResponse
 
getSerializedSize() - Method in class io.grpc.examples.routeguide.Feature
 
getSerializedSize() - Method in class io.grpc.examples.routeguide.Point
 
getSerializedSize() - Method in class io.grpc.examples.routeguide.Rectangle
 
getSerializedSize() - Method in class io.grpc.examples.routeguide.RouteNote
 
getSerializedSize() - Method in class io.grpc.examples.routeguide.RouteSummary
 
getSerializedSize() - Method in class io.grpc.testing.ClientArgs
 
getSerializedSize() - Method in class io.grpc.testing.ClientConfig
 
getSerializedSize() - Method in class io.grpc.testing.ClientStats
 
getSerializedSize() - Method in class io.grpc.testing.ClientStatus
 
getSerializedSize() - Method in class io.grpc.testing.HistogramData
 
getSerializedSize() - Method in class io.grpc.testing.integration.Messages.Payload
 
getSerializedSize() - Method in class io.grpc.testing.integration.Messages.ResponseParameters
 
getSerializedSize() - Method in class io.grpc.testing.integration.Messages.SimpleContext
 
getSerializedSize() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
 
getSerializedSize() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
 
getSerializedSize() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
 
getSerializedSize() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
 
getSerializedSize() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
 
getSerializedSize() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
 
getSerializedSize() - Method in class io.grpc.testing.Mark
 
getSerializedSize() - Method in class io.grpc.testing.Payload
 
getSerializedSize() - Method in class io.grpc.testing.ServerArgs
 
getSerializedSize() - Method in class io.grpc.testing.ServerConfig
 
getSerializedSize() - Method in class io.grpc.testing.ServerStats
 
getSerializedSize() - Method in class io.grpc.testing.ServerStatus
 
getSerializedSize() - Method in class io.grpc.testing.SimpleRequest
 
getSerializedSize() - Method in class io.grpc.testing.SimpleResponse
 
getSerializedSize() - Method in class io.grpc.testing.StatsRequest
 
getServerCallHandler() - Method in class io.grpc.ServerMethodDefinition
Handler for incoming calls.
getServerTargets(int) - Method in class io.grpc.testing.ClientConfig.Builder
repeated string server_targets = 1;
getServerTargets(int) - Method in class io.grpc.testing.ClientConfig
repeated string server_targets = 1;
getServerTargets(int) - Method in interface io.grpc.testing.ClientConfigOrBuilder
repeated string server_targets = 1;
getServerTargetsBytes(int) - Method in class io.grpc.testing.ClientConfig.Builder
repeated string server_targets = 1;
getServerTargetsBytes(int) - Method in class io.grpc.testing.ClientConfig
repeated string server_targets = 1;
getServerTargetsBytes(int) - Method in interface io.grpc.testing.ClientConfigOrBuilder
repeated string server_targets = 1;
getServerTargetsCount() - Method in class io.grpc.testing.ClientConfig.Builder
repeated string server_targets = 1;
getServerTargetsCount() - Method in class io.grpc.testing.ClientConfig
repeated string server_targets = 1;
getServerTargetsCount() - Method in interface io.grpc.testing.ClientConfigOrBuilder
repeated string server_targets = 1;
getServerTargetsList() - Method in class io.grpc.testing.ClientConfig.Builder
repeated string server_targets = 1;
getServerTargetsList() - Method in class io.grpc.testing.ClientConfig
repeated string server_targets = 1;
getServerTargetsList() - Method in interface io.grpc.testing.ClientConfigOrBuilder
repeated string server_targets = 1;
getServerType() - Method in class io.grpc.testing.ServerConfig.Builder
optional .grpc.testing.ServerType server_type = 1;
getServerType() - Method in class io.grpc.testing.ServerConfig
optional .grpc.testing.ServerType server_type = 1;
getServerType() - Method in interface io.grpc.testing.ServerConfigOrBuilder
optional .grpc.testing.ServerType server_type = 1;
getServerTypeValue() - Method in class io.grpc.testing.ServerConfig.Builder
optional .grpc.testing.ServerType server_type = 1;
getServerTypeValue() - Method in class io.grpc.testing.ServerConfig
optional .grpc.testing.ServerType server_type = 1;
getServerTypeValue() - Method in interface io.grpc.testing.ServerConfigOrBuilder
optional .grpc.testing.ServerType server_type = 1;
getServiceDefinition() - Method in class io.grpc.HandlerRegistry.Method
 
getServiceDescriptor() - Method in class io.grpc.stub.AbstractStub
 
getSetup() - Method in class io.grpc.testing.ClientArgs.Builder
optional .grpc.testing.ClientConfig setup = 1;
getSetup() - Method in class io.grpc.testing.ClientArgs
optional .grpc.testing.ClientConfig setup = 1;
getSetup() - Method in interface io.grpc.testing.ClientArgsOrBuilder
optional .grpc.testing.ClientConfig setup = 1;
getSetup() - Method in class io.grpc.testing.ServerArgs.Builder
optional .grpc.testing.ServerConfig setup = 1;
getSetup() - Method in class io.grpc.testing.ServerArgs
optional .grpc.testing.ServerConfig setup = 1;
getSetup() - Method in interface io.grpc.testing.ServerArgsOrBuilder
optional .grpc.testing.ServerConfig setup = 1;
getSetupBuilder() - Method in class io.grpc.testing.ClientArgs.Builder
optional .grpc.testing.ClientConfig setup = 1;
getSetupBuilder() - Method in class io.grpc.testing.ServerArgs.Builder
optional .grpc.testing.ServerConfig setup = 1;
getSetupOrBuilder() - Method in class io.grpc.testing.ClientArgs.Builder
optional .grpc.testing.ClientConfig setup = 1;
getSetupOrBuilder() - Method in class io.grpc.testing.ClientArgs
optional .grpc.testing.ClientConfig setup = 1;
getSetupOrBuilder() - Method in interface io.grpc.testing.ClientArgsOrBuilder
optional .grpc.testing.ClientConfig setup = 1;
getSetupOrBuilder() - Method in class io.grpc.testing.ServerArgs.Builder
optional .grpc.testing.ServerConfig setup = 1;
getSetupOrBuilder() - Method in class io.grpc.testing.ServerArgs
optional .grpc.testing.ServerConfig setup = 1;
getSetupOrBuilder() - Method in interface io.grpc.testing.ServerArgsOrBuilder
optional .grpc.testing.ServerConfig setup = 1;
getSize() - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
optional int32 size = 1;
getSize() - Method in class io.grpc.testing.integration.Messages.ResponseParameters
optional int32 size = 1;
getSize() - Method in interface io.grpc.testing.integration.Messages.ResponseParametersOrBuilder
optional int32 size = 1;
getSslSocketFactoryForCertainCert(File) - Static method in class io.grpc.testing.TestUtils
Returns a SSLSocketFactory which uses the certificate specified in certChainFile.
getStats() - Method in class io.grpc.testing.ClientStatus.Builder
optional .grpc.testing.ClientStats stats = 1;
getStats() - Method in class io.grpc.testing.ClientStatus
optional .grpc.testing.ClientStats stats = 1;
getStats() - Method in interface io.grpc.testing.ClientStatusOrBuilder
optional .grpc.testing.ClientStats stats = 1;
getStats() - Method in class io.grpc.testing.ServerStatus.Builder
optional .grpc.testing.ServerStats stats = 1;
getStats() - Method in class io.grpc.testing.ServerStatus
optional .grpc.testing.ServerStats stats = 1;
getStats() - Method in interface io.grpc.testing.ServerStatusOrBuilder
optional .grpc.testing.ServerStats stats = 1;
getStatsBuilder() - Method in class io.grpc.testing.ClientStatus.Builder
optional .grpc.testing.ClientStats stats = 1;
getStatsBuilder() - Method in class io.grpc.testing.ServerStatus.Builder
optional .grpc.testing.ServerStats stats = 1;
getStatsOrBuilder() - Method in class io.grpc.testing.ClientStatus.Builder
optional .grpc.testing.ClientStats stats = 1;
getStatsOrBuilder() - Method in class io.grpc.testing.ClientStatus
optional .grpc.testing.ClientStats stats = 1;
getStatsOrBuilder() - Method in interface io.grpc.testing.ClientStatusOrBuilder
optional .grpc.testing.ClientStats stats = 1;
getStatsOrBuilder() - Method in class io.grpc.testing.ServerStatus.Builder
optional .grpc.testing.ServerStats stats = 1;
getStatsOrBuilder() - Method in class io.grpc.testing.ServerStatus
optional .grpc.testing.ServerStats stats = 1;
getStatsOrBuilder() - Method in interface io.grpc.testing.ServerStatusOrBuilder
optional .grpc.testing.ServerStats stats = 1;
getStatus() - Method in exception io.grpc.Status.OperationException
Deprecated.
 
getStatus() - Method in exception io.grpc.Status.OperationRuntimeException
Deprecated.
 
getSum() - Method in class io.grpc.testing.HistogramData.Builder
optional double sum = 4;
getSum() - Method in class io.grpc.testing.HistogramData
optional double sum = 4;
getSum() - Method in interface io.grpc.testing.HistogramDataOrBuilder
optional double sum = 4;
getSumOfSquares() - Method in class io.grpc.testing.HistogramData.Builder
optional double sum_of_squares = 5;
getSumOfSquares() - Method in class io.grpc.testing.HistogramData
optional double sum_of_squares = 5;
getSumOfSquares() - Method in interface io.grpc.testing.HistogramDataOrBuilder
optional double sum_of_squares = 5;
getTestNum() - Method in class io.grpc.testing.StatsRequest.Builder
optional int32 test_num = 1;
getTestNum() - Method in class io.grpc.testing.StatsRequest
optional int32 test_num = 1;
getTestNum() - Method in interface io.grpc.testing.StatsRequestOrBuilder
optional int32 test_num = 1;
getThreads() - Method in class io.grpc.testing.ServerConfig.Builder
optional int32 threads = 2;
getThreads() - Method in class io.grpc.testing.ServerConfig
optional int32 threads = 2;
getThreads() - Method in interface io.grpc.testing.ServerConfigOrBuilder
optional int32 threads = 2;
getTimeElapsed() - Method in class io.grpc.testing.ClientStats.Builder
optional double time_elapsed = 3;
getTimeElapsed() - Method in class io.grpc.testing.ClientStats
optional double time_elapsed = 3;
getTimeElapsed() - Method in interface io.grpc.testing.ClientStatsOrBuilder
optional double time_elapsed = 3;
getTimeElapsed() - Method in class io.grpc.testing.ServerStats.Builder
optional double time_elapsed = 1;
getTimeElapsed() - Method in class io.grpc.testing.ServerStats
optional double time_elapsed = 1;
getTimeElapsed() - Method in interface io.grpc.testing.ServerStatsOrBuilder
optional double time_elapsed = 1;
getTimeout() - Method in class io.grpc.MethodDescriptor
Timeout for the operation in microseconds.
getTimeSystem() - Method in class io.grpc.testing.ClientStats.Builder
optional double time_system = 5;
getTimeSystem() - Method in class io.grpc.testing.ClientStats
optional double time_system = 5;
getTimeSystem() - Method in interface io.grpc.testing.ClientStatsOrBuilder
optional double time_system = 5;
getTimeSystem() - Method in class io.grpc.testing.ServerStats.Builder
optional double time_system = 3;
getTimeSystem() - Method in class io.grpc.testing.ServerStats
optional double time_system = 3;
getTimeSystem() - Method in interface io.grpc.testing.ServerStatsOrBuilder
optional double time_system = 3;
getTimeUser() - Method in class io.grpc.testing.ClientStats.Builder
optional double time_user = 4;
getTimeUser() - Method in class io.grpc.testing.ClientStats
optional double time_user = 4;
getTimeUser() - Method in interface io.grpc.testing.ClientStatsOrBuilder
optional double time_user = 4;
getTimeUser() - Method in class io.grpc.testing.ServerStats.Builder
optional double time_user = 2;
getTimeUser() - Method in class io.grpc.testing.ServerStats
optional double time_user = 2;
getTimeUser() - Method in interface io.grpc.testing.ServerStatsOrBuilder
optional double time_user = 2;
getType() - Method in interface io.grpc.benchmarks.qps.AbstractConfigurationBuilder.Param
A string representation of the parameter type.
getType() - Method in class io.grpc.MethodDescriptor
The call type of the method.
getType() - Method in class io.grpc.stub.Method
The call type of the method.
getType() - Method in class io.grpc.testing.integration.Messages.Payload.Builder
optional .grpc.testing.PayloadType type = 1;
getType() - Method in class io.grpc.testing.integration.Messages.Payload
optional .grpc.testing.PayloadType type = 1;
getType() - Method in interface io.grpc.testing.integration.Messages.PayloadOrBuilder
optional .grpc.testing.PayloadType type = 1;
getType() - Method in class io.grpc.testing.Payload.Builder
optional .grpc.testing.PayloadType type = 1;
getType() - Method in class io.grpc.testing.Payload
optional .grpc.testing.PayloadType type = 1;
getType() - Method in interface io.grpc.testing.PayloadOrBuilder
optional .grpc.testing.PayloadType type = 1;
getTypeValue() - Method in class io.grpc.testing.integration.Messages.Payload.Builder
optional .grpc.testing.PayloadType type = 1;
getTypeValue() - Method in class io.grpc.testing.integration.Messages.Payload
optional .grpc.testing.PayloadType type = 1;
getTypeValue() - Method in interface io.grpc.testing.integration.Messages.PayloadOrBuilder
optional .grpc.testing.PayloadType type = 1;
getTypeValue() - Method in class io.grpc.testing.Payload.Builder
optional .grpc.testing.PayloadType type = 1;
getTypeValue() - Method in class io.grpc.testing.Payload
optional .grpc.testing.PayloadType type = 1;
getTypeValue() - Method in interface io.grpc.testing.PayloadOrBuilder
optional .grpc.testing.PayloadType type = 1;
getUnknownFields() - Method in class com.google.protobuf.EmptyProtos.Empty
 
getUnknownFields() - Method in class io.grpc.examples.helloworld.HelloRequest
 
getUnknownFields() - Method in class io.grpc.examples.helloworld.HelloResponse
 
getUnknownFields() - Method in class io.grpc.examples.routeguide.Feature
 
getUnknownFields() - Method in class io.grpc.examples.routeguide.Point
 
getUnknownFields() - Method in class io.grpc.examples.routeguide.Rectangle
 
getUnknownFields() - Method in class io.grpc.examples.routeguide.RouteNote
 
getUnknownFields() - Method in class io.grpc.examples.routeguide.RouteSummary
 
getUnknownFields() - Method in class io.grpc.testing.ClientArgs
 
getUnknownFields() - Method in class io.grpc.testing.ClientConfig
 
getUnknownFields() - Method in class io.grpc.testing.ClientStats
 
getUnknownFields() - Method in class io.grpc.testing.ClientStatus
 
getUnknownFields() - Method in class io.grpc.testing.HistogramData
 
getUnknownFields() - Method in class io.grpc.testing.integration.Messages.Payload
 
getUnknownFields() - Method in class io.grpc.testing.integration.Messages.ResponseParameters
 
getUnknownFields() - Method in class io.grpc.testing.integration.Messages.SimpleContext
 
getUnknownFields() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
 
getUnknownFields() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
 
getUnknownFields() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
 
getUnknownFields() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
 
getUnknownFields() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
 
getUnknownFields() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
 
getUnknownFields() - Method in class io.grpc.testing.Mark
 
getUnknownFields() - Method in class io.grpc.testing.Payload
 
getUnknownFields() - Method in class io.grpc.testing.ServerArgs
 
getUnknownFields() - Method in class io.grpc.testing.ServerConfig
 
getUnknownFields() - Method in class io.grpc.testing.ServerStats
 
getUnknownFields() - Method in class io.grpc.testing.ServerStatus
 
getUnknownFields() - Method in class io.grpc.testing.SimpleRequest
 
getUnknownFields() - Method in class io.grpc.testing.SimpleResponse
 
getUnknownFields() - Method in class io.grpc.testing.StatsRequest
 
getUsername() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
optional string username = 2;
getUsername() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
optional string username = 2;
getUsername() - Method in interface io.grpc.testing.integration.Messages.SimpleResponseOrBuilder
optional string username = 2;
getUsernameBytes() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
optional string username = 2;
getUsernameBytes() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
optional string username = 2;
getUsernameBytes() - Method in interface io.grpc.testing.integration.Messages.SimpleResponseOrBuilder
optional string username = 2;
getValue() - Method in class io.grpc.testing.integration.Messages.SimpleContext.Builder
optional string value = 1;
getValue() - Method in class io.grpc.testing.integration.Messages.SimpleContext
optional string value = 1;
getValue() - Method in interface io.grpc.testing.integration.Messages.SimpleContextOrBuilder
optional string value = 1;
getValueBytes() - Method in class io.grpc.testing.integration.Messages.SimpleContext.Builder
optional string value = 1;
getValueBytes() - Method in class io.grpc.testing.integration.Messages.SimpleContext
optional string value = 1;
getValueBytes() - Method in interface io.grpc.testing.integration.Messages.SimpleContextOrBuilder
optional string value = 1;
getValueDescriptor() - Method in enum io.grpc.testing.ClientType
 
getValueDescriptor() - Method in enum io.grpc.testing.integration.Messages.PayloadType
 
getValueDescriptor() - Method in enum io.grpc.testing.PayloadType
 
getValueDescriptor() - Method in enum io.grpc.testing.RpcType
 
getValueDescriptor() - Method in enum io.grpc.testing.ServerType
 
getValues() - Method in class io.grpc.stub.StreamRecorder
Returns the current set of received values.
gracefulShutdown() - Method in class io.grpc.testing.integration.AbstractTransportTest
 
greet(String) - Method in class io.grpc.examples.helloworld.HelloWorldClient
Say hello to server.
GreeterGrpc - Class in io.grpc.examples.helloworld
 
GreeterGrpc() - Constructor for class io.grpc.examples.helloworld.GreeterGrpc
 
GreeterGrpc.Greeter - Interface in io.grpc.examples.helloworld
 
GreeterGrpc.GreeterBlockingClient - Interface in io.grpc.examples.helloworld
 
GreeterGrpc.GreeterBlockingStub - Class in io.grpc.examples.helloworld
 
GreeterGrpc.GreeterFutureClient - Interface in io.grpc.examples.helloworld
 
GreeterGrpc.GreeterFutureStub - Class in io.grpc.examples.helloworld
 
GreeterGrpc.GreeterServiceDescriptor - Class in io.grpc.examples.helloworld
 
GreeterGrpc.GreeterStub - Class in io.grpc.examples.helloworld
 
GrpcSslContexts - Class in io.grpc.transport.netty
Utility for configuring SslContext for gRPC.

H

halfClose() - Method in class io.grpc.Call
Close the call for request message sending.
halfClose() - Method in class io.grpc.ForwardingCall
 
halfClose() - Method in class io.grpc.transport.AbstractClientStream
 
halfClose() - Method in interface io.grpc.transport.ClientStream
Closes the local side of this stream and flushes any remaining messages.
halfClosed() - Method in interface io.grpc.transport.ServerStreamListener
Called when the remote side of the transport gracefully closed, indicating the client had no more data to send.
halfDuplexCall(StreamObserver<Messages.StreamingOutputCallResponse>) - Method in interface io.grpc.testing.integration.TestServiceGrpc.TestService
 
halfDuplexCall - Variable in class io.grpc.testing.integration.TestServiceGrpc.TestServiceServiceDescriptor
 
halfDuplexCall(StreamObserver<Messages.StreamingOutputCallResponse>) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceStub
 
halfDuplexCall(StreamObserver<Messages.StreamingOutputCallResponse>) - Method in class io.grpc.testing.integration.TestServiceImpl
Similar to TestServiceImpl.fullDuplexCall(io.grpc.stub.StreamObserver<io.grpc.testing.integration.Messages.StreamingOutputCallResponse>), except that it waits for all streaming requests to be received before starting the streaming responses.
halfDuplexCallShouldSucceed() - Method in class io.grpc.testing.integration.AbstractTransportTest
 
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
 
HandlerRegistry.Method - Class in io.grpc
A method belonging to a service to be exposed to remote callers.
hasArray() - Method in class io.grpc.transport.AbstractReadableBuffer
 
hasArray() - Method in class io.grpc.transport.ForwardingReadableBuffer
 
hasArray() - Method in interface io.grpc.transport.ReadableBuffer
Indicates whether or not this buffer exposes a backing array.
hashCode() - Method in class io.grpc.Metadata.Key
 
hasHi() - Method in class io.grpc.examples.routeguide.Rectangle.Builder
optional .routeguide.Point hi = 2;
hasHi() - Method in class io.grpc.examples.routeguide.Rectangle
optional .routeguide.Point hi = 2;
hasHi() - Method in interface io.grpc.examples.routeguide.RectangleOrBuilder
optional .routeguide.Point hi = 2;
hasLatencies() - Method in class io.grpc.testing.ClientStats.Builder
optional .grpc.testing.HistogramData latencies = 1;
hasLatencies() - Method in class io.grpc.testing.ClientStats
optional .grpc.testing.HistogramData latencies = 1;
hasLatencies() - Method in interface io.grpc.testing.ClientStatsOrBuilder
optional .grpc.testing.HistogramData latencies = 1;
hasLo() - Method in class io.grpc.examples.routeguide.Rectangle.Builder
optional .routeguide.Point lo = 1;
hasLo() - Method in class io.grpc.examples.routeguide.Rectangle
optional .routeguide.Point lo = 1;
hasLo() - Method in interface io.grpc.examples.routeguide.RectangleOrBuilder
optional .routeguide.Point lo = 1;
hasLocation() - Method in class io.grpc.examples.routeguide.Feature.Builder
optional .routeguide.Point location = 2;
hasLocation() - Method in class io.grpc.examples.routeguide.Feature
optional .routeguide.Point location = 2;
hasLocation() - Method in interface io.grpc.examples.routeguide.FeatureOrBuilder
optional .routeguide.Point location = 2;
hasLocation() - Method in class io.grpc.examples.routeguide.RouteNote.Builder
optional .routeguide.Point location = 1;
hasLocation() - Method in class io.grpc.examples.routeguide.RouteNote
optional .routeguide.Point location = 1;
hasLocation() - Method in interface io.grpc.examples.routeguide.RouteNoteOrBuilder
optional .routeguide.Point location = 1;
hasPayload() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
optional .grpc.testing.Payload payload = 3;
hasPayload() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
optional .grpc.testing.Payload payload = 3;
hasPayload() - Method in interface io.grpc.testing.integration.Messages.SimpleRequestOrBuilder
optional .grpc.testing.Payload payload = 3;
hasPayload() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
optional .grpc.testing.Payload payload = 1;
hasPayload() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
optional .grpc.testing.Payload payload = 1;
hasPayload() - Method in interface io.grpc.testing.integration.Messages.SimpleResponseOrBuilder
optional .grpc.testing.Payload payload = 1;
hasPayload() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
optional .grpc.testing.Payload payload = 1;
hasPayload() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
optional .grpc.testing.Payload payload = 1;
hasPayload() - Method in interface io.grpc.testing.integration.Messages.StreamingInputCallRequestOrBuilder
optional .grpc.testing.Payload payload = 1;
hasPayload() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
optional .grpc.testing.Payload payload = 3;
hasPayload() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
optional .grpc.testing.Payload payload = 3;
hasPayload() - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallRequestOrBuilder
optional .grpc.testing.Payload payload = 3;
hasPayload() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
optional .grpc.testing.Payload payload = 1;
hasPayload() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
optional .grpc.testing.Payload payload = 1;
hasPayload() - Method in interface io.grpc.testing.integration.Messages.StreamingOutputCallResponseOrBuilder
optional .grpc.testing.Payload payload = 1;
hasPayload() - Method in class io.grpc.testing.SimpleRequest.Builder
optional .grpc.testing.Payload payload = 3;
hasPayload() - Method in class io.grpc.testing.SimpleRequest
optional .grpc.testing.Payload payload = 3;
hasPayload() - Method in interface io.grpc.testing.SimpleRequestOrBuilder
optional .grpc.testing.Payload payload = 3;
hasPayload() - Method in class io.grpc.testing.SimpleResponse.Builder
optional .grpc.testing.Payload payload = 1;
hasPayload() - Method in class io.grpc.testing.SimpleResponse
optional .grpc.testing.Payload payload = 1;
hasPayload() - Method in interface io.grpc.testing.SimpleResponseOrBuilder
optional .grpc.testing.Payload payload = 1;
hasStats() - Method in class io.grpc.testing.ClientStatus.Builder
optional .grpc.testing.ClientStats stats = 1;
hasStats() - Method in class io.grpc.testing.ClientStatus
optional .grpc.testing.ClientStats stats = 1;
hasStats() - Method in interface io.grpc.testing.ClientStatusOrBuilder
optional .grpc.testing.ClientStats stats = 1;
hasStats() - Method in class io.grpc.testing.ServerStatus.Builder
optional .grpc.testing.ServerStats stats = 1;
hasStats() - Method in class io.grpc.testing.ServerStatus
optional .grpc.testing.ServerStats stats = 1;
hasStats() - Method in interface io.grpc.testing.ServerStatusOrBuilder
optional .grpc.testing.ServerStats stats = 1;
HeaderClientInterceptor - Class in io.grpc.examples.header
A interceptor to handle client header.
HeaderClientInterceptor() - Constructor for class io.grpc.examples.header.HeaderClientInterceptor
 
Headers(byte[]...) - Constructor for class io.grpc.Metadata.Headers
Called by the transport layer to create headers from their binary serialized values.
Headers() - Constructor for class io.grpc.Metadata.Headers
Called by the application layer to construct headers prior to passing them to the transport for serialization.
Headers - Class in io.grpc.transport.okhttp
Constants for request/response headers.
Headers() - Constructor for class io.grpc.transport.okhttp.Headers
 
HeaderServerInterceptor - Class in io.grpc.examples.header
A interceptor to handle server header.
HeaderServerInterceptor() - Constructor for class io.grpc.examples.header.HeaderServerInterceptor
 
headersRead(Metadata.Headers) - Method in interface io.grpc.transport.ClientStreamListener
Called upon receiving all header information from the remote end-point.
HelloRequest - Class in io.grpc.examples.helloworld
Protobuf type helloworld.HelloRequest
HelloRequest.Builder - Class in io.grpc.examples.helloworld
Protobuf type helloworld.HelloRequest
HelloRequestOrBuilder - Interface in io.grpc.examples.helloworld
 
HelloResponse - Class in io.grpc.examples.helloworld
Protobuf type helloworld.HelloResponse
HelloResponse.Builder - Class in io.grpc.examples.helloworld
Protobuf type helloworld.HelloResponse
HelloResponseOrBuilder - Interface in io.grpc.examples.helloworld
 
HelloWorldClient - Class in io.grpc.examples.helloworld
A simple client that requests a greeting from the HelloWorldServer.
HelloWorldClient(String, int) - Constructor for class io.grpc.examples.helloworld.HelloWorldClient
Construct client connecting to HelloWorld server at host:port.
HelloWorldProto - Class in io.grpc.examples.helloworld
 
HelloWorldServer - Class in io.grpc.examples.helloworld
Server that manages startup/shutdown of a Greeter server.
HelloWorldServer() - Constructor for class io.grpc.examples.helloworld.HelloWorldServer
 
HI_FIELD_NUMBER - Static variable in class io.grpc.examples.routeguide.Rectangle
 
HistogramData - Class in io.grpc.testing
Protobuf type grpc.testing.HistogramData
HistogramData.Builder - Class in io.grpc.testing
Protobuf type grpc.testing.HistogramData
HistogramDataOrBuilder - Interface in io.grpc.testing
 
Http2ClientStream - Class in io.grpc.transport
Base implementation for client streams using HTTP2 as the transport.
Http2ClientStream(WritableBufferAllocator, ClientStreamListener) - Constructor for class io.grpc.transport.Http2ClientStream
 
HTTP_METHOD - Static variable in class io.grpc.transport.HttpUtil
The HTTP method used for GRPC requests.
httpStatusToGrpcStatus(int) - Static method in class io.grpc.transport.HttpUtil
Maps HTTP error response status codes to transport codes.
HttpUtil - Class in io.grpc.transport
Constants for GRPC-over-HTTP (or HTTP/2).
HttpUtil.Http2Error - Enum in io.grpc.transport
All error codes identified by the HTTP/2 spec.

I

id() - Method in class io.grpc.transport.AbstractStream
Returns the internal ID for this stream.
ignoreClose(ReadableBuffer) - Static method in class io.grpc.transport.ReadableBuffers
Decorates the given ReadableBuffer to ignore calls to ReadableBuffer.close().
inboundDataReceived(ReadableBuffer) - Method in class io.grpc.transport.AbstractClientStream
Processes the contents of a received data frame from the server.
inboundDataReceived(ReadableBuffer, boolean) - Method in class io.grpc.transport.AbstractServerStream
Called in the network thread to process the content of an inbound DATA frame from the client.
inboundDeliveryPaused() - Method in class io.grpc.transport.AbstractClientStream
 
inboundDeliveryPaused() - Method in class io.grpc.transport.AbstractStream
Handles the event that the deframer has no pending deliveries.
inboundHeadersReceived(Metadata.Headers) - Method in class io.grpc.transport.AbstractClientStream
Called by transport implementations when they receive headers.
inboundTrailersReceived(Metadata.Trailers, Status) - Method in class io.grpc.transport.AbstractClientStream
Processes the trailers and status from the server.
inboundTransportError(Status) - Method in class io.grpc.transport.AbstractClientStream
The transport implementation has detected a protocol error on the stream.
INTEGER_MARSHALLER - Static variable in class io.grpc.Metadata
Simple metadata marshaller that encodes an integer as a signed decimal string.
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<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(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(ServerServiceDefinition, List<ServerInterceptor>) - Static method in class io.grpc.ServerInterceptors
Create a new ServerServiceDefinition whose ServerCallHandlers will call interceptors before calling the pre-existing ServerCallHandler.
interceptCall(MethodDescriptor<ReqT, RespT>, Channel) - Method in class io.grpc.auth.ClientAuthInterceptor
 
interceptCall(MethodDescriptor<RequestT, ResponseT>, Channel) - Method in interface io.grpc.ClientInterceptor
Intercept Call creation by the next Channel.
interceptCall(MethodDescriptor<ReqT, RespT>, Channel) - Method in class io.grpc.examples.header.HeaderClientInterceptor
 
interceptCall(String, ServerCall<RespT>, Metadata.Headers, ServerCallHandler<ReqT, RespT>) - Method in class io.grpc.examples.header.HeaderServerInterceptor
 
interceptCall(String, ServerCall<ResponseT>, Metadata.Headers, ServerCallHandler<RequestT, ResponseT>) - Method in interface io.grpc.ServerInterceptor
Intercept ServerCall dispatch by the next ServerCallHandler.
INTERNAL - Static variable in class io.grpc.Status
Internal errors.
internalGetFieldAccessorTable() - Method in class com.google.protobuf.EmptyProtos.Empty.Builder
 
internalGetFieldAccessorTable() - Method in class com.google.protobuf.EmptyProtos.Empty
 
internalGetFieldAccessorTable() - Method in class io.grpc.examples.helloworld.HelloRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.examples.helloworld.HelloRequest
 
internalGetFieldAccessorTable() - Method in class io.grpc.examples.helloworld.HelloResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.examples.helloworld.HelloResponse
 
internalGetFieldAccessorTable() - Method in class io.grpc.examples.routeguide.Feature.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.examples.routeguide.Feature
 
internalGetFieldAccessorTable() - Method in class io.grpc.examples.routeguide.Point.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.examples.routeguide.Point
 
internalGetFieldAccessorTable() - Method in class io.grpc.examples.routeguide.Rectangle.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.examples.routeguide.Rectangle
 
internalGetFieldAccessorTable() - Method in class io.grpc.examples.routeguide.RouteNote.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.examples.routeguide.RouteNote
 
internalGetFieldAccessorTable() - Method in class io.grpc.examples.routeguide.RouteSummary.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.examples.routeguide.RouteSummary
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.ClientArgs.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.ClientArgs
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.ClientConfig.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.ClientConfig
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.ClientStats.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.ClientStats
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.ClientStatus.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.ClientStatus
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.HistogramData.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.HistogramData
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.Payload.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.Payload
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.ResponseParameters
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.SimpleContext.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.SimpleContext
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.Mark.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.Mark
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.Payload.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.Payload
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.ServerArgs.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.ServerArgs
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.ServerConfig.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.ServerConfig
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.ServerStats.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.ServerStats
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.ServerStatus.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.ServerStatus
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.SimpleRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.SimpleRequest
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.SimpleResponse.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.SimpleResponse
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.StatsRequest.Builder
 
internalGetFieldAccessorTable() - Method in class io.grpc.testing.StatsRequest
 
internalGetValueMap() - Static method in enum io.grpc.testing.ClientType
 
internalGetValueMap() - Static method in enum io.grpc.testing.integration.Messages.PayloadType
 
internalGetValueMap() - Static method in enum io.grpc.testing.PayloadType
 
internalGetValueMap() - Static method in enum io.grpc.testing.RpcType
 
internalGetValueMap() - Static method in enum io.grpc.testing.ServerType
 
internalSendFrame(WritableBuffer, boolean, boolean) - Method in class io.grpc.transport.AbstractClientStream
 
internalSendFrame(WritableBuffer, boolean, boolean) - Method in class io.grpc.transport.AbstractServerStream
 
internalSendFrame(WritableBuffer, boolean, boolean) - Method in class io.grpc.transport.AbstractStream
Sends an outbound frame to the remote end point.
internalSendHeaders(Metadata.Headers) - Method in class io.grpc.transport.AbstractServerStream
Sends response headers to the remote end points.
INTERVAL_US_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.ResponseParameters
 
INVALID_ARGUMENT - Static variable in class io.grpc.Status
Client specified an invalid argument.
invoke(StreamObserver<RespT>) - Method in interface io.grpc.stub.ServerCalls.StreamingRequestMethod
 
invoke(ReqT, StreamObserver<RespT>) - Method in interface io.grpc.stub.ServerCalls.UnaryRequestMethod
 
io.grpc - package io.grpc
 
io.grpc.auth - package io.grpc.auth
 
io.grpc.benchmarks.qps - package io.grpc.benchmarks.qps
 
io.grpc.examples.header - package io.grpc.examples.header
 
io.grpc.examples.helloworld - package io.grpc.examples.helloworld
 
io.grpc.examples.routeguide - package io.grpc.examples.routeguide
 
io.grpc.protobuf - package io.grpc.protobuf
 
io.grpc.protobuf.nano - package io.grpc.protobuf.nano
 
io.grpc.stub - package io.grpc.stub
 
io.grpc.testing - package io.grpc.testing
 
io.grpc.testing.integration - package io.grpc.testing.integration
 
io.grpc.transport - package io.grpc.transport
 
io.grpc.transport.netty - package io.grpc.transport.netty
 
io.grpc.transport.okhttp - package io.grpc.transport.okhttp
 
isCancelled() - Method in class io.grpc.ForwardingServerCall
 
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.
isClosed() - Method in class io.grpc.transport.AbstractClientStream
 
isClosed() - Method in class io.grpc.transport.AbstractServerStream
 
isClosed() - Method in class io.grpc.transport.AbstractStream
Whether the stream is fully closed.
isClosed() - Method in class io.grpc.transport.MessageDeframer
Indicates whether or not this deframer has been closed.
isClosed() - Method in class io.grpc.transport.MessageFramer
Indicates whether or not this framer has been closed via a call to either MessageFramer.close() or MessageFramer.dispose().
isDeframerStalled() - Method in class io.grpc.transport.AbstractStream
Indicates whether delivery is currently stalled, pending receipt of more data.
isInitialized() - Method in class com.google.protobuf.EmptyProtos.Empty.Builder
 
isInitialized() - Method in class com.google.protobuf.EmptyProtos.Empty
 
isInitialized() - Method in class io.grpc.examples.helloworld.HelloRequest.Builder
 
isInitialized() - Method in class io.grpc.examples.helloworld.HelloRequest
 
isInitialized() - Method in class io.grpc.examples.helloworld.HelloResponse.Builder
 
isInitialized() - Method in class io.grpc.examples.helloworld.HelloResponse
 
isInitialized() - Method in class io.grpc.examples.routeguide.Feature.Builder
 
isInitialized() - Method in class io.grpc.examples.routeguide.Feature
 
isInitialized() - Method in class io.grpc.examples.routeguide.Point.Builder
 
isInitialized() - Method in class io.grpc.examples.routeguide.Point
 
isInitialized() - Method in class io.grpc.examples.routeguide.Rectangle.Builder
 
isInitialized() - Method in class io.grpc.examples.routeguide.Rectangle
 
isInitialized() - Method in class io.grpc.examples.routeguide.RouteNote.Builder
 
isInitialized() - Method in class io.grpc.examples.routeguide.RouteNote
 
isInitialized() - Method in class io.grpc.examples.routeguide.RouteSummary.Builder
 
isInitialized() - Method in class io.grpc.examples.routeguide.RouteSummary
 
isInitialized() - Method in class io.grpc.testing.ClientArgs.Builder
 
isInitialized() - Method in class io.grpc.testing.ClientArgs
 
isInitialized() - Method in class io.grpc.testing.ClientConfig.Builder
 
isInitialized() - Method in class io.grpc.testing.ClientConfig
 
isInitialized() - Method in class io.grpc.testing.ClientStats.Builder
 
isInitialized() - Method in class io.grpc.testing.ClientStats
 
isInitialized() - Method in class io.grpc.testing.ClientStatus.Builder
 
isInitialized() - Method in class io.grpc.testing.ClientStatus
 
isInitialized() - Method in class io.grpc.testing.HistogramData.Builder
 
isInitialized() - Method in class io.grpc.testing.HistogramData
 
isInitialized() - Method in class io.grpc.testing.integration.Messages.Payload.Builder
 
isInitialized() - Method in class io.grpc.testing.integration.Messages.Payload
 
isInitialized() - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
 
isInitialized() - Method in class io.grpc.testing.integration.Messages.ResponseParameters
 
isInitialized() - Method in class io.grpc.testing.integration.Messages.SimpleContext.Builder
 
isInitialized() - Method in class io.grpc.testing.integration.Messages.SimpleContext
 
isInitialized() - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
 
isInitialized() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
 
isInitialized() - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
 
isInitialized() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
 
isInitialized() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
 
isInitialized() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
 
isInitialized() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
 
isInitialized() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
 
isInitialized() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
 
isInitialized() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
 
isInitialized() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
 
isInitialized() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
 
isInitialized() - Method in class io.grpc.testing.Mark.Builder
 
isInitialized() - Method in class io.grpc.testing.Mark
 
isInitialized() - Method in class io.grpc.testing.Payload.Builder
 
isInitialized() - Method in class io.grpc.testing.Payload
 
isInitialized() - Method in class io.grpc.testing.ServerArgs.Builder
 
isInitialized() - Method in class io.grpc.testing.ServerArgs
 
isInitialized() - Method in class io.grpc.testing.ServerConfig.Builder
 
isInitialized() - Method in class io.grpc.testing.ServerConfig
 
isInitialized() - Method in class io.grpc.testing.ServerStats.Builder
 
isInitialized() - Method in class io.grpc.testing.ServerStats
 
isInitialized() - Method in class io.grpc.testing.ServerStatus.Builder
 
isInitialized() - Method in class io.grpc.testing.ServerStatus
 
isInitialized() - Method in class io.grpc.testing.SimpleRequest.Builder
 
isInitialized() - Method in class io.grpc.testing.SimpleRequest
 
isInitialized() - Method in class io.grpc.testing.SimpleResponse.Builder
 
isInitialized() - Method in class io.grpc.testing.SimpleResponse
 
isInitialized() - Method in class io.grpc.testing.StatsRequest.Builder
 
isInitialized() - Method in class io.grpc.testing.StatsRequest
 
isOk() - Method in class io.grpc.Status
Is this status OK, i.e., not an error.
isReady() - Method in class io.grpc.Call
If true, indicates that the call is capable of sending additional messages without requiring excessive buffering internally.
isReady() - Method in class io.grpc.ForwardingCall
 
isReady() - Method in class io.grpc.ForwardingServerCall
 
isReady() - Method in class io.grpc.ServerCall
If true, indicates that the call is capable of sending additional messages without requiring excessive buffering internally.
isReady() - Method in class io.grpc.transport.AbstractStream
 
isReady() - Method in interface io.grpc.transport.Stream
If true, indicates that the transport is capable of sending additional messages without requiring excessive buffering internally.
isRequired() - Method in interface io.grpc.benchmarks.qps.AbstractConfigurationBuilder.Param
Indicates whether or not this parameter is required and must therefore be set before the configuration can be successfully built.
isSerializable() - Method in class io.grpc.Metadata
Can this metadata be serialized.
isShutdown() - Method in class io.grpc.ChannelImpl
Returns whether the channel is shutdown.
isShutdown() - Method in class io.grpc.ServerImpl
Returns whether the server is shutdown.
isStalled() - Method in class io.grpc.transport.MessageDeframer
Indicates whether delivery is currently stalled, pending receipt of more data.
isTerminated() - Method in class io.grpc.ChannelImpl
Returns whether the channel is terminated.
isTerminated() - Method in class io.grpc.ServerImpl
Returns whether the server is terminated.

K

keyForProto(T) - Static method in class io.grpc.protobuf.ProtoUtils
Produce a metadata key for a generated protobuf type.

L

largeUnary() - Method in class io.grpc.testing.integration.AbstractTransportTest
 
LATENCIES_FIELD_NUMBER - Static variable in class io.grpc.testing.ClientStats
 
LATITUDE_FIELD_NUMBER - Static variable in class io.grpc.examples.routeguide.Point
 
Listener() - Constructor for class io.grpc.Call.Listener
 
Listener() - Constructor for class io.grpc.ServerCall.Listener
 
listener() - Method in class io.grpc.transport.AbstractClientStream
 
listener() - Method in class io.grpc.transport.AbstractServerStream
 
listener() - Method in class io.grpc.transport.AbstractStream
Gets the listener to this stream.
listFeatures(int, int, int, int) - Method in class io.grpc.examples.routeguide.RouteGuideClient
Blocking server-streaming example.
listFeatures(Rectangle, StreamObserver<Feature>) - Method in interface io.grpc.examples.routeguide.RouteGuideGrpc.RouteGuide
 
listFeatures(Rectangle) - Method in interface io.grpc.examples.routeguide.RouteGuideGrpc.RouteGuideBlockingClient
 
listFeatures(Rectangle) - Method in class io.grpc.examples.routeguide.RouteGuideGrpc.RouteGuideBlockingStub
 
listFeatures - Variable in class io.grpc.examples.routeguide.RouteGuideGrpc.RouteGuideServiceDescriptor
 
listFeatures(Rectangle, StreamObserver<Feature>) - Method in class io.grpc.examples.routeguide.RouteGuideGrpc.RouteGuideStub
 
LO_FIELD_NUMBER - Static variable in class io.grpc.examples.routeguide.Rectangle
 
loadCert(String) - Static method in class io.grpc.testing.TestUtils
Load a file from the resources folder.
LOCATION_FIELD_NUMBER - Static variable in class io.grpc.examples.routeguide.Feature
 
LOCATION_FIELD_NUMBER - Static variable in class io.grpc.examples.routeguide.RouteNote
 
LONGITUDE_FIELD_NUMBER - Static variable in class io.grpc.examples.routeguide.Point
 
lookupMethod(String) - Method in class io.grpc.HandlerRegistry
Lookup a HandlerRegistry.Method by its fully-qualified name.
lookupMethod(String) - Method in class io.grpc.MutableHandlerRegistryImpl
 

M

main(String...) - Static method in class io.grpc.benchmarks.qps.AsyncClient
checkstyle complains if there is no javadoc comment here.
main(String...) - Static method in class io.grpc.benchmarks.qps.AsyncServer
checkstyle complains if there is no javadoc comment here.
main(String...) - Static method in class io.grpc.benchmarks.qps.OpenLoopClient
Comment for checkstyle.
main(String[]) - Static method in class io.grpc.examples.header.CustomHeaderClient
Main start the client from the command line.
main(String[]) - Static method in class io.grpc.examples.header.CustomHeaderServer
Main launches the server from the command line.
main(String[]) - Static method in class io.grpc.examples.helloworld.HelloWorldClient
Greet server.
main(String[]) - Static method in class io.grpc.examples.helloworld.HelloWorldServer
Main launches the server from the command line.
main(String[]) - Static method in class io.grpc.examples.routeguide.RouteGuideClient
Issues several different requests and then exits.
main(String[]) - Static method in class io.grpc.examples.routeguide.RouteGuideServer
 
main(String[]) - Static method in class io.grpc.testing.integration.TestServiceClient
The main application allowing this client to be launched from the command line.
main(String[]) - Static method in class io.grpc.testing.integration.TestServiceServer
The main application allowing this server to be launched from the command line.
Mark - Class in io.grpc.testing
Protobuf type grpc.testing.Mark
Mark.Builder - Class in io.grpc.testing
Protobuf type grpc.testing.Mark
MARK_FIELD_NUMBER - Static variable in class io.grpc.testing.ClientArgs
 
MARK_FIELD_NUMBER - Static variable in class io.grpc.testing.ServerArgs
 
MarkOrBuilder - Interface in io.grpc.testing
 
Marshaller<T> - Interface in io.grpc
A typed abstraction over message parsing and serialization.
marshaller(Parser<T>) - Static method in class io.grpc.protobuf.nano.NanoUtils
Adapt parser to a Marshaller.
marshaller(Parser<T>) - Static method in class io.grpc.protobuf.ProtoUtils
Adapt a Parser to a Marshaller.
MAX_SEEN_FIELD_NUMBER - Static variable in class io.grpc.testing.HistogramData
 
maxConcurrentCallsPerConnection(int) - Method in class io.grpc.transport.netty.NettyServerBuilder
The maximum number of concurrent calls permitted for each incoming connection.
merge(Metadata) - Method in class io.grpc.Metadata.Headers
 
merge(Metadata, Set<Metadata.Key<?>>) - Method in class io.grpc.Metadata.Headers
 
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 for the given set of keys into this set of metadata.
mergeFrom(Message) - Method in class com.google.protobuf.EmptyProtos.Empty.Builder
 
mergeFrom(EmptyProtos.Empty) - Method in class com.google.protobuf.EmptyProtos.Empty.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class com.google.protobuf.EmptyProtos.Empty.Builder
 
mergeFrom(Message) - Method in class io.grpc.examples.helloworld.HelloRequest.Builder
 
mergeFrom(HelloRequest) - Method in class io.grpc.examples.helloworld.HelloRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.examples.helloworld.HelloRequest.Builder
 
mergeFrom(Message) - Method in class io.grpc.examples.helloworld.HelloResponse.Builder
 
mergeFrom(HelloResponse) - Method in class io.grpc.examples.helloworld.HelloResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.examples.helloworld.HelloResponse.Builder
 
mergeFrom(Message) - Method in class io.grpc.examples.routeguide.Feature.Builder
 
mergeFrom(Feature) - Method in class io.grpc.examples.routeguide.Feature.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.examples.routeguide.Feature.Builder
 
mergeFrom(Message) - Method in class io.grpc.examples.routeguide.Point.Builder
 
mergeFrom(Point) - Method in class io.grpc.examples.routeguide.Point.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.examples.routeguide.Point.Builder
 
mergeFrom(Message) - Method in class io.grpc.examples.routeguide.Rectangle.Builder
 
mergeFrom(Rectangle) - Method in class io.grpc.examples.routeguide.Rectangle.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.examples.routeguide.Rectangle.Builder
 
mergeFrom(Message) - Method in class io.grpc.examples.routeguide.RouteNote.Builder
 
mergeFrom(RouteNote) - Method in class io.grpc.examples.routeguide.RouteNote.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.examples.routeguide.RouteNote.Builder
 
mergeFrom(Message) - Method in class io.grpc.examples.routeguide.RouteSummary.Builder
 
mergeFrom(RouteSummary) - Method in class io.grpc.examples.routeguide.RouteSummary.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.examples.routeguide.RouteSummary.Builder
 
mergeFrom(Message) - Method in class io.grpc.testing.ClientArgs.Builder
 
mergeFrom(ClientArgs) - Method in class io.grpc.testing.ClientArgs.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.ClientArgs.Builder
 
mergeFrom(Message) - Method in class io.grpc.testing.ClientConfig.Builder
 
mergeFrom(ClientConfig) - Method in class io.grpc.testing.ClientConfig.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.ClientConfig.Builder
 
mergeFrom(Message) - Method in class io.grpc.testing.ClientStats.Builder
 
mergeFrom(ClientStats) - Method in class io.grpc.testing.ClientStats.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.ClientStats.Builder
 
mergeFrom(Message) - Method in class io.grpc.testing.ClientStatus.Builder
 
mergeFrom(ClientStatus) - Method in class io.grpc.testing.ClientStatus.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.ClientStatus.Builder
 
mergeFrom(Message) - Method in class io.grpc.testing.HistogramData.Builder
 
mergeFrom(HistogramData) - Method in class io.grpc.testing.HistogramData.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.HistogramData.Builder
 
mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.Payload.Builder
 
mergeFrom(Messages.Payload) - Method in class io.grpc.testing.integration.Messages.Payload.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.Payload.Builder
 
mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
 
mergeFrom(Messages.ResponseParameters) - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
 
mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.SimpleContext.Builder
 
mergeFrom(Messages.SimpleContext) - Method in class io.grpc.testing.integration.Messages.SimpleContext.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.SimpleContext.Builder
 
mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
 
mergeFrom(Messages.SimpleRequest) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
 
mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
 
mergeFrom(Messages.SimpleResponse) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
 
mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
 
mergeFrom(Messages.StreamingInputCallRequest) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
 
mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
 
mergeFrom(Messages.StreamingInputCallResponse) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
 
mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
 
mergeFrom(Messages.StreamingOutputCallRequest) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
 
mergeFrom(Message) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
 
mergeFrom(Messages.StreamingOutputCallResponse) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
 
mergeFrom(Message) - Method in class io.grpc.testing.Mark.Builder
 
mergeFrom(Mark) - Method in class io.grpc.testing.Mark.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.Mark.Builder
 
mergeFrom(Message) - Method in class io.grpc.testing.Payload.Builder
 
mergeFrom(Payload) - Method in class io.grpc.testing.Payload.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.Payload.Builder
 
mergeFrom(Message) - Method in class io.grpc.testing.ServerArgs.Builder
 
mergeFrom(ServerArgs) - Method in class io.grpc.testing.ServerArgs.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.ServerArgs.Builder
 
mergeFrom(Message) - Method in class io.grpc.testing.ServerConfig.Builder
 
mergeFrom(ServerConfig) - Method in class io.grpc.testing.ServerConfig.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.ServerConfig.Builder
 
mergeFrom(Message) - Method in class io.grpc.testing.ServerStats.Builder
 
mergeFrom(ServerStats) - Method in class io.grpc.testing.ServerStats.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.ServerStats.Builder
 
mergeFrom(Message) - Method in class io.grpc.testing.ServerStatus.Builder
 
mergeFrom(ServerStatus) - Method in class io.grpc.testing.ServerStatus.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.ServerStatus.Builder
 
mergeFrom(Message) - Method in class io.grpc.testing.SimpleRequest.Builder
 
mergeFrom(SimpleRequest) - Method in class io.grpc.testing.SimpleRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.SimpleRequest.Builder
 
mergeFrom(Message) - Method in class io.grpc.testing.SimpleResponse.Builder
 
mergeFrom(SimpleResponse) - Method in class io.grpc.testing.SimpleResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.SimpleResponse.Builder
 
mergeFrom(Message) - Method in class io.grpc.testing.StatsRequest.Builder
 
mergeFrom(StatsRequest) - Method in class io.grpc.testing.StatsRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class io.grpc.testing.StatsRequest.Builder
 
mergeHi(Point) - Method in class io.grpc.examples.routeguide.Rectangle.Builder
optional .routeguide.Point hi = 2;
mergeLatencies(HistogramData) - Method in class io.grpc.testing.ClientStats.Builder
optional .grpc.testing.HistogramData latencies = 1;
mergeLo(Point) - Method in class io.grpc.examples.routeguide.Rectangle.Builder
optional .routeguide.Point lo = 1;
mergeLocation(Point) - Method in class io.grpc.examples.routeguide.Feature.Builder
optional .routeguide.Point location = 2;
mergeLocation(Point) - Method in class io.grpc.examples.routeguide.RouteNote.Builder
optional .routeguide.Point location = 1;
mergeMark(Mark) - Method in class io.grpc.testing.ClientArgs.Builder
optional .grpc.testing.Mark mark = 2;
mergeMark(Mark) - Method in class io.grpc.testing.ServerArgs.Builder
optional .grpc.testing.Mark mark = 2;
mergePayload(Messages.Payload) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
optional .grpc.testing.Payload payload = 3;
mergePayload(Messages.Payload) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
optional .grpc.testing.Payload payload = 1;
mergePayload(Messages.Payload) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
optional .grpc.testing.Payload payload = 1;
mergePayload(Messages.Payload) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
optional .grpc.testing.Payload payload = 3;
mergePayload(Messages.Payload) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
optional .grpc.testing.Payload payload = 1;
mergePayload(Payload) - Method in class io.grpc.testing.SimpleRequest.Builder
optional .grpc.testing.Payload payload = 3;
mergePayload(Payload) - Method in class io.grpc.testing.SimpleResponse.Builder
optional .grpc.testing.Payload payload = 1;
mergeSetup(ClientConfig) - Method in class io.grpc.testing.ClientArgs.Builder
optional .grpc.testing.ClientConfig setup = 1;
mergeSetup(ServerConfig) - Method in class io.grpc.testing.ServerArgs.Builder
optional .grpc.testing.ServerConfig setup = 1;
mergeStats(ClientStats) - Method in class io.grpc.testing.ClientStatus.Builder
optional .grpc.testing.ClientStats stats = 1;
mergeStats(ServerStats) - Method in class io.grpc.testing.ServerStatus.Builder
optional .grpc.testing.ServerStats stats = 1;
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.examples.helloworld.HelloRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.examples.helloworld.HelloResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.examples.routeguide.Feature.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.examples.routeguide.Point.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.examples.routeguide.Rectangle.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.examples.routeguide.RouteNote.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.examples.routeguide.RouteSummary.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.ClientArgs.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.ClientConfig.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.ClientStats.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.ClientStatus.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.HistogramData.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.Payload.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.SimpleContext.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.Mark.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.Payload.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.ServerArgs.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.ServerConfig.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.ServerStats.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.ServerStatus.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.SimpleRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.SimpleResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.StatsRequest.Builder
 
MESSAGE_FIELD_NUMBER - Static variable in class io.grpc.examples.helloworld.HelloResponse
 
MESSAGE_FIELD_NUMBER - Static variable in class io.grpc.examples.routeguide.RouteNote
 
MESSAGE_KEY - Static variable in class io.grpc.Status
Key to bind status message to trailing metadata.
MessageDeframer - Class in io.grpc.transport
Deframer for GRPC frames.
MessageDeframer(MessageDeframer.Listener) - Constructor for class io.grpc.transport.MessageDeframer
Creates a deframer.
MessageDeframer(MessageDeframer.Listener, MessageDeframer.Compression) - Constructor for class io.grpc.transport.MessageDeframer
Create a deframer.
MessageDeframer.Compression - Enum in io.grpc.transport
 
MessageDeframer.Listener - Interface in io.grpc.transport
A listener of deframing events.
MessageFramer - Class in io.grpc.transport
Encodes gRPC messages to be delivered via the transport layer which implements MessageFramer.Sink.
MessageFramer(MessageFramer.Sink, WritableBufferAllocator) - Constructor for class io.grpc.transport.MessageFramer
Creates a MessageFramer without compression.
MessageFramer(MessageFramer.Sink, WritableBufferAllocator, MessageFramer.Compression) - Constructor for class io.grpc.transport.MessageFramer
Creates a MessageFramer.
MessageFramer.Compression - Enum in io.grpc.transport
 
MessageFramer.Sink - Interface in io.grpc.transport
Sink implemented by the transport layer to receive frames and forward them to their destination.
messageRead(InputStream) - Method in interface io.grpc.transport.MessageDeframer.Listener
Called to deliver the next complete message.
messageRead(InputStream) - Method in interface io.grpc.transport.StreamListener
Called upon receiving a message from the remote end-point.
Messages - Class in io.grpc.testing.integration
 
Messages.Payload - Class in io.grpc.testing.integration
Protobuf type grpc.testing.Payload
Messages.Payload.Builder - Class in io.grpc.testing.integration
Protobuf type grpc.testing.Payload
Messages.PayloadOrBuilder - Interface in io.grpc.testing.integration
 
Messages.PayloadType - Enum in io.grpc.testing.integration
Protobuf enum grpc.testing.PayloadType
Messages.ResponseParameters - Class in io.grpc.testing.integration
Protobuf type grpc.testing.ResponseParameters
Messages.ResponseParameters.Builder - Class in io.grpc.testing.integration
Protobuf type grpc.testing.ResponseParameters
Messages.ResponseParametersOrBuilder - Interface in io.grpc.testing.integration
 
Messages.SimpleContext - Class in io.grpc.testing.integration
Protobuf type grpc.testing.SimpleContext
Messages.SimpleContext.Builder - Class in io.grpc.testing.integration
Protobuf type grpc.testing.SimpleContext
Messages.SimpleContextOrBuilder - Interface in io.grpc.testing.integration
 
Messages.SimpleRequest - Class in io.grpc.testing.integration
Protobuf type grpc.testing.SimpleRequest
Messages.SimpleRequest.Builder - Class in io.grpc.testing.integration
Protobuf type grpc.testing.SimpleRequest
Messages.SimpleRequestOrBuilder - Interface in io.grpc.testing.integration
 
Messages.SimpleResponse - Class in io.grpc.testing.integration
Protobuf type grpc.testing.SimpleResponse
Messages.SimpleResponse.Builder - Class in io.grpc.testing.integration
Protobuf type grpc.testing.SimpleResponse
Messages.SimpleResponseOrBuilder - Interface in io.grpc.testing.integration
 
Messages.StreamingInputCallRequest - Class in io.grpc.testing.integration
Protobuf type grpc.testing.StreamingInputCallRequest
Messages.StreamingInputCallRequest.Builder - Class in io.grpc.testing.integration
Protobuf type grpc.testing.StreamingInputCallRequest
Messages.StreamingInputCallRequestOrBuilder - Interface in io.grpc.testing.integration
 
Messages.StreamingInputCallResponse - Class in io.grpc.testing.integration
Protobuf type grpc.testing.StreamingInputCallResponse
Messages.StreamingInputCallResponse.Builder - Class in io.grpc.testing.integration
Protobuf type grpc.testing.StreamingInputCallResponse
Messages.StreamingInputCallResponseOrBuilder - Interface in io.grpc.testing.integration
 
Messages.StreamingOutputCallRequest - Class in io.grpc.testing.integration
Protobuf type grpc.testing.StreamingOutputCallRequest
Messages.StreamingOutputCallRequest.Builder - Class in io.grpc.testing.integration
Protobuf type grpc.testing.StreamingOutputCallRequest
Messages.StreamingOutputCallRequestOrBuilder - Interface in io.grpc.testing.integration
 
Messages.StreamingOutputCallResponse - Class in io.grpc.testing.integration
Protobuf type grpc.testing.StreamingOutputCallResponse
Messages.StreamingOutputCallResponse.Builder - Class in io.grpc.testing.integration
Protobuf type grpc.testing.StreamingOutputCallResponse
Messages.StreamingOutputCallResponseOrBuilder - Interface in io.grpc.testing.integration
 
Metadata - Class in io.grpc
Provides access to read and write metadata values to be exchanged during a call.
Metadata.AsciiMarshaller<T> - Interface in io.grpc
Marshaller for metadata values that are serialized into ASCII strings that contain only printable characters and space.
Metadata.BinaryMarshaller<T> - Interface in io.grpc
Marshaller for metadata values that are serialized into raw binary.
Metadata.Headers - Class in io.grpc
Concrete instance for metadata attached to the start of a call.
Metadata.Key<T> - Class in io.grpc
Key for metadata entries.
Metadata.Trailers - Class in io.grpc
Concrete instance for metadata attached to the end of the call.
METADATA_KEY - Static variable in class io.grpc.testing.integration.AbstractTransportTest
 
METADATA_KEY - Static variable in class io.grpc.testing.integration.Util
 
MetadataUtils - Class in io.grpc.stub
Utility functions for binding and receiving headers.
MetadataUtils() - Constructor for class io.grpc.stub.MetadataUtils
 
Method(ServerServiceDefinition, ServerMethodDefinition<?, ?>) - Constructor for class io.grpc.HandlerRegistry.Method
 
Method<RequestT,ResponseT> - Class in io.grpc.stub
A description of a method exposed by a service.
METHOD_HEADER - Static variable in class io.grpc.transport.okhttp.Headers
 
MethodDescriptor<RequestT,ResponseT> - Class in io.grpc
Description of a remote method used by Channel to initiate a call.
methods() - Method in class io.grpc.examples.helloworld.GreeterGrpc.GreeterServiceDescriptor
 
methods() - Method in class io.grpc.examples.routeguide.RouteGuideGrpc.RouteGuideServiceDescriptor
 
methods() - Method in class io.grpc.stub.AbstractServiceDescriptor
Returns the list of operations defined in the stub configuration.
methods() - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceServiceDescriptor
 
methods() - Method in class io.grpc.testing.TestServiceGrpc.TestServiceServiceDescriptor
 
methods() - Method in class io.grpc.testing.WorkerGrpc.WorkerServiceDescriptor
 
MethodType - Enum in io.grpc
The call type of a method.
MIN_SEEN_FIELD_NUMBER - Static variable in class io.grpc.testing.HistogramData
 
MutableHandlerRegistry - Class in io.grpc
Mutable implementation of HandlerRegistry.
MutableHandlerRegistry() - Constructor for class io.grpc.MutableHandlerRegistry
 
MutableHandlerRegistryImpl - Class in io.grpc
Default implementation of MutableHandlerRegistry.
MutableHandlerRegistryImpl() - Constructor for class io.grpc.MutableHandlerRegistryImpl
 

N

name() - Method in class io.grpc.Metadata.Key
 
NAME_FIELD_NUMBER - Static variable in class io.grpc.examples.helloworld.HelloRequest
 
NAME_FIELD_NUMBER - Static variable in class io.grpc.examples.routeguide.Feature
 
NanoUtils - Class in io.grpc.protobuf.nano
Utility methods for using nano proto with grpc.
NegotiationType - Enum in io.grpc.transport.netty
Identifies the negotiation used for starting up HTTP/2.
negotiationType(NegotiationType) - Method in class io.grpc.transport.netty.NettyChannelBuilder
Sets the negotiation type for the HTTP/2 connection.
NettyChannelBuilder - Class in io.grpc.transport.netty
A builder to help simplify construction of channels using the Netty transport.
NettyServer - Class in io.grpc.transport.netty
Netty-based server implementation.
NettyServerBuilder - Class in io.grpc.transport.netty
A builder to help simplify the construction of a Netty-based GRPC server.
newAttachHeadersInterceptor(Metadata.Headers) - Static method in class io.grpc.stub.MetadataUtils
Returns a client interceptor that attaches a set of headers to requests.
newBlockingStub(Channel) - Static method in class io.grpc.examples.helloworld.GreeterGrpc
 
newBlockingStub(Channel) - Static method in class io.grpc.examples.routeguide.RouteGuideGrpc
 
newBlockingStub(Channel) - Static method in class io.grpc.testing.integration.TestServiceGrpc
 
newBlockingStub(Channel) - Static method in class io.grpc.testing.TestServiceGrpc
 
newBlockingStub(Channel) - Static method in class io.grpc.testing.WorkerGrpc
 
newBuilder() - Static method in class com.google.protobuf.EmptyProtos.Empty
 
newBuilder(EmptyProtos.Empty) - Static method in class com.google.protobuf.EmptyProtos.Empty
 
newBuilder() - Static method in class io.grpc.examples.helloworld.HelloRequest
 
newBuilder(HelloRequest) - Static method in class io.grpc.examples.helloworld.HelloRequest
 
newBuilder() - Static method in class io.grpc.examples.helloworld.HelloResponse
 
newBuilder(HelloResponse) - Static method in class io.grpc.examples.helloworld.HelloResponse
 
newBuilder() - Static method in class io.grpc.examples.routeguide.Feature
 
newBuilder(Feature) - Static method in class io.grpc.examples.routeguide.Feature
 
newBuilder() - Static method in class io.grpc.examples.routeguide.Point
 
newBuilder(Point) - Static method in class io.grpc.examples.routeguide.Point
 
newBuilder() - Static method in class io.grpc.examples.routeguide.Rectangle
 
newBuilder(Rectangle) - Static method in class io.grpc.examples.routeguide.Rectangle
 
newBuilder() - Static method in class io.grpc.examples.routeguide.RouteNote
 
newBuilder(RouteNote) - Static method in class io.grpc.examples.routeguide.RouteNote
 
newBuilder() - Static method in class io.grpc.examples.routeguide.RouteSummary
 
newBuilder(RouteSummary) - Static method in class io.grpc.examples.routeguide.RouteSummary
 
newBuilder() - Static method in class io.grpc.testing.ClientArgs
 
newBuilder(ClientArgs) - Static method in class io.grpc.testing.ClientArgs
 
newBuilder() - Static method in class io.grpc.testing.ClientConfig
 
newBuilder(ClientConfig) - Static method in class io.grpc.testing.ClientConfig
 
newBuilder() - Static method in class io.grpc.testing.ClientStats
 
newBuilder(ClientStats) - Static method in class io.grpc.testing.ClientStats
 
newBuilder() - Static method in class io.grpc.testing.ClientStatus
 
newBuilder(ClientStatus) - Static method in class io.grpc.testing.ClientStatus
 
newBuilder() - Static method in class io.grpc.testing.HistogramData
 
newBuilder(HistogramData) - Static method in class io.grpc.testing.HistogramData
 
newBuilder() - Static method in class io.grpc.testing.integration.Messages.Payload
 
newBuilder(Messages.Payload) - Static method in class io.grpc.testing.integration.Messages.Payload
 
newBuilder() - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
 
newBuilder(Messages.ResponseParameters) - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
 
newBuilder() - Static method in class io.grpc.testing.integration.Messages.SimpleContext
 
newBuilder(Messages.SimpleContext) - Static method in class io.grpc.testing.integration.Messages.SimpleContext
 
newBuilder() - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
 
newBuilder(Messages.SimpleRequest) - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
 
newBuilder() - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
 
newBuilder(Messages.SimpleResponse) - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
 
newBuilder() - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
 
newBuilder(Messages.StreamingInputCallRequest) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
 
newBuilder() - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
 
newBuilder(Messages.StreamingInputCallResponse) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
 
newBuilder() - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
 
newBuilder(Messages.StreamingOutputCallRequest) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
 
newBuilder() - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
 
newBuilder(Messages.StreamingOutputCallResponse) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
 
newBuilder() - Static method in class io.grpc.testing.Mark
 
newBuilder(Mark) - Static method in class io.grpc.testing.Mark
 
newBuilder() - Static method in class io.grpc.testing.Payload
 
newBuilder(Payload) - Static method in class io.grpc.testing.Payload
 
newBuilder() - Static method in class io.grpc.testing.ServerArgs
 
newBuilder(ServerArgs) - Static method in class io.grpc.testing.ServerArgs
 
newBuilder() - Static method in class io.grpc.testing.ServerConfig
 
newBuilder(ServerConfig) - Static method in class io.grpc.testing.ServerConfig
 
newBuilder() - Static method in class io.grpc.testing.ServerStats
 
newBuilder(ServerStats) - Static method in class io.grpc.testing.ServerStats
 
newBuilder() - Static method in class io.grpc.testing.ServerStatus
 
newBuilder(ServerStatus) - Static method in class io.grpc.testing.ServerStatus
 
newBuilder() - Static method in class io.grpc.testing.SimpleRequest
 
newBuilder(SimpleRequest) - Static method in class io.grpc.testing.SimpleRequest
 
newBuilder() - Static method in class io.grpc.testing.SimpleResponse
 
newBuilder(SimpleResponse) - Static method in class io.grpc.testing.SimpleResponse
 
newBuilder() - Static method in class io.grpc.testing.StatsRequest
 
newBuilder(StatsRequest) - Static method in class io.grpc.testing.StatsRequest
 
newBuilderForType() - Method in class com.google.protobuf.EmptyProtos.Empty
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class com.google.protobuf.EmptyProtos.Empty
 
newBuilderForType() - Method in class io.grpc.examples.helloworld.HelloRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.examples.helloworld.HelloRequest
 
newBuilderForType() - Method in class io.grpc.examples.helloworld.HelloResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.examples.helloworld.HelloResponse
 
newBuilderForType() - Method in class io.grpc.examples.routeguide.Feature
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.examples.routeguide.Feature
 
newBuilderForType() - Method in class io.grpc.examples.routeguide.Point
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.examples.routeguide.Point
 
newBuilderForType() - Method in class io.grpc.examples.routeguide.Rectangle
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.examples.routeguide.Rectangle
 
newBuilderForType() - Method in class io.grpc.examples.routeguide.RouteNote
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.examples.routeguide.RouteNote
 
newBuilderForType() - Method in class io.grpc.examples.routeguide.RouteSummary
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.examples.routeguide.RouteSummary
 
newBuilderForType() - Method in class io.grpc.testing.ClientArgs
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.testing.ClientArgs
 
newBuilderForType() - Method in class io.grpc.testing.ClientConfig
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.testing.ClientConfig
 
newBuilderForType() - Method in class io.grpc.testing.ClientStats
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.testing.ClientStats
 
newBuilderForType() - Method in class io.grpc.testing.ClientStatus
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.testing.ClientStatus
 
newBuilderForType() - Method in class io.grpc.testing.HistogramData
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.testing.HistogramData
 
newBuilderForType() - Method in class io.grpc.testing.integration.Messages.Payload
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.testing.integration.Messages.Payload
 
newBuilderForType() - Method in class io.grpc.testing.integration.Messages.ResponseParameters
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.testing.integration.Messages.ResponseParameters
 
newBuilderForType() - Method in class io.grpc.testing.integration.Messages.SimpleContext
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.testing.integration.Messages.SimpleContext
 
newBuilderForType() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.testing.integration.Messages.SimpleRequest
 
newBuilderForType() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.testing.integration.Messages.SimpleResponse
 
newBuilderForType() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
 
newBuilderForType() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
 
newBuilderForType() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
 
newBuilderForType() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
 
newBuilderForType() - Method in class io.grpc.testing.Mark
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.testing.Mark
 
newBuilderForType() - Method in class io.grpc.testing.Payload
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.testing.Payload
 
newBuilderForType() - Method in class io.grpc.testing.ServerArgs
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.testing.ServerArgs
 
newBuilderForType() - Method in class io.grpc.testing.ServerConfig
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.testing.ServerConfig
 
newBuilderForType() - Method in class io.grpc.testing.ServerStats
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.testing.ServerStats
 
newBuilderForType() - Method in class io.grpc.testing.ServerStatus
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.testing.ServerStatus
 
newBuilderForType() - Method in class io.grpc.testing.SimpleRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.testing.SimpleRequest
 
newBuilderForType() - Method in class io.grpc.testing.SimpleResponse
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.testing.SimpleResponse
 
newBuilderForType() - Method in class io.grpc.testing.StatsRequest
 
newBuilderForType(GeneratedMessage.BuilderParent) - Method in class io.grpc.testing.StatsRequest
 
newCall(MethodDescriptor<RequestT, ResponseT>) - Method in class io.grpc.Channel
Create a Call to the remote operation specified by the given MethodDescriptor.
newCall(MethodDescriptor<ReqT, RespT>) - Method in class io.grpc.ChannelImpl
Creates a new outgoing call on the channel.
newCaptureMetadataInterceptor(AtomicReference<Metadata.Headers>, AtomicReference<Metadata.Trailers>) - Static method in class io.grpc.stub.MetadataUtils
Captures the last received metadata on a channel.
newClientTransport() - Method in interface io.grpc.transport.ClientTransportFactory
Creates an unstarted transport for exclusive use.
newConfiguration() - Method in class io.grpc.benchmarks.qps.AbstractConfigurationBuilder
Creates a new configuration instance which will be used as the target for command-line arguments.
newFutureStub(Channel) - Static method in class io.grpc.examples.helloworld.GreeterGrpc
 
newFutureStub(Channel) - Static method in class io.grpc.examples.routeguide.RouteGuideGrpc
 
newFutureStub(Channel) - Static method in class io.grpc.testing.integration.TestServiceGrpc
 
newFutureStub(Channel) - Static method in class io.grpc.testing.TestServiceGrpc
 
newFutureStub(Channel) - Static method in class io.grpc.testing.WorkerGrpc
 
newHandler(Http2ConnectionHandler) - Method in interface io.grpc.transport.netty.ProtocolNegotiator
Creates a new handler to control the protocol negotiation.
newStream(MethodDescriptor<?, ?>, Metadata.Headers, ClientStreamListener) - Method in interface io.grpc.transport.ClientTransport
Creates a new stream for sending messages to the remote end-point.
newStream(MethodDescriptor<?, ?>, Metadata.Headers, ClientStreamListener) - Method in class io.grpc.transport.okhttp.OkHttpClientTransport
 
newStub(Channel) - Static method in class io.grpc.examples.helloworld.GreeterGrpc
 
newStub(Channel) - Static method in class io.grpc.examples.routeguide.RouteGuideGrpc
 
newStub(Channel) - Static method in class io.grpc.testing.integration.TestServiceGrpc
 
newStub(Channel) - Static method in class io.grpc.testing.TestServiceGrpc
 
newStub(Channel) - Static method in class io.grpc.testing.WorkerGrpc
 
NOT_FOUND - Static variable in class io.grpc.Status
Some requested entity (e.g., file or directory) was not found.

O

OAUTH_SCOPE_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.SimpleResponse
 
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 a ASCII header.
OK - Static variable in class io.grpc.Status
The operation completed successfully.
OkHttpChannelBuilder - Class in io.grpc.transport.okhttp
Convenience class for building channels with the OkHttp transport.
OkHttpClientTransport - Class in io.grpc.transport.okhttp
A okhttp-based ClientTransport implementation.
onCancel() - Method in class io.grpc.ForwardingServerCallListener
 
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.Trailers) - Method in class io.grpc.Call.Listener
The Call has been closed.
onClose(Status, Metadata.Trailers) - Method in class io.grpc.ForwardingCallListener
 
onComplete() - Method in class io.grpc.ForwardingServerCallListener
 
onComplete() - Method in class io.grpc.ServerCall.Listener
The call is considered complete and ServerCall.Listener.onCancel() is guaranteed not to be called.
onCompleted() - Method in interface io.grpc.stub.StreamObserver
Receives a notification of successful stream completion.
onCompleted() - Method in class io.grpc.stub.StreamRecorder
 
onError(Throwable) - Method in interface io.grpc.stub.StreamObserver
Receives a terminating error from the stream.
onError(Throwable) - Method in class io.grpc.stub.StreamRecorder
 
onHalfClose() - Method in class io.grpc.ForwardingServerCallListener
 
onHalfClose() - Method in class io.grpc.ServerCall.Listener
The client completed all message sending.
onHeaders(Metadata.Headers) - Method in class io.grpc.Call.Listener
The response headers have been received.
onHeaders(Metadata.Headers) - Method in class io.grpc.ForwardingCallListener
 
onPayload(T) - Method in class io.grpc.Call.Listener
A response payload has been received.
onPayload(RespT) - Method in class io.grpc.ForwardingCallListener
 
onPayload(ReqT) - Method in class io.grpc.ForwardingServerCallListener
 
onPayload(RequestT) - Method in class io.grpc.ServerCall.Listener
A request message has been received.
onReady() - Method in class io.grpc.Call.Listener
This indicates that the Call is now capable of sending additional messages (via Call.sendPayload(RequestT)) without requiring excessive buffering internally.
onReady() - Method in class io.grpc.ForwardingCallListener
 
onReady() - Method in class io.grpc.ForwardingServerCallListener
 
onReady() - Method in class io.grpc.ServerCall.Listener
This indicates that the call is now capable of sending additional messages (via ServerCall.sendPayload(ResponseT)) without requiring excessive buffering internally.
onReady() - Method in interface io.grpc.transport.StreamListener
This indicates that the transport is now capable of sending additional messages without requiring excessive buffering internally.
onSendingBytes(int) - Method in class io.grpc.transport.AbstractStream
Event handler to be called by the subclass when a number of bytes are being queued for sending to the remote endpoint.
onSentBytes(int) - Method in class io.grpc.transport.AbstractStream
Event handler to be called by the subclass when a number of bytes has been sent to the remote endpoint.
onStreamAllocated() - Method in class io.grpc.transport.AbstractStream
Event handler to be called by the subclass when the stream's headers have passed any connection flow control (i.e., MAX_CONCURRENT_STREAMS).
onValue(V) - Method in interface io.grpc.stub.StreamObserver
Receives a value from the stream.
onValue(T) - Method in class io.grpc.stub.StreamRecorder
 
OpenLoopClient - Class in io.grpc.benchmarks.qps
Tries to generate traffic that closely resembles user-generated RPC traffic.
OpenLoopClient(ClientConfiguration) - Constructor for class io.grpc.benchmarks.qps.OpenLoopClient
 
openStream(ReadableBuffer, boolean) - Static method in class io.grpc.transport.ReadableBuffers
Creates a new InputStream backed by the given buffer.
OperationException(Status) - Constructor for exception io.grpc.Status.OperationException
Deprecated.
 
OperationRuntimeException(Status) - Constructor for exception io.grpc.Status.OperationRuntimeException
Deprecated.
 
OUT_OF_RANGE - Static variable in class io.grpc.Status
Operation was attempted past the valid range.
OUTSTANDING_RPCS_PER_CHANNEL_FIELD_NUMBER - Static variable in class io.grpc.testing.ClientConfig
 
overrideHostForAuthority(String) - Method in class io.grpc.transport.okhttp.OkHttpChannelBuilder
Overrides the host used with TLS and HTTP virtual hosting.

P

parse(InputStream) - Method in interface io.grpc.Marshaller
Given an InputStream parse it into an instance of the declared type so that it can be passed to application code.
parse(CodedInputByteBufferNano) - Method in interface io.grpc.protobuf.nano.Parser
 
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.
parseDelimitedFrom(InputStream) - Static method in class com.google.protobuf.EmptyProtos.Empty
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.EmptyProtos.Empty
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.examples.helloworld.HelloRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.examples.helloworld.HelloRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.examples.helloworld.HelloResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.examples.helloworld.HelloResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.examples.routeguide.Feature
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.examples.routeguide.Feature
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.examples.routeguide.Point
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.examples.routeguide.Point
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.examples.routeguide.Rectangle
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.examples.routeguide.Rectangle
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.examples.routeguide.RouteNote
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.examples.routeguide.RouteNote
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.examples.routeguide.RouteSummary
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.examples.routeguide.RouteSummary
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.ClientArgs
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.ClientArgs
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.ClientConfig
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.ClientConfig
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.ClientStats
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.ClientStats
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.ClientStatus
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.ClientStatus
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.HistogramData
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.HistogramData
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.Payload
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.Payload
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.SimpleContext
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.SimpleContext
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.Mark
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.Mark
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.Payload
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.Payload
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.ServerArgs
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.ServerArgs
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.ServerConfig
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.ServerConfig
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.ServerStats
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.ServerStats
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.ServerStatus
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.ServerStatus
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.SimpleRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.SimpleRequest
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.SimpleResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.SimpleResponse
 
parseDelimitedFrom(InputStream) - Static method in class io.grpc.testing.StatsRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.StatsRequest
 
parseFeatures(URL) - Static method in class io.grpc.examples.routeguide.RouteGuideUtil
Parses the JSON input file containing the list of features.
parseFrom(ByteString) - Static method in class com.google.protobuf.EmptyProtos.Empty
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class com.google.protobuf.EmptyProtos.Empty
 
parseFrom(byte[]) - Static method in class com.google.protobuf.EmptyProtos.Empty
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class com.google.protobuf.EmptyProtos.Empty
 
parseFrom(InputStream) - Static method in class com.google.protobuf.EmptyProtos.Empty
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.EmptyProtos.Empty
 
parseFrom(CodedInputStream) - Static method in class com.google.protobuf.EmptyProtos.Empty
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class com.google.protobuf.EmptyProtos.Empty
 
parseFrom(ByteString) - Static method in class io.grpc.examples.helloworld.HelloRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.examples.helloworld.HelloRequest
 
parseFrom(byte[]) - Static method in class io.grpc.examples.helloworld.HelloRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.examples.helloworld.HelloRequest
 
parseFrom(InputStream) - Static method in class io.grpc.examples.helloworld.HelloRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.examples.helloworld.HelloRequest
 
parseFrom(CodedInputStream) - Static method in class io.grpc.examples.helloworld.HelloRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.examples.helloworld.HelloRequest
 
parseFrom(ByteString) - Static method in class io.grpc.examples.helloworld.HelloResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.examples.helloworld.HelloResponse
 
parseFrom(byte[]) - Static method in class io.grpc.examples.helloworld.HelloResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.examples.helloworld.HelloResponse
 
parseFrom(InputStream) - Static method in class io.grpc.examples.helloworld.HelloResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.examples.helloworld.HelloResponse
 
parseFrom(CodedInputStream) - Static method in class io.grpc.examples.helloworld.HelloResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.examples.helloworld.HelloResponse
 
parseFrom(ByteString) - Static method in class io.grpc.examples.routeguide.Feature
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.examples.routeguide.Feature
 
parseFrom(byte[]) - Static method in class io.grpc.examples.routeguide.Feature
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.examples.routeguide.Feature
 
parseFrom(InputStream) - Static method in class io.grpc.examples.routeguide.Feature
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.examples.routeguide.Feature
 
parseFrom(CodedInputStream) - Static method in class io.grpc.examples.routeguide.Feature
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.examples.routeguide.Feature
 
parseFrom(ByteString) - Static method in class io.grpc.examples.routeguide.Point
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.examples.routeguide.Point
 
parseFrom(byte[]) - Static method in class io.grpc.examples.routeguide.Point
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.examples.routeguide.Point
 
parseFrom(InputStream) - Static method in class io.grpc.examples.routeguide.Point
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.examples.routeguide.Point
 
parseFrom(CodedInputStream) - Static method in class io.grpc.examples.routeguide.Point
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.examples.routeguide.Point
 
parseFrom(ByteString) - Static method in class io.grpc.examples.routeguide.Rectangle
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.examples.routeguide.Rectangle
 
parseFrom(byte[]) - Static method in class io.grpc.examples.routeguide.Rectangle
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.examples.routeguide.Rectangle
 
parseFrom(InputStream) - Static method in class io.grpc.examples.routeguide.Rectangle
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.examples.routeguide.Rectangle
 
parseFrom(CodedInputStream) - Static method in class io.grpc.examples.routeguide.Rectangle
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.examples.routeguide.Rectangle
 
parseFrom(ByteString) - Static method in class io.grpc.examples.routeguide.RouteNote
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.examples.routeguide.RouteNote
 
parseFrom(byte[]) - Static method in class io.grpc.examples.routeguide.RouteNote
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.examples.routeguide.RouteNote
 
parseFrom(InputStream) - Static method in class io.grpc.examples.routeguide.RouteNote
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.examples.routeguide.RouteNote
 
parseFrom(CodedInputStream) - Static method in class io.grpc.examples.routeguide.RouteNote
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.examples.routeguide.RouteNote
 
parseFrom(ByteString) - Static method in class io.grpc.examples.routeguide.RouteSummary
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.examples.routeguide.RouteSummary
 
parseFrom(byte[]) - Static method in class io.grpc.examples.routeguide.RouteSummary
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.examples.routeguide.RouteSummary
 
parseFrom(InputStream) - Static method in class io.grpc.examples.routeguide.RouteSummary
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.examples.routeguide.RouteSummary
 
parseFrom(CodedInputStream) - Static method in class io.grpc.examples.routeguide.RouteSummary
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.examples.routeguide.RouteSummary
 
parseFrom(ByteString) - Static method in class io.grpc.testing.ClientArgs
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.ClientArgs
 
parseFrom(byte[]) - Static method in class io.grpc.testing.ClientArgs
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.ClientArgs
 
parseFrom(InputStream) - Static method in class io.grpc.testing.ClientArgs
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.ClientArgs
 
parseFrom(CodedInputStream) - Static method in class io.grpc.testing.ClientArgs
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.ClientArgs
 
parseFrom(ByteString) - Static method in class io.grpc.testing.ClientConfig
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.ClientConfig
 
parseFrom(byte[]) - Static method in class io.grpc.testing.ClientConfig
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.ClientConfig
 
parseFrom(InputStream) - Static method in class io.grpc.testing.ClientConfig
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.ClientConfig
 
parseFrom(CodedInputStream) - Static method in class io.grpc.testing.ClientConfig
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.ClientConfig
 
parseFrom(ByteString) - Static method in class io.grpc.testing.ClientStats
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.ClientStats
 
parseFrom(byte[]) - Static method in class io.grpc.testing.ClientStats
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.ClientStats
 
parseFrom(InputStream) - Static method in class io.grpc.testing.ClientStats
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.ClientStats
 
parseFrom(CodedInputStream) - Static method in class io.grpc.testing.ClientStats
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.ClientStats
 
parseFrom(ByteString) - Static method in class io.grpc.testing.ClientStatus
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.ClientStatus
 
parseFrom(byte[]) - Static method in class io.grpc.testing.ClientStatus
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.ClientStatus
 
parseFrom(InputStream) - Static method in class io.grpc.testing.ClientStatus
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.ClientStatus
 
parseFrom(CodedInputStream) - Static method in class io.grpc.testing.ClientStatus
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.ClientStatus
 
parseFrom(ByteString) - Static method in class io.grpc.testing.HistogramData
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.HistogramData
 
parseFrom(byte[]) - Static method in class io.grpc.testing.HistogramData
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.HistogramData
 
parseFrom(InputStream) - Static method in class io.grpc.testing.HistogramData
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.HistogramData
 
parseFrom(CodedInputStream) - Static method in class io.grpc.testing.HistogramData
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.HistogramData
 
parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.Payload
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.Payload
 
parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.Payload
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.Payload
 
parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.Payload
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.Payload
 
parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.Payload
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.Payload
 
parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
 
parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
 
parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
 
parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.ResponseParameters
 
parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.SimpleContext
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.SimpleContext
 
parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.SimpleContext
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.SimpleContext
 
parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.SimpleContext
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.SimpleContext
 
parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.SimpleContext
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.SimpleContext
 
parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
 
parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
 
parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
 
parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.SimpleRequest
 
parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
 
parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
 
parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
 
parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.SimpleResponse
 
parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
 
parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
 
parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
 
parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
 
parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
 
parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
 
parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
 
parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
 
parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
 
parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
 
parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
 
parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
 
parseFrom(ByteString) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
 
parseFrom(byte[]) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
 
parseFrom(InputStream) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
 
parseFrom(CodedInputStream) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
 
parseFrom(ByteString) - Static method in class io.grpc.testing.Mark
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.Mark
 
parseFrom(byte[]) - Static method in class io.grpc.testing.Mark
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.Mark
 
parseFrom(InputStream) - Static method in class io.grpc.testing.Mark
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.Mark
 
parseFrom(CodedInputStream) - Static method in class io.grpc.testing.Mark
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.Mark
 
parseFrom(ByteString) - Static method in class io.grpc.testing.Payload
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.Payload
 
parseFrom(byte[]) - Static method in class io.grpc.testing.Payload
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.Payload
 
parseFrom(InputStream) - Static method in class io.grpc.testing.Payload
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.Payload
 
parseFrom(CodedInputStream) - Static method in class io.grpc.testing.Payload
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.Payload
 
parseFrom(ByteString) - Static method in class io.grpc.testing.ServerArgs
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.ServerArgs
 
parseFrom(byte[]) - Static method in class io.grpc.testing.ServerArgs
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.ServerArgs
 
parseFrom(InputStream) - Static method in class io.grpc.testing.ServerArgs
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.ServerArgs
 
parseFrom(CodedInputStream) - Static method in class io.grpc.testing.ServerArgs
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.ServerArgs
 
parseFrom(ByteString) - Static method in class io.grpc.testing.ServerConfig
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.ServerConfig
 
parseFrom(byte[]) - Static method in class io.grpc.testing.ServerConfig
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.ServerConfig
 
parseFrom(InputStream) - Static method in class io.grpc.testing.ServerConfig
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.ServerConfig
 
parseFrom(CodedInputStream) - Static method in class io.grpc.testing.ServerConfig
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.ServerConfig
 
parseFrom(ByteString) - Static method in class io.grpc.testing.ServerStats
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.ServerStats
 
parseFrom(byte[]) - Static method in class io.grpc.testing.ServerStats
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.ServerStats
 
parseFrom(InputStream) - Static method in class io.grpc.testing.ServerStats
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.ServerStats
 
parseFrom(CodedInputStream) - Static method in class io.grpc.testing.ServerStats
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.ServerStats
 
parseFrom(ByteString) - Static method in class io.grpc.testing.ServerStatus
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.ServerStatus
 
parseFrom(byte[]) - Static method in class io.grpc.testing.ServerStatus
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.ServerStatus
 
parseFrom(InputStream) - Static method in class io.grpc.testing.ServerStatus
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.ServerStatus
 
parseFrom(CodedInputStream) - Static method in class io.grpc.testing.ServerStatus
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.ServerStatus
 
parseFrom(ByteString) - Static method in class io.grpc.testing.SimpleRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.SimpleRequest
 
parseFrom(byte[]) - Static method in class io.grpc.testing.SimpleRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.SimpleRequest
 
parseFrom(InputStream) - Static method in class io.grpc.testing.SimpleRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.SimpleRequest
 
parseFrom(CodedInputStream) - Static method in class io.grpc.testing.SimpleRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.SimpleRequest
 
parseFrom(ByteString) - Static method in class io.grpc.testing.SimpleResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.SimpleResponse
 
parseFrom(byte[]) - Static method in class io.grpc.testing.SimpleResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.SimpleResponse
 
parseFrom(InputStream) - Static method in class io.grpc.testing.SimpleResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.SimpleResponse
 
parseFrom(CodedInputStream) - Static method in class io.grpc.testing.SimpleResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.SimpleResponse
 
parseFrom(ByteString) - Static method in class io.grpc.testing.StatsRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class io.grpc.testing.StatsRequest
 
parseFrom(byte[]) - Static method in class io.grpc.testing.StatsRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class io.grpc.testing.StatsRequest
 
parseFrom(InputStream) - Static method in class io.grpc.testing.StatsRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.StatsRequest
 
parseFrom(CodedInputStream) - Static method in class io.grpc.testing.StatsRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class io.grpc.testing.StatsRequest
 
PARSER - Static variable in class com.google.protobuf.EmptyProtos.Empty
 
PARSER - Static variable in class io.grpc.examples.helloworld.HelloRequest
 
PARSER - Static variable in class io.grpc.examples.helloworld.HelloResponse
 
PARSER - Static variable in class io.grpc.examples.routeguide.Feature
 
PARSER - Static variable in class io.grpc.examples.routeguide.Point
 
PARSER - Static variable in class io.grpc.examples.routeguide.Rectangle
 
PARSER - Static variable in class io.grpc.examples.routeguide.RouteNote
 
PARSER - Static variable in class io.grpc.examples.routeguide.RouteSummary
 
Parser<T extends com.google.protobuf.nano.MessageNano> - Interface in io.grpc.protobuf.nano
Parser for parsing nano proto messages.
PARSER - Static variable in class io.grpc.testing.ClientArgs
 
PARSER - Static variable in class io.grpc.testing.ClientConfig
 
PARSER - Static variable in class io.grpc.testing.ClientStats
 
PARSER - Static variable in class io.grpc.testing.ClientStatus
 
PARSER - Static variable in class io.grpc.testing.HistogramData
 
PARSER - Static variable in class io.grpc.testing.integration.Messages.Payload
 
PARSER - Static variable in class io.grpc.testing.integration.Messages.ResponseParameters
 
PARSER - Static variable in class io.grpc.testing.integration.Messages.SimpleContext
 
PARSER - Static variable in class io.grpc.testing.integration.Messages.SimpleRequest
 
PARSER - Static variable in class io.grpc.testing.integration.Messages.SimpleResponse
 
PARSER - Static variable in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
 
PARSER - Static variable in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
 
PARSER - Static variable in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
 
PARSER - Static variable in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
 
PARSER - Static variable in class io.grpc.testing.Mark
 
PARSER - Static variable in class io.grpc.testing.Payload
 
PARSER - Static variable in class io.grpc.testing.ServerArgs
 
PARSER - Static variable in class io.grpc.testing.ServerConfig
 
PARSER - Static variable in class io.grpc.testing.ServerStats
 
PARSER - Static variable in class io.grpc.testing.ServerStatus
 
PARSER - Static variable in class io.grpc.testing.SimpleRequest
 
PARSER - Static variable in class io.grpc.testing.SimpleResponse
 
PARSER - Static variable in class io.grpc.testing.StatsRequest
 
parseRequest(InputStream) - Method in class io.grpc.ServerMethodDefinition
Parse an incoming request message.
parseResponse(InputStream) - Method in class io.grpc.MethodDescriptor
Parse a response payload from the given InputStream.
Payload - Class in io.grpc.testing
Protobuf type grpc.testing.Payload
Payload.Builder - Class in io.grpc.testing
Protobuf type grpc.testing.Payload
PAYLOAD_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.SimpleRequest
 
PAYLOAD_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.SimpleResponse
 
PAYLOAD_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
 
PAYLOAD_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
 
PAYLOAD_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
 
PAYLOAD_FIELD_NUMBER - Static variable in class io.grpc.testing.SimpleRequest
 
PAYLOAD_FIELD_NUMBER - Static variable in class io.grpc.testing.SimpleResponse
 
PAYLOAD_SIZE_FIELD_NUMBER - Static variable in class io.grpc.testing.ClientConfig
 
PayloadOrBuilder - Interface in io.grpc.testing
 
PayloadType - Enum in io.grpc.testing
Protobuf enum grpc.testing.PayloadType
PERMISSION_DENIED - Static variable in class io.grpc.Status
The caller does not have permission to execute the specified operation.
pickUnusedPort() - Static method in class io.grpc.testing.TestUtils
Picks an unused port.
pingPong() - Method in class io.grpc.testing.integration.AbstractTransportTest
 
plaintext() - Static method in class io.grpc.transport.netty.ProtocolNegotiators
Returns a ChannelHandler that ensures that the handler is added to the pipeline writes to the Channel may happen immediately, even before it is active.
plaintextUpgrade() - Static method in class io.grpc.transport.netty.ProtocolNegotiators
Returns a ProtocolNegotiator used for upgrading to HTTP/2 from HTTP/1.x.
Point - Class in io.grpc.examples.routeguide
Protobuf type routeguide.Point
Point.Builder - Class in io.grpc.examples.routeguide
Protobuf type routeguide.Point
POINT_COUNT_FIELD_NUMBER - Static variable in class io.grpc.examples.routeguide.RouteSummary
 
PointOrBuilder - Interface in io.grpc.examples.routeguide
 
PORT_FIELD_NUMBER - Static variable in class io.grpc.testing.ServerStatus
 
printUsage() - Method in class io.grpc.benchmarks.qps.AbstractConfigurationBuilder
 
printUsage() - Method in interface io.grpc.benchmarks.qps.Configuration.Builder
Prints the command-line usage for the application based on the options supported by this builder.
ProtocolNegotiator - Interface in io.grpc.transport.netty
A class that provides a Netty handler to control protocol negotiation.
ProtocolNegotiator.Handler - Interface in io.grpc.transport.netty
The Netty handler to control the protocol negotiation.
ProtocolNegotiators - Class in io.grpc.transport.netty
Common ProtocolNegotiators used by gRPC.
ProtoUtils - Class in io.grpc.protobuf
Utility methods for using protobuf with grpc.
put(Metadata.Key<T>, T) - Method in class io.grpc.Metadata
 

Q

QpsTestProto - Class in io.grpc.testing
 

R

RANDOM_VALUE - Static variable in enum io.grpc.testing.integration.Messages.PayloadType
RANDOM = 2;
RANDOM_VALUE - Static variable in enum io.grpc.testing.PayloadType
RANDOM = 2;
read() - Method in class io.grpc.protobuf.DeferredProtoInputStream
 
read(byte[], int, int) - Method in class io.grpc.protobuf.DeferredProtoInputStream
 
read() - Method in class io.grpc.protobuf.nano.DeferredNanoProtoInputStream
 
read(byte[], int, int) - Method in class io.grpc.protobuf.nano.DeferredNanoProtoInputStream
 
ReadableBuffer - Interface in io.grpc.transport
Interface for an abstract byte buffer.
ReadableBuffers - Class in io.grpc.transport
Utility methods for creating ReadableBuffer instances.
readableBytes() - Method in class io.grpc.transport.CompositeReadableBuffer
 
readableBytes() - Method in class io.grpc.transport.ForwardingReadableBuffer
 
readableBytes() - Method in interface io.grpc.transport.ReadableBuffer
Gets the current number of readable bytes remaining in this buffer.
readableBytes() - Method in interface io.grpc.transport.WritableBuffer
Returns the number of bytes one can read from the buffer.
readArray(ReadableBuffer) - Static method in class io.grpc.transport.ReadableBuffers
Reads an entire ReadableBuffer to a new array.
readAsString(ReadableBuffer, Charset) - Static method in class io.grpc.transport.ReadableBuffers
Reads the entire ReadableBuffer to a new String with the given charset.
readAsStringUtf8(ReadableBuffer) - Static method in class io.grpc.transport.ReadableBuffers
Reads the entire ReadableBuffer to a new String using UTF-8 decoding.
readBytes(byte[], int, int) - Method in class io.grpc.transport.CompositeReadableBuffer
 
readBytes(ByteBuffer) - Method in class io.grpc.transport.CompositeReadableBuffer
 
readBytes(OutputStream, int) - Method in class io.grpc.transport.CompositeReadableBuffer
 
readBytes(int) - Method in class io.grpc.transport.CompositeReadableBuffer
 
readBytes(byte[], int, int) - Method in class io.grpc.transport.ForwardingReadableBuffer
 
readBytes(ByteBuffer) - Method in class io.grpc.transport.ForwardingReadableBuffer
 
readBytes(OutputStream, int) - Method in class io.grpc.transport.ForwardingReadableBuffer
 
readBytes(int) - Method in class io.grpc.transport.ForwardingReadableBuffer
 
readBytes(byte[], int, int) - Method in interface io.grpc.transport.ReadableBuffer
Reads length bytes from this buffer and writes them to the destination array.
readBytes(ByteBuffer) - Method in interface io.grpc.transport.ReadableBuffer
Reads from this buffer until the destination's position reaches its limit, and increases the read position by the number of the transferred bytes.
readBytes(OutputStream, int) - Method in interface io.grpc.transport.ReadableBuffer
Reads length bytes from this buffer and writes them to the destination stream.
readBytes(int) - Method in interface io.grpc.transport.ReadableBuffer
Reads length bytes from this buffer and returns a new Buffer containing them.
readInt() - Method in class io.grpc.transport.AbstractReadableBuffer
 
readInt() - Method in class io.grpc.transport.ForwardingReadableBuffer
 
readInt() - Method in interface io.grpc.transport.ReadableBuffer
Reads a 4-byte signed integer from this buffer using big-endian byte ordering.
readUnsignedByte() - Method in class io.grpc.transport.CompositeReadableBuffer
 
readUnsignedByte() - Method in class io.grpc.transport.ForwardingReadableBuffer
 
readUnsignedByte() - Method in interface io.grpc.transport.ReadableBuffer
Reads the next unsigned byte from this buffer and increments the read position by 1.
readUnsignedMedium() - Method in class io.grpc.transport.AbstractReadableBuffer
 
readUnsignedMedium() - Method in class io.grpc.transport.ForwardingReadableBuffer
 
readUnsignedMedium() - Method in interface io.grpc.transport.ReadableBuffer
Reads a 3-byte unsigned integer from this buffer using big-endian byte ordering.
readUnsignedShort() - Method in class io.grpc.transport.AbstractReadableBuffer
 
readUnsignedShort() - Method in class io.grpc.transport.ForwardingReadableBuffer
 
readUnsignedShort() - Method in interface io.grpc.transport.ReadableBuffer
Reads a 2-byte unsigned integer from this buffer using big-endian byte ordering.
receiveMessage(InputStream) - Method in class io.grpc.transport.AbstractClientStream
 
receiveMessage(InputStream) - Method in class io.grpc.transport.AbstractServerStream
 
receiveMessage(InputStream) - Method in class io.grpc.transport.AbstractStream
Handles a message that was just deframed.
recordRoute(List<Feature>, int) - Method in class io.grpc.examples.routeguide.RouteGuideClient
Async client-streaming example.
recordRoute(StreamObserver<RouteSummary>) - Method in interface io.grpc.examples.routeguide.RouteGuideGrpc.RouteGuide
 
recordRoute - Variable in class io.grpc.examples.routeguide.RouteGuideGrpc.RouteGuideServiceDescriptor
 
recordRoute(StreamObserver<RouteSummary>) - Method in class io.grpc.examples.routeguide.RouteGuideGrpc.RouteGuideStub
 
Rectangle - Class in io.grpc.examples.routeguide
Protobuf type routeguide.Rectangle
Rectangle.Builder - Class in io.grpc.examples.routeguide
Protobuf type routeguide.Rectangle
RectangleOrBuilder - Interface in io.grpc.examples.routeguide
 
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.protobuf.EmptyProtos
 
registerAllExtensions(ExtensionRegistry) - Static method in class io.grpc.examples.helloworld.HelloWorldProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class io.grpc.examples.routeguide.RouteGuideProto
 
registerAllExtensions(ExtensionRegistry) - Static method in class io.grpc.testing.integration.Messages
 
registerAllExtensions(ExtensionRegistry) - Static method in class io.grpc.testing.integration.Test
 
registerAllExtensions(ExtensionRegistry) - Static method in class io.grpc.testing.QpsTestProto
 
release(SharedResourceHolder.Resource<T>, T) - Static method in class io.grpc.SharedResourceHolder
Releases an instance of the given resource.
release() - Method in interface io.grpc.transport.WritableBuffer
Releases the buffer, indicating to the WritableBufferAllocator that this buffer is no longer used and its resources can be reused.
remoteEndClosed() - Method in class io.grpc.transport.AbstractClientStream
 
remoteEndClosed() - Method in class io.grpc.transport.AbstractServerStream
Called when the remote end half-closes the stream.
remoteEndClosed() - Method in class io.grpc.transport.AbstractStream
Handles the event that the deframer has reached end of stream.
remove(Metadata.Key<T>, T) - Method in class io.grpc.Metadata
Remove a specific value.
removeAll(Metadata.Key<T>) - Method in class io.grpc.Metadata
Remove all values for the given key.
removeResponseParameters(int) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
repeated .grpc.testing.ResponseParameters response_parameters = 2;
removeService(ServerServiceDefinition) - Method in class io.grpc.MutableHandlerRegistry
Returns false if service was not registered.
removeService(ServerServiceDefinition) - Method in class io.grpc.MutableHandlerRegistryImpl
 
request(int) - Method in class io.grpc.Call
Requests up to the given number of messages from the call to be delivered to Call.Listener.onPayload(Object).
request(int) - Method in class io.grpc.ForwardingCall
 
request(int) - Method in class io.grpc.ForwardingServerCall
 
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.onPayload(Object).
request(int) - Method in class io.grpc.transport.MessageDeframer
Requests up to the given number of messages from the call to be delivered to MessageDeframer.Listener.messageRead(InputStream).
request(int) - Method in interface io.grpc.transport.Stream
Requests up to the given number of messages from the call to be delivered to StreamListener.messageRead(java.io.InputStream).
requestMessagesFromDeframer(int) - Method in class io.grpc.transport.AbstractStream
Called to request the given number of messages from the deframer.
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.
RESPONSE_PARAMETERS_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
 
RESPONSE_SIZE_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.SimpleRequest
 
RESPONSE_SIZE_FIELD_NUMBER - Static variable in class io.grpc.testing.SimpleRequest
 
RESPONSE_TYPE_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.SimpleRequest
 
RESPONSE_TYPE_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
 
RESPONSE_TYPE_FIELD_NUMBER - Static variable in class io.grpc.testing.SimpleRequest
 
returnProcessedBytes(int) - Method in class io.grpc.transport.AbstractStream
Returns the given number of processed bytes back to inbound flow control to enable receipt of more data.
routeChat() - Method in class io.grpc.examples.routeguide.RouteGuideClient
Bi-directional example, which can only be asynchronous.
routeChat(StreamObserver<RouteNote>) - Method in interface io.grpc.examples.routeguide.RouteGuideGrpc.RouteGuide
 
routeChat - Variable in class io.grpc.examples.routeguide.RouteGuideGrpc.RouteGuideServiceDescriptor
 
routeChat(StreamObserver<RouteNote>) - Method in class io.grpc.examples.routeguide.RouteGuideGrpc.RouteGuideStub
 
RouteGuideClient - Class in io.grpc.examples.routeguide
Sample client code that makes gRPC calls to the server.
RouteGuideClient(String, int) - Constructor for class io.grpc.examples.routeguide.RouteGuideClient
Construct client for accessing RoutGuide server at host:port.
RouteGuideGrpc - Class in io.grpc.examples.routeguide
 
RouteGuideGrpc() - Constructor for class io.grpc.examples.routeguide.RouteGuideGrpc
 
RouteGuideGrpc.RouteGuide - Interface in io.grpc.examples.routeguide
 
RouteGuideGrpc.RouteGuideBlockingClient - Interface in io.grpc.examples.routeguide
 
RouteGuideGrpc.RouteGuideBlockingStub - Class in io.grpc.examples.routeguide
 
RouteGuideGrpc.RouteGuideFutureClient - Interface in io.grpc.examples.routeguide
 
RouteGuideGrpc.RouteGuideFutureStub - Class in io.grpc.examples.routeguide
 
RouteGuideGrpc.RouteGuideServiceDescriptor - Class in io.grpc.examples.routeguide
 
RouteGuideGrpc.RouteGuideStub - Class in io.grpc.examples.routeguide
 
RouteGuideProto - Class in io.grpc.examples.routeguide
 
RouteGuideServer - Class in io.grpc.examples.routeguide
A sample gRPC server that serve the RouteGuide (see route_guide.proto) service.
RouteGuideServer(int) - Constructor for class io.grpc.examples.routeguide.RouteGuideServer
 
RouteGuideServer(int, URL) - Constructor for class io.grpc.examples.routeguide.RouteGuideServer
Create a RouteGuide server listening on port using featureFile database.
RouteGuideUtil - Class in io.grpc.examples.routeguide
Common utilities for the RouteGuide demo.
RouteGuideUtil() - Constructor for class io.grpc.examples.routeguide.RouteGuideUtil
 
RouteNote - Class in io.grpc.examples.routeguide
Protobuf type routeguide.RouteNote
RouteNote.Builder - Class in io.grpc.examples.routeguide
Protobuf type routeguide.RouteNote
RouteNoteOrBuilder - Interface in io.grpc.examples.routeguide
 
RouteSummary - Class in io.grpc.examples.routeguide
Protobuf type routeguide.RouteSummary
RouteSummary.Builder - Class in io.grpc.examples.routeguide
Protobuf type routeguide.RouteSummary
RouteSummaryOrBuilder - Interface in io.grpc.examples.routeguide
 
RPC_TYPE_FIELD_NUMBER - Static variable in class io.grpc.testing.ClientConfig
 
RpcType - Enum in io.grpc.testing
Protobuf enum grpc.testing.RpcType
run() - Method in class io.grpc.benchmarks.qps.AsyncClient
Start the QPS Client.
run(String[]) - Method in class io.grpc.benchmarks.qps.AsyncServer
Equivalent of "main", but non-static.
run() - Method in class io.grpc.benchmarks.qps.OpenLoopClient
Start the open loop client.
runServer(StreamObserver<ServerStatus>) - Method in interface io.grpc.testing.WorkerGrpc.Worker
 
runServer - Variable in class io.grpc.testing.WorkerGrpc.WorkerServiceDescriptor
 
runServer(StreamObserver<ServerStatus>) - Method in class io.grpc.testing.WorkerGrpc.WorkerStub
 
runTest(StreamObserver<ClientStatus>) - Method in interface io.grpc.testing.WorkerGrpc.Worker
 
runTest - Variable in class io.grpc.testing.WorkerGrpc.WorkerServiceDescriptor
 
runTest(StreamObserver<ClientStatus>) - Method in class io.grpc.testing.WorkerGrpc.WorkerStub
 

S

sayHello(HelloRequest, StreamObserver<HelloResponse>) - Method in interface io.grpc.examples.helloworld.GreeterGrpc.Greeter
 
sayHello(HelloRequest) - Method in interface io.grpc.examples.helloworld.GreeterGrpc.GreeterBlockingClient
 
sayHello(HelloRequest) - Method in class io.grpc.examples.helloworld.GreeterGrpc.GreeterBlockingStub
 
sayHello(HelloRequest) - Method in interface io.grpc.examples.helloworld.GreeterGrpc.GreeterFutureClient
 
sayHello(HelloRequest) - Method in class io.grpc.examples.helloworld.GreeterGrpc.GreeterFutureStub
 
sayHello - Variable in class io.grpc.examples.helloworld.GreeterGrpc.GreeterServiceDescriptor
 
sayHello(HelloRequest, StreamObserver<HelloResponse>) - Method in class io.grpc.examples.helloworld.GreeterGrpc.GreeterStub
 
scheme() - Method in interface io.grpc.transport.netty.ProtocolNegotiator.Handler
The HTTP/2 scheme to be used when sending HEADERS.
SCHEME_HEADER - Static variable in class io.grpc.transport.okhttp.Headers
 
sendCancel() - Method in class io.grpc.transport.AbstractClientStream
Cancel the stream and send a stream cancellation message to the remote server, if necessary.
sendFrame(WritableBuffer, boolean, boolean) - Method in class io.grpc.transport.AbstractClientStream
Sends an outbound frame to the remote end point.
sendFrame(WritableBuffer, boolean, boolean) - Method in class io.grpc.transport.AbstractServerStream
Sends an outbound frame to the remote end point.
sendHeaders(Metadata.Headers) - Method in class io.grpc.ForwardingServerCall
 
sendHeaders(Metadata.Headers) - Method in class io.grpc.ServerCall
Send response header metadata prior to sending a response payload.
sendPayload(RequestT) - Method in class io.grpc.Call
Send a request message to the server.
sendPayload(ReqT) - Method in class io.grpc.ForwardingCall
 
sendPayload(RespT) - Method in class io.grpc.ForwardingServerCall
 
sendPayload(ResponseT) - Method in class io.grpc.ServerCall
Send a response message.
sendTrailers(Metadata.Trailers, boolean) - Method in class io.grpc.transport.AbstractServerStream
Sends trailers to the remote end point.
serialize() - Method in class io.grpc.Metadata
Serialize all the metadata entries.
SerializingExecutor - Class in io.grpc
Executor ensuring that all Runnable tasks submitted are executed in order using the provided Executor, and serially such that no two will ever be running at the same time.
SerializingExecutor(Executor) - Constructor for class io.grpc.SerializingExecutor
Creates a SerializingExecutor, running tasks using executor.
Server - Class in io.grpc
Server for listening for and dispatching incoming calls.
Server() - Constructor for class io.grpc.Server
 
Server - Interface in io.grpc.transport
A server accepts new incomming connections.
SERVER_TARGETS_FIELD_NUMBER - Static variable in class io.grpc.testing.ClientConfig
 
SERVER_TYPE_FIELD_NUMBER - Static variable in class io.grpc.testing.ServerConfig
 
ServerArgs - Class in io.grpc.testing
Protobuf type grpc.testing.ServerArgs
ServerArgs.ArgtypeCase - Enum in io.grpc.testing
 
ServerArgs.Builder - Class in io.grpc.testing
Protobuf type grpc.testing.ServerArgs
ServerArgsOrBuilder - Interface in io.grpc.testing
 
ServerCall<ResponseT> - Class in io.grpc
Encapsulates a single call received from a remote client.
ServerCall() - Constructor for class io.grpc.ServerCall
 
ServerCall.Listener<RequestT> - 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.
ServerCalls - Class in io.grpc.stub
Utility functions for adapting ServerCallHandlers to application service implementation, meant to be used by the generated code.
ServerCalls.StreamingRequestMethod<ReqT,RespT> - Interface in io.grpc.stub
Adaptor to a client stremaing or bi-directional stremaing method.
ServerCalls.UnaryRequestMethod<ReqT,RespT> - Interface in io.grpc.stub
Adaptor to a unary call or server streaming method.
ServerConfig - Class in io.grpc.testing
Protobuf type grpc.testing.ServerConfig
ServerConfig.Builder - Class in io.grpc.testing
Protobuf type grpc.testing.ServerConfig
ServerConfigOrBuilder - Interface in io.grpc.testing
 
ServerEssentials(Server, Runnable) - Constructor for class io.grpc.AbstractServerBuilder.ServerEssentials
Constructor.
ServerImpl - Class in io.grpc
Default implementation of Server, for creation by transports.
ServerImpl(Executor, HandlerRegistry, Server) - Constructor for class io.grpc.ServerImpl
Construct a server.
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.
ServerInterceptors.ForwardingListener<ReqT> - Class in io.grpc
ServerInterceptors.ForwardingServerCall<RespT> - Class in io.grpc
ServerListener - Interface in io.grpc.transport
A listener to a server for transport creation events.
ServerMethodDefinition<RequestT,ResponseT> - Class in io.grpc
Definition of a method bound by a HandlerRegistry and exposed by a Server.
serverSendsOneMessage() - Method in enum io.grpc.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.Trailers).
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.
serverShutdown() - Method in interface io.grpc.transport.ServerListener
The server is shutting down.
ServerStats - Class in io.grpc.testing
Protobuf type grpc.testing.ServerStats
ServerStats.Builder - Class in io.grpc.testing
Protobuf type grpc.testing.ServerStats
ServerStatsOrBuilder - Interface in io.grpc.testing
 
ServerStatus - Class in io.grpc.testing
Protobuf type grpc.testing.ServerStatus
ServerStatus.Builder - Class in io.grpc.testing
Protobuf type grpc.testing.ServerStatus
ServerStatusOrBuilder - Interface in io.grpc.testing
 
ServerStream - Interface in io.grpc.transport
Extension of Stream to support server-side termination semantics.
serverStreaming() - Method in class io.grpc.testing.integration.AbstractTransportTest
 
serverStreamingShouldBeFlowControlled() - Method in class io.grpc.testing.integration.AbstractTransportTest
 
ServerStreamListener - Interface in io.grpc.transport
An observer of server-side stream events.
serverTls(SSLEngine) - Static method in class io.grpc.transport.netty.ProtocolNegotiators
Create a TLS handler for HTTP/2 capable of using ALPN/NPN.
ServerTransport - Interface in io.grpc.transport
An inbound connection.
ServerTransportListener - Interface in io.grpc.transport
A observer of a server-side transport for stream creation events.
ServerType - Enum in io.grpc.testing
Protobuf enum grpc.testing.ServerType
setAggregatedPayloadSize(int) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
optional int32 aggregated_payload_size = 1;
setAsyncClientThreads(int) - Method in class io.grpc.testing.ClientConfig.Builder
optional int32 async_client_threads = 7;
setAuthority(String) - Method in class io.grpc.Metadata.Headers
Override the HTTP/2 authority the channel claims to be connecting to.
setBody(ByteString) - Method in class io.grpc.testing.integration.Messages.Payload.Builder
optional bytes body = 2;
setBody(ByteString) - Method in class io.grpc.testing.Payload.Builder
optional bytes body = 2;
setBucket(int, int) - Method in class io.grpc.testing.HistogramData.Builder
repeated uint32 bucket = 1;
setChannel(Channel) - Method in class io.grpc.stub.AbstractStub.StubConfigBuilder
Set the channel to be used by the stub.
setClientChannels(int) - Method in class io.grpc.testing.ClientConfig.Builder
optional int32 client_channels = 5;
setClientType(ClientType) - Method in class io.grpc.testing.ClientConfig.Builder
optional .grpc.testing.ClientType client_type = 2;
setClientTypeValue(int) - Method in class io.grpc.testing.ClientConfig.Builder
optional .grpc.testing.ClientType client_type = 2;
setConnectionSpec(ConnectionSpec) - Method in class io.grpc.transport.okhttp.OkHttpChannelBuilder
For secure connection, provides a ConnectionSpec to specify Cipher suite and TLS versions.
setCount(double) - Method in class io.grpc.testing.HistogramData.Builder
optional double count = 6;
setDistance(int) - Method in class io.grpc.examples.routeguide.RouteSummary.Builder
optional int32 distance = 3;
setElapsedTime(int) - Method in class io.grpc.examples.routeguide.RouteSummary.Builder
optional int32 elapsed_time = 4;
setEnableSsl(boolean) - Method in class io.grpc.testing.ClientConfig.Builder
optional bool enable_ssl = 3;
setEnableSsl(boolean) - Method in class io.grpc.testing.ServerConfig.Builder
optional bool enable_ssl = 3;
setFeatureCount(int) - Method in class io.grpc.examples.routeguide.RouteSummary.Builder
optional int32 feature_count = 2;
setFillOauthScope(boolean) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
optional bool fill_oauth_scope = 5;
setFillUsername(boolean) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
optional bool fill_username = 4;
setHi(Point) - Method in class io.grpc.examples.routeguide.Rectangle.Builder
optional .routeguide.Point hi = 2;
setHi(Point.Builder) - Method in class io.grpc.examples.routeguide.Rectangle.Builder
optional .routeguide.Point hi = 2;
setIntervalUs(int) - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
optional int32 interval_us = 2;
setLatencies(HistogramData) - Method in class io.grpc.testing.ClientStats.Builder
optional .grpc.testing.HistogramData latencies = 1;
setLatencies(HistogramData.Builder) - Method in class io.grpc.testing.ClientStats.Builder
optional .grpc.testing.HistogramData latencies = 1;
setLatitude(int) - Method in class io.grpc.examples.routeguide.Point.Builder
optional int32 latitude = 1;
setListener(ServerStreamListener) - Method in class io.grpc.transport.AbstractServerStream
Sets the listener to receive notifications.
setLo(Point) - Method in class io.grpc.examples.routeguide.Rectangle.Builder
optional .routeguide.Point lo = 1;
setLo(Point.Builder) - Method in class io.grpc.examples.routeguide.Rectangle.Builder
optional .routeguide.Point lo = 1;
setLocation(Point) - Method in class io.grpc.examples.routeguide.Feature.Builder
optional .routeguide.Point location = 2;
setLocation(Point.Builder) - Method in class io.grpc.examples.routeguide.Feature.Builder
optional .routeguide.Point location = 2;
setLocation(Point) - Method in class io.grpc.examples.routeguide.RouteNote.Builder
optional .routeguide.Point location = 1;
setLocation(Point.Builder) - Method in class io.grpc.examples.routeguide.RouteNote.Builder
optional .routeguide.Point location = 1;
setLongitude(int) - Method in class io.grpc.examples.routeguide.Point.Builder
optional int32 longitude = 2;
setMark(Mark) - Method in class io.grpc.testing.ClientArgs.Builder
optional .grpc.testing.Mark mark = 2;
setMark(Mark.Builder) - Method in class io.grpc.testing.ClientArgs.Builder
optional .grpc.testing.Mark mark = 2;
setMark(Mark) - Method in class io.grpc.testing.ServerArgs.Builder
optional .grpc.testing.Mark mark = 2;
setMark(Mark.Builder) - Method in class io.grpc.testing.ServerArgs.Builder
optional .grpc.testing.Mark mark = 2;
setMaxSeen(double) - Method in class io.grpc.testing.HistogramData.Builder
optional double max_seen = 3;
setMessage(String) - Method in class io.grpc.examples.helloworld.HelloResponse.Builder
optional string message = 1;
setMessage(String) - Method in class io.grpc.examples.routeguide.RouteNote.Builder
optional string message = 2;
setMessageBytes(ByteString) - Method in class io.grpc.examples.helloworld.HelloResponse.Builder
optional string message = 1;
setMessageBytes(ByteString) - Method in class io.grpc.examples.routeguide.RouteNote.Builder
optional string message = 2;
setMinSeen(double) - Method in class io.grpc.testing.HistogramData.Builder
optional double min_seen = 2;
setName(String) - Method in class io.grpc.examples.helloworld.HelloRequest.Builder
optional string name = 1;
setName(String) - Method in class io.grpc.examples.routeguide.Feature.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class io.grpc.examples.helloworld.HelloRequest.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class io.grpc.examples.routeguide.Feature.Builder
optional string name = 1;
setOauthScope(String) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
optional string oauth_scope = 3;
setOauthScopeBytes(ByteString) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
optional string oauth_scope = 3;
setOnReadyThreshold(int) - Method in class io.grpc.transport.AbstractStream
Sets the number of queued bytes for a given stream, below which StreamListener.onReady() will be called.
setOutstandingRpcsPerChannel(int) - Method in class io.grpc.testing.ClientConfig.Builder
optional int32 outstanding_rpcs_per_channel = 4;
setPath(String) - Method in class io.grpc.Metadata.Headers
 
setPayload(Messages.Payload) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
optional .grpc.testing.Payload payload = 3;
setPayload(Messages.Payload.Builder) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
optional .grpc.testing.Payload payload = 3;
setPayload(Messages.Payload) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
optional .grpc.testing.Payload payload = 1;
setPayload(Messages.Payload.Builder) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
optional .grpc.testing.Payload payload = 1;
setPayload(Messages.Payload) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
optional .grpc.testing.Payload payload = 1;
setPayload(Messages.Payload.Builder) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
optional .grpc.testing.Payload payload = 1;
setPayload(Messages.Payload) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
optional .grpc.testing.Payload payload = 3;
setPayload(Messages.Payload.Builder) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
optional .grpc.testing.Payload payload = 3;
setPayload(Messages.Payload) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
optional .grpc.testing.Payload payload = 1;
setPayload(Messages.Payload.Builder) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
optional .grpc.testing.Payload payload = 1;
setPayload(Payload) - Method in class io.grpc.testing.SimpleRequest.Builder
optional .grpc.testing.Payload payload = 3;
setPayload(Payload.Builder) - Method in class io.grpc.testing.SimpleRequest.Builder
optional .grpc.testing.Payload payload = 3;
setPayload(Payload) - Method in class io.grpc.testing.SimpleResponse.Builder
optional .grpc.testing.Payload payload = 1;
setPayload(Payload.Builder) - Method in class io.grpc.testing.SimpleResponse.Builder
optional .grpc.testing.Payload payload = 1;
setPayloadSize(int) - Method in class io.grpc.testing.ClientConfig.Builder
optional int32 payload_size = 6;
setPointCount(int) - Method in class io.grpc.examples.routeguide.RouteSummary.Builder
optional int32 point_count = 1;
setPort(int) - Method in class io.grpc.testing.ServerStatus.Builder
optional int32 port = 2;
setResponseParameters(int, Messages.ResponseParameters) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
repeated .grpc.testing.ResponseParameters response_parameters = 2;
setResponseParameters(int, Messages.ResponseParameters.Builder) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
repeated .grpc.testing.ResponseParameters response_parameters = 2;
setResponseSize(int) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
optional int32 response_size = 2;
setResponseSize(int) - Method in class io.grpc.testing.SimpleRequest.Builder
optional int32 response_size = 2;
setResponseType(Messages.PayloadType) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
optional .grpc.testing.PayloadType response_type = 1;
setResponseType(Messages.PayloadType) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
optional .grpc.testing.PayloadType response_type = 1;
setResponseType(PayloadType) - Method in class io.grpc.testing.SimpleRequest.Builder
optional .grpc.testing.PayloadType response_type = 1;
setResponseTypeValue(int) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
optional .grpc.testing.PayloadType response_type = 1;
setResponseTypeValue(int) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
optional .grpc.testing.PayloadType response_type = 1;
setResponseTypeValue(int) - Method in class io.grpc.testing.SimpleRequest.Builder
optional .grpc.testing.PayloadType response_type = 1;
setRpcType(RpcType) - Method in class io.grpc.testing.ClientConfig.Builder
optional .grpc.testing.RpcType rpc_type = 8;
setRpcTypeValue(int) - Method in class io.grpc.testing.ClientConfig.Builder
optional .grpc.testing.RpcType rpc_type = 8;
setServerTargets(int, String) - Method in class io.grpc.testing.ClientConfig.Builder
repeated string server_targets = 1;
setServerType(ServerType) - Method in class io.grpc.testing.ServerConfig.Builder
optional .grpc.testing.ServerType server_type = 1;
setServerTypeValue(int) - Method in class io.grpc.testing.ServerConfig.Builder
optional .grpc.testing.ServerType server_type = 1;
setSetup(ClientConfig) - Method in class io.grpc.testing.ClientArgs.Builder
optional .grpc.testing.ClientConfig setup = 1;
setSetup(ClientConfig.Builder) - Method in class io.grpc.testing.ClientArgs.Builder
optional .grpc.testing.ClientConfig setup = 1;
setSetup(ServerConfig) - Method in class io.grpc.testing.ServerArgs.Builder
optional .grpc.testing.ServerConfig setup = 1;
setSetup(ServerConfig.Builder) - Method in class io.grpc.testing.ServerArgs.Builder
optional .grpc.testing.ServerConfig setup = 1;
setSize(int) - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
optional int32 size = 1;
setStats(ClientStats) - Method in class io.grpc.testing.ClientStatus.Builder
optional .grpc.testing.ClientStats stats = 1;
setStats(ClientStats.Builder) - Method in class io.grpc.testing.ClientStatus.Builder
optional .grpc.testing.ClientStats stats = 1;
setStats(ServerStats) - Method in class io.grpc.testing.ServerStatus.Builder
optional .grpc.testing.ServerStats stats = 1;
setStats(ServerStats.Builder) - Method in class io.grpc.testing.ServerStatus.Builder
optional .grpc.testing.ServerStats stats = 1;
setSum(double) - Method in class io.grpc.testing.HistogramData.Builder
optional double sum = 4;
setSumOfSquares(double) - Method in class io.grpc.testing.HistogramData.Builder
optional double sum_of_squares = 5;
setTestNum(int) - Method in class io.grpc.testing.StatsRequest.Builder
optional int32 test_num = 1;
setThreads(int) - Method in class io.grpc.testing.ServerConfig.Builder
optional int32 threads = 2;
setTimeElapsed(double) - Method in class io.grpc.testing.ClientStats.Builder
optional double time_elapsed = 3;
setTimeElapsed(double) - Method in class io.grpc.testing.ServerStats.Builder
optional double time_elapsed = 1;
setTimeout(long, TimeUnit) - Method in class io.grpc.stub.AbstractStub.StubConfigBuilder
Sets a timeout for all methods in the stub.
setTimeSystem(double) - Method in class io.grpc.testing.ClientStats.Builder
optional double time_system = 5;
setTimeSystem(double) - Method in class io.grpc.testing.ServerStats.Builder
optional double time_system = 3;
setTimeUser(double) - Method in class io.grpc.testing.ClientStats.Builder
optional double time_user = 4;
setTimeUser(double) - Method in class io.grpc.testing.ServerStats.Builder
optional double time_user = 2;
setType(Messages.PayloadType) - Method in class io.grpc.testing.integration.Messages.Payload.Builder
optional .grpc.testing.PayloadType type = 1;
setType(PayloadType) - Method in class io.grpc.testing.Payload.Builder
optional .grpc.testing.PayloadType type = 1;
setTypeValue(int) - Method in class io.grpc.testing.integration.Messages.Payload.Builder
optional .grpc.testing.PayloadType type = 1;
setTypeValue(int) - Method in class io.grpc.testing.Payload.Builder
optional .grpc.testing.PayloadType type = 1;
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.examples.helloworld.HelloRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.examples.helloworld.HelloResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.examples.routeguide.Feature.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.examples.routeguide.Point.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.examples.routeguide.Rectangle.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.examples.routeguide.RouteNote.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.examples.routeguide.RouteSummary.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.ClientArgs.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.ClientConfig.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.ClientStats.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.ClientStatus.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.HistogramData.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.Payload.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.ResponseParameters.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.SimpleContext.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.SimpleRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.Mark.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.Payload.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.ServerArgs.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.ServerConfig.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.ServerStats.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.ServerStatus.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.SimpleRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.SimpleResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class io.grpc.testing.StatsRequest.Builder
 
setUp() - Method in class io.grpc.testing.integration.AbstractTransportTest
Must be called by the subclass setup method if overridden.
SETUP_FIELD_NUMBER - Static variable in class io.grpc.testing.ClientArgs
 
SETUP_FIELD_NUMBER - Static variable in class io.grpc.testing.ServerArgs
 
setUsername(String) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
optional string username = 2;
setUsernameBytes(ByteString) - Method in class io.grpc.testing.integration.Messages.SimpleResponse.Builder
optional string username = 2;
setValue(Configuration, String) - Method in interface io.grpc.benchmarks.qps.AbstractConfigurationBuilder.Param
Sets this parameter on the given configuration instance.
setValue(String) - Method in class io.grpc.testing.integration.Messages.SimpleContext.Builder
optional string value = 1;
setValueBytes(ByteString) - Method in class io.grpc.testing.integration.Messages.SimpleContext.Builder
optional string value = 1;
SharedResourceHolder - Class in io.grpc
A holder for shared resource singletons.
SharedResourceHolder.Resource<T> - Interface in io.grpc
Defines a resource, and the way to create and destroy instances of it.
shutdown() - Method in class io.grpc.ChannelImpl
Initiates an orderly shutdown in which preexisting calls continue but new calls are immediately cancelled.
shutdown() - Method in class io.grpc.examples.helloworld.HelloWorldClient
 
shutdown() - Method in class io.grpc.examples.routeguide.RouteGuideClient
 
shutdown() - Method in class io.grpc.ServerImpl
Initiates an orderly shutdown in which preexisting calls continue but new calls are rejected.
shutdown() - Method in interface io.grpc.transport.ClientTransport
Initiates an orderly shutdown of the transport.
shutdown() - Method in class io.grpc.transport.netty.NettyServer
 
shutdown() - Method in class io.grpc.transport.okhttp.OkHttpClientTransport
 
shutdown() - Method in interface io.grpc.transport.Server
Initiates an orderly shutdown of the server.
shutdown() - Method in interface io.grpc.transport.ServerTransport
Initiates an orderly shutdown of the transport.
shutdownNow() - Method in class io.grpc.ChannelImpl
Initiates a forceful shutdown in which preexisting and new calls are cancelled.
shutdownNow() - Method in class io.grpc.ServerImpl
Initiates a forceful shutdown in which preexisting and new calls are rejected.
SimpleForwardingCall(Call<ReqT, RespT>) - Constructor for class io.grpc.ForwardingCall.SimpleForwardingCall
 
SimpleForwardingCallListener(Call.Listener<RespT>) - Constructor for class io.grpc.ForwardingCallListener.SimpleForwardingCallListener
 
SimpleForwardingServerCall(ServerCall<RespT>) - Constructor for class io.grpc.ForwardingServerCall.SimpleForwardingServerCall
 
SimpleForwardingServerCallListener(ServerCall.Listener<ReqT>) - Constructor for class io.grpc.ForwardingServerCallListener.SimpleForwardingServerCallListener
 
SimpleRequest - Class in io.grpc.testing
Protobuf type grpc.testing.SimpleRequest
SimpleRequest.Builder - Class in io.grpc.testing
Protobuf type grpc.testing.SimpleRequest
SimpleRequestOrBuilder - Interface in io.grpc.testing
 
SimpleResponse - Class in io.grpc.testing
Protobuf type grpc.testing.SimpleResponse
SimpleResponse.Builder - Class in io.grpc.testing
Protobuf type grpc.testing.SimpleResponse
SimpleResponseOrBuilder - Interface in io.grpc.testing
 
SIZE_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.ResponseParameters
 
skipBytes(int) - Method in class io.grpc.transport.CompositeReadableBuffer
 
skipBytes(int) - Method in class io.grpc.transport.ForwardingReadableBuffer
 
skipBytes(int) - Method in interface io.grpc.transport.ReadableBuffer
Increments the read position by the given length.
sslContext(SslContext) - Method in class io.grpc.transport.netty.NettyChannelBuilder
SSL/TLS context to use instead of the system default.
sslContext(SslContext) - Method in class io.grpc.transport.netty.NettyServerBuilder
Sets the TLS context to use for encryption.
sslSocketFactory(SSLSocketFactory) - Method in class io.grpc.transport.okhttp.OkHttpChannelBuilder
Provides a SSLSocketFactory to establish a secure connection.
start(Call.Listener<ResponseT>, Metadata.Headers) - Method in class io.grpc.Call
Start a call, using responseListener for processing response messages.
start(Call.Listener<RespT>, Metadata.Headers) - Method in class io.grpc.ClientInterceptors.CheckedForwardingCall
 
start() - Method in class io.grpc.examples.routeguide.RouteGuideServer
Start serving requests.
start(Call.Listener<RespT>, Metadata.Headers) - Method in class io.grpc.ForwardingCall
 
start() - Method in class io.grpc.ServerImpl
Bind and start the server.
start(ClientTransport.Listener) - Method in interface io.grpc.transport.ClientTransport
Starts transport.
start(ServerListener) - Method in class io.grpc.transport.netty.NettyServer
 
start(ClientTransport.Listener) - Method in class io.grpc.transport.okhttp.OkHttpClientTransport
 
start(ServerListener) - Method in interface io.grpc.transport.Server
Starts transport.
startCall(String, ServerCall<ResponseT>, Metadata.Headers) - Method in interface io.grpc.ServerCallHandler
Produce a non-null listener for the incoming call.
startStaticServer(AbstractServerBuilder<?>) - Static method in class io.grpc.testing.integration.AbstractTransportTest
 
STATS_FIELD_NUMBER - Static variable in class io.grpc.testing.ClientStatus
 
STATS_FIELD_NUMBER - Static variable in class io.grpc.testing.ServerStatus
 
StatsRequest - Class in io.grpc.testing
Protobuf type grpc.testing.StatsRequest
StatsRequest.Builder - Class in io.grpc.testing
Protobuf type grpc.testing.StatsRequest
StatsRequestOrBuilder - Interface in io.grpc.testing
 
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() - Method in enum io.grpc.transport.HttpUtil.Http2Error
Gets the Status associated with this HTTP/2 code.
Status.Code - Enum in io.grpc
The set of canonical status codes.
Status.OperationException - Exception in io.grpc
Deprecated.
Use StatusException instead
Status.OperationRuntimeException - Exception in io.grpc
Deprecated.
StatusException - Exception in io.grpc
Status in Exception form, for propagating Status information via exceptions.
StatusException(Status) - Constructor for exception io.grpc.StatusException
 
statusForCode(long) - Static method in enum io.grpc.transport.HttpUtil.Http2Error
Looks up the Status from the given HTTP/2 error code.
StatusRuntimeException - Exception in io.grpc
Status in RuntimeException form, for propagating Status information via exceptions.
StatusRuntimeException(Status) - Constructor for exception io.grpc.StatusRuntimeException
 
stop() - Method in class io.grpc.examples.routeguide.RouteGuideServer
Stop serving requests and shutdown resources.
stopStaticServer() - Static method in class io.grpc.testing.integration.AbstractTransportTest
 
stream(T) - Method in interface io.grpc.Marshaller
Given a message, produce an InputStream for it so that it can be written to the wire.
Stream - Interface in io.grpc.transport
A single stream of communication between two end-points within a transport.
streamCreated(ServerStream, String, Metadata.Headers) - Method in interface io.grpc.transport.ServerTransportListener
Called when a new stream was created by the remote client.
STREAMING_VALUE - Static variable in enum io.grpc.testing.RpcType
STREAMING = 1;
streamingCall(StreamObserver<SimpleResponse>) - Method in interface io.grpc.testing.TestServiceGrpc.TestService
 
streamingCall - Variable in class io.grpc.testing.TestServiceGrpc.TestServiceServiceDescriptor
 
streamingCall(StreamObserver<SimpleResponse>) - Method in class io.grpc.testing.TestServiceGrpc.TestServiceStub
 
streamingInputCall(StreamObserver<Messages.StreamingInputCallResponse>) - Method in interface io.grpc.testing.integration.TestServiceGrpc.TestService
 
streamingInputCall - Variable in class io.grpc.testing.integration.TestServiceGrpc.TestServiceServiceDescriptor
 
streamingInputCall(StreamObserver<Messages.StreamingInputCallResponse>) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceStub
 
streamingInputCall(StreamObserver<Messages.StreamingInputCallResponse>) - Method in class io.grpc.testing.integration.TestServiceImpl
Waits until we have received all of the request messages and then returns the aggregate payload size for all of the received requests.
streamingOutputCall(Messages.StreamingOutputCallRequest, StreamObserver<Messages.StreamingOutputCallResponse>) - Method in interface io.grpc.testing.integration.TestServiceGrpc.TestService
 
streamingOutputCall(Messages.StreamingOutputCallRequest) - Method in interface io.grpc.testing.integration.TestServiceGrpc.TestServiceBlockingClient
 
streamingOutputCall(Messages.StreamingOutputCallRequest) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceBlockingStub
 
streamingOutputCall - Variable in class io.grpc.testing.integration.TestServiceGrpc.TestServiceServiceDescriptor
 
streamingOutputCall(Messages.StreamingOutputCallRequest, StreamObserver<Messages.StreamingOutputCallResponse>) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceStub
 
streamingOutputCall(Messages.StreamingOutputCallRequest, StreamObserver<Messages.StreamingOutputCallResponse>) - Method in class io.grpc.testing.integration.TestServiceImpl
Given a request that specifies chunk size and interval between responses, creates and schedules the response stream.
StreamListener - Interface in io.grpc.transport
An observer of Stream events.
StreamObserver<V> - Interface in io.grpc.stub
Receives notifications from an observable stream of messages.
StreamRecorder<T> - Class in io.grpc.stub
Utility implementation of StreamObserver used in testing.
streamRequest(RequestT) - Method in class io.grpc.MethodDescriptor
Convert a request message to an InputStream.
streamResponse(ResponseT) - Method in class io.grpc.ServerMethodDefinition
Serialize an outgoing response message.
streamWindowSize(int) - Method in class io.grpc.transport.netty.NettyChannelBuilder
Sets the HTTP/2 per-stream flow control window.
streamWindowSize(int) - Method in class io.grpc.transport.netty.NettyServerBuilder
Sets the HTTP/2 per-stream flow control window.
SUM_FIELD_NUMBER - Static variable in class io.grpc.testing.HistogramData
 
SUM_OF_SQUARES_FIELD_NUMBER - Static variable in class io.grpc.testing.HistogramData
 
SYNCHRONOUS_CLIENT_VALUE - Static variable in enum io.grpc.testing.ClientType
SYNCHRONOUS_CLIENT = 0;
SYNCHRONOUS_SERVER_VALUE - Static variable in enum io.grpc.testing.ServerType
SYNCHRONOUS_SERVER = 0;

T

TE - Static variable in class io.grpc.transport.HttpUtil
The TE header name.
TE_HEADER - Static variable in class io.grpc.transport.okhttp.Headers
 
TE_TRAILERS - Static variable in class io.grpc.transport.HttpUtil
The TE (transport encoding) header for requests over HTTP/2.
tearDown() - Method in class io.grpc.testing.integration.AbstractTransportTest
Clean up.
Test - Class in io.grpc.testing.integration
 
TEST_NUM_FIELD_NUMBER - Static variable in class io.grpc.testing.StatsRequest
 
TEST_SERVER_HOST - Static variable in class io.grpc.testing.TestUtils
 
testServerAddress(String, int) - Static method in class io.grpc.testing.TestUtils
Creates a new InetSocketAddress that overrides the host with TestUtils.TEST_SERVER_HOST.
testServerAddress(int) - Static method in class io.grpc.testing.TestUtils
Creates a new InetSocketAddress on localhost that overrides the host with TestUtils.TEST_SERVER_HOST.
TestServiceClient - Class in io.grpc.testing.integration
Application that starts a client for the TestServiceGrpc.TestService and runs through a series of tests.
TestServiceClient() - Constructor for class io.grpc.testing.integration.TestServiceClient
 
TestServiceGrpc - Class in io.grpc.testing.integration
 
TestServiceGrpc() - Constructor for class io.grpc.testing.integration.TestServiceGrpc
 
TestServiceGrpc - Class in io.grpc.testing
 
TestServiceGrpc() - Constructor for class io.grpc.testing.TestServiceGrpc
 
TestServiceGrpc.TestService - Interface in io.grpc.testing.integration
 
TestServiceGrpc.TestService - Interface in io.grpc.testing
 
TestServiceGrpc.TestServiceBlockingClient - Interface in io.grpc.testing.integration
 
TestServiceGrpc.TestServiceBlockingClient - Interface in io.grpc.testing
 
TestServiceGrpc.TestServiceBlockingStub - Class in io.grpc.testing.integration
 
TestServiceGrpc.TestServiceBlockingStub - Class in io.grpc.testing
 
TestServiceGrpc.TestServiceFutureClient - Interface in io.grpc.testing.integration
 
TestServiceGrpc.TestServiceFutureClient - Interface in io.grpc.testing
 
TestServiceGrpc.TestServiceFutureStub - Class in io.grpc.testing.integration
 
TestServiceGrpc.TestServiceFutureStub - Class in io.grpc.testing
 
TestServiceGrpc.TestServiceServiceDescriptor - Class in io.grpc.testing.integration
 
TestServiceGrpc.TestServiceServiceDescriptor - Class in io.grpc.testing
 
TestServiceGrpc.TestServiceStub - Class in io.grpc.testing.integration
 
TestServiceGrpc.TestServiceStub - Class in io.grpc.testing
 
TestServiceImpl - Class in io.grpc.testing.integration
Implementation of the business logic for the TestService.
TestServiceImpl(ScheduledExecutorService) - Constructor for class io.grpc.testing.integration.TestServiceImpl
Constructs a controller using the given executor for scheduling response stream chunks.
TestServiceServer - Class in io.grpc.testing.integration
Server that manages startup/shutdown of a single TestService.
TestServiceServer() - Constructor for class io.grpc.testing.integration.TestServiceServer
 
TestUtils - Class in io.grpc.testing
Common utility functions useful for writing tests.
THREADS_FIELD_NUMBER - Static variable in class io.grpc.testing.ServerConfig
 
TIME_ELAPSED_FIELD_NUMBER - Static variable in class io.grpc.testing.ClientStats
 
TIME_ELAPSED_FIELD_NUMBER - Static variable in class io.grpc.testing.ServerStats
 
TIME_SYSTEM_FIELD_NUMBER - Static variable in class io.grpc.testing.ClientStats
 
TIME_SYSTEM_FIELD_NUMBER - Static variable in class io.grpc.testing.ServerStats
 
TIME_USER_FIELD_NUMBER - Static variable in class io.grpc.testing.ClientStats
 
TIME_USER_FIELD_NUMBER - Static variable in class io.grpc.testing.ServerStats
 
tls(SslContext, InetSocketAddress) - Static method in class io.grpc.transport.netty.ProtocolNegotiators
Returns a ProtocolNegotiator that ensures the pipeline is set up so that TLS will be negotiated, the handler is added and writes to the Channel may happen immediately, even before the TLS Handshake is complete.
toAsciiString(T) - Method in interface io.grpc.Metadata.AsciiMarshaller
Serialize a metadata value to a ASCII string that contains only printable characters and space.
toBuilder() - Method in class com.google.protobuf.EmptyProtos.Empty
 
toBuilder() - Method in class io.grpc.examples.helloworld.HelloRequest
 
toBuilder() - Method in class io.grpc.examples.helloworld.HelloResponse
 
toBuilder() - Method in class io.grpc.examples.routeguide.Feature
 
toBuilder() - Method in class io.grpc.examples.routeguide.Point
 
toBuilder() - Method in class io.grpc.examples.routeguide.Rectangle
 
toBuilder() - Method in class io.grpc.examples.routeguide.RouteNote
 
toBuilder() - Method in class io.grpc.examples.routeguide.RouteSummary
 
toBuilder() - Method in class io.grpc.testing.ClientArgs
 
toBuilder() - Method in class io.grpc.testing.ClientConfig
 
toBuilder() - Method in class io.grpc.testing.ClientStats
 
toBuilder() - Method in class io.grpc.testing.ClientStatus
 
toBuilder() - Method in class io.grpc.testing.HistogramData
 
toBuilder() - Method in class io.grpc.testing.integration.Messages.Payload
 
toBuilder() - Method in class io.grpc.testing.integration.Messages.ResponseParameters
 
toBuilder() - Method in class io.grpc.testing.integration.Messages.SimpleContext
 
toBuilder() - Method in class io.grpc.testing.integration.Messages.SimpleRequest
 
toBuilder() - Method in class io.grpc.testing.integration.Messages.SimpleResponse
 
toBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
 
toBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
 
toBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
 
toBuilder() - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
 
toBuilder() - Method in class io.grpc.testing.Mark
 
toBuilder() - Method in class io.grpc.testing.Payload
 
toBuilder() - Method in class io.grpc.testing.ServerArgs
 
toBuilder() - Method in class io.grpc.testing.ServerConfig
 
toBuilder() - Method in class io.grpc.testing.ServerStats
 
toBuilder() - Method in class io.grpc.testing.ServerStatus
 
toBuilder() - Method in class io.grpc.testing.SimpleRequest
 
toBuilder() - Method in class io.grpc.testing.SimpleResponse
 
toBuilder() - Method in class io.grpc.testing.StatsRequest
 
toBytes(T) - Method in interface io.grpc.Metadata.BinaryMarshaller
Serialize a metadata value to bytes.
toChunkQueue(Messages.StreamingOutputCallRequest) - Method in class io.grpc.testing.integration.TestServiceImpl
Breaks down the request and creates a queue of response chunks for the given request.
toHttp2Headers(Metadata) - Static method in class io.grpc.transport.TransportFrameUtil
Transform the given headers to a format where only spec-compliant ASCII characters are allowed.
toRawSerializedHeaders(byte[][]) - Static method in class io.grpc.transport.TransportFrameUtil
Transform HTTP/2-compliant headers to the raw serialized format which can be deserialized by metadata marshallers.
toString() - Method in class io.grpc.Metadata.Headers
 
toString() - Method in class io.grpc.Metadata.Key
 
toString() - Method in class io.grpc.Metadata.Trailers
 
toString() - Method in class io.grpc.Status
A string representation of the status useful for debugging.
toString() - Method in class io.grpc.transport.AbstractStream
 
toStringHelper() - Method in class io.grpc.transport.AbstractClientStream
 
toStringHelper() - Method in class io.grpc.transport.AbstractStream
 
Trailers(byte[]...) - Constructor for class io.grpc.Metadata.Trailers
Called by the transport layer to create trailers from their binary serialized values.
Trailers() - Constructor for class io.grpc.Metadata.Trailers
Called by the application layer to construct trailers prior to passing them to the transport for serialization.
transportCreated(ServerTransport) - Method in interface io.grpc.transport.ServerListener
Called upon the establishment of a new client connection.
transportDataReceived(ReadableBuffer, boolean) - Method in class io.grpc.transport.Http2ClientStream
Called by subclasses whenever a data frame is received from the transport.
transportExecutor(ExecutorService) - Method in class io.grpc.transport.okhttp.OkHttpChannelBuilder
Override the default executor necessary for internal transport use.
TransportFrameUtil - Class in io.grpc.transport
Utility functions for transport layer framing.
transportHeadersReceived(Metadata.Headers) - Method in class io.grpc.transport.Http2ClientStream
Called by subclasses whenever Headers are received from the transport.
transportReportStatus(Status, boolean, Metadata.Trailers) - Method in class io.grpc.transport.AbstractClientStream
Report stream closure with status to the application layer if not already reported.
transportShutdown() - Method in interface io.grpc.transport.ClientTransport.Listener
The transport is shutting down.
transportTerminated() - Method in interface io.grpc.transport.ClientTransport.Listener
The transport completed shutting down.
transportTerminated() - Method in interface io.grpc.transport.ServerTransportListener
The transport completed shutting down.
transportTrailersReceived(Metadata.Trailers) - Method in class io.grpc.transport.Http2ClientStream
Called by subclasses for the terminal trailer metadata on a stream.
TYPE_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.Payload
 
TYPE_FIELD_NUMBER - Static variable in class io.grpc.testing.Payload
 

U

UNARY_VALUE - Static variable in enum io.grpc.testing.RpcType
UNARY = 0;
unaryCall(Messages.SimpleRequest, StreamObserver<Messages.SimpleResponse>) - Method in interface io.grpc.testing.integration.TestServiceGrpc.TestService
 
unaryCall(Messages.SimpleRequest) - Method in interface io.grpc.testing.integration.TestServiceGrpc.TestServiceBlockingClient
 
unaryCall(Messages.SimpleRequest) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceBlockingStub
 
unaryCall(Messages.SimpleRequest) - Method in interface io.grpc.testing.integration.TestServiceGrpc.TestServiceFutureClient
 
unaryCall(Messages.SimpleRequest) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceFutureStub
 
unaryCall - Variable in class io.grpc.testing.integration.TestServiceGrpc.TestServiceServiceDescriptor
 
unaryCall(Messages.SimpleRequest, StreamObserver<Messages.SimpleResponse>) - Method in class io.grpc.testing.integration.TestServiceGrpc.TestServiceStub
 
unaryCall(Messages.SimpleRequest, StreamObserver<Messages.SimpleResponse>) - Method in class io.grpc.testing.integration.TestServiceImpl
Immediately responds with a payload of the type and size specified in the request.
unaryCall(SimpleRequest, StreamObserver<SimpleResponse>) - Method in interface io.grpc.testing.TestServiceGrpc.TestService
 
unaryCall(SimpleRequest) - Method in interface io.grpc.testing.TestServiceGrpc.TestServiceBlockingClient
 
unaryCall(SimpleRequest) - Method in class io.grpc.testing.TestServiceGrpc.TestServiceBlockingStub
 
unaryCall(SimpleRequest) - Method in interface io.grpc.testing.TestServiceGrpc.TestServiceFutureClient
 
unaryCall(SimpleRequest) - Method in class io.grpc.testing.TestServiceGrpc.TestServiceFutureStub
 
unaryCall - Variable in class io.grpc.testing.TestServiceGrpc.TestServiceServiceDescriptor
 
unaryCall(SimpleRequest, StreamObserver<SimpleResponse>) - Method in class io.grpc.testing.TestServiceGrpc.TestServiceStub
 
unaryFutureCall(Call<ReqT, RespT>, ReqT) - Static method in class io.grpc.stub.Calls
Executes a unary call and returns a ListenableFuture to the response.
unaryPayloadLength() - Method in class io.grpc.testing.integration.AbstractTransportTest
 
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.
UNCOMPRESSABLE_VALUE - Static variable in enum io.grpc.testing.integration.Messages.PayloadType
UNCOMPRESSABLE = 1;
UNCOMPRESSABLE_VALUE - Static variable in enum io.grpc.testing.PayloadType
UNCOMPRESSABLE = 1;
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.
USERNAME_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.SimpleResponse
 
Util - Class in io.grpc.testing.integration
Utility methods to support integration testing.
Util() - Constructor for class io.grpc.testing.integration.Util
 

V

value() - Method in enum io.grpc.Status.Code
The numerical value of the code.
VALUE_FIELD_NUMBER - Static variable in class io.grpc.testing.integration.Messages.SimpleContext
 
valueOf(String) - Static method in enum io.grpc.MethodType
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.
valueOf(String) - Static method in enum io.grpc.testing.ClientArgs.ArgtypeCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.grpc.testing.ClientArgs.ArgtypeCase
 
valueOf(String) - Static method in enum io.grpc.testing.ClientType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.grpc.testing.ClientType
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum io.grpc.testing.ClientType
 
valueOf(String) - Static method in enum io.grpc.testing.integration.Messages.PayloadType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.grpc.testing.integration.Messages.PayloadType
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum io.grpc.testing.integration.Messages.PayloadType
 
valueOf(String) - Static method in enum io.grpc.testing.PayloadType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.grpc.testing.PayloadType
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum io.grpc.testing.PayloadType
 
valueOf(String) - Static method in enum io.grpc.testing.RpcType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.grpc.testing.RpcType
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum io.grpc.testing.RpcType
 
valueOf(String) - Static method in enum io.grpc.testing.ServerArgs.ArgtypeCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.grpc.testing.ServerArgs.ArgtypeCase
 
valueOf(String) - Static method in enum io.grpc.testing.ServerType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.grpc.testing.ServerType
 
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum io.grpc.testing.ServerType
 
valueOf(String) - Static method in enum io.grpc.transport.AbstractStream.Phase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.grpc.transport.HttpUtil.Http2Error
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.grpc.transport.MessageDeframer.Compression
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.grpc.transport.MessageFramer.Compression
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.grpc.transport.netty.NegotiationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.grpc.MethodType
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.
values() - Static method in enum io.grpc.testing.ClientArgs.ArgtypeCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.grpc.testing.ClientType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.grpc.testing.integration.Messages.PayloadType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.grpc.testing.PayloadType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.grpc.testing.RpcType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.grpc.testing.ServerArgs.ArgtypeCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.grpc.testing.ServerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.grpc.transport.AbstractStream.Phase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.grpc.transport.HttpUtil.Http2Error
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.grpc.transport.MessageDeframer.Compression
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.grpc.transport.MessageFramer.Compression
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.grpc.transport.netty.NegotiationType
Returns an array containing the constants of this enum type, in the order they are declared.
veryLargeRequest() - Method in class io.grpc.testing.integration.AbstractTransportTest
 
veryLargeResponse() - Method in class io.grpc.testing.integration.AbstractTransportTest
 

W

withCause(Throwable) - Method in class io.grpc.Status
Create a derived instance of Status with the given cause.
withDescription(String) - Method in class io.grpc.Status
Create a derived instance of Status with the given description.
withServerCallHandler(ServerCallHandler<RequestT, ResponseT>) - Method in class io.grpc.ServerMethodDefinition
Create a new method definition with a different call handler.
withTimeout(long, TimeUnit) - Method in class io.grpc.MethodDescriptor
Create a new descriptor with a different timeout.
workerEventLoopGroup(EventLoopGroup) - Method in class io.grpc.transport.netty.NettyServerBuilder
Provides the worker EventGroupLoop to the server.
WorkerGrpc - Class in io.grpc.testing
 
WorkerGrpc() - Constructor for class io.grpc.testing.WorkerGrpc
 
WorkerGrpc.Worker - Interface in io.grpc.testing
 
WorkerGrpc.WorkerBlockingClient - Interface in io.grpc.testing
 
WorkerGrpc.WorkerBlockingStub - Class in io.grpc.testing
 
WorkerGrpc.WorkerFutureClient - Interface in io.grpc.testing
 
WorkerGrpc.WorkerFutureStub - Class in io.grpc.testing
 
WorkerGrpc.WorkerServiceDescriptor - Class in io.grpc.testing
 
WorkerGrpc.WorkerStub - Class in io.grpc.testing
 
wrap(byte[]) - Static method in class io.grpc.transport.ReadableBuffers
Shortcut for wrap(bytes, 0, bytes.length.
wrap(byte[], int, int) - Static method in class io.grpc.transport.ReadableBuffers
Creates a new ReadableBuffer that is backed by the given byte array.
wrap(ByteBuffer) - Static method in class io.grpc.transport.ReadableBuffers
Creates a new ReadableBuffer that is backed by the given ByteBuffer.
WritableBuffer - Interface in io.grpc.transport
An interface for a byte buffer that can only be written to.
WritableBufferAllocator - Interface in io.grpc.transport
An allocator of buffers provided by the transport implementation to MessageFramer so it can send chunks of data to the transport in a form that the transport can directly serialize.
writableBytes() - Method in interface io.grpc.transport.WritableBuffer
Returns the number of bytes one can write to the buffer.
write(byte[], int, int) - Method in interface io.grpc.transport.WritableBuffer
Appends length bytes to the buffer from the source array starting at srcIndex.
writeHeaders(Metadata.Headers) - Method in class io.grpc.transport.AbstractServerStream
 
writeHeaders(Metadata.Headers) - Method in interface io.grpc.transport.ServerStream
Writes custom metadata as headers on the response stream sent to the client.
writeMessage(InputStream, int) - Method in class io.grpc.transport.AbstractServerStream
 
writeMessage(InputStream, int) - Method in class io.grpc.transport.AbstractStream
 
writeMessage(InputStream, int) - Method in interface io.grpc.transport.Stream
Writes a message payload to the remote end-point.
writePayload(InputStream, int) - Method in class io.grpc.transport.MessageFramer
Writes out a payload message.
writeTo(CodedOutputStream) - Method in class com.google.protobuf.EmptyProtos.Empty
 
writeTo(CodedOutputStream) - Method in class io.grpc.examples.helloworld.HelloRequest
 
writeTo(CodedOutputStream) - Method in class io.grpc.examples.helloworld.HelloResponse
 
writeTo(CodedOutputStream) - Method in class io.grpc.examples.routeguide.Feature
 
writeTo(CodedOutputStream) - Method in class io.grpc.examples.routeguide.Point
 
writeTo(CodedOutputStream) - Method in class io.grpc.examples.routeguide.Rectangle
 
writeTo(CodedOutputStream) - Method in class io.grpc.examples.routeguide.RouteNote
 
writeTo(CodedOutputStream) - Method in class io.grpc.examples.routeguide.RouteSummary
 
writeTo(CodedOutputStream) - Method in class io.grpc.testing.ClientArgs
 
writeTo(CodedOutputStream) - Method in class io.grpc.testing.ClientConfig
 
writeTo(CodedOutputStream) - Method in class io.grpc.testing.ClientStats
 
writeTo(CodedOutputStream) - Method in class io.grpc.testing.ClientStatus
 
writeTo(CodedOutputStream) - Method in class io.grpc.testing.HistogramData
 
writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.Payload
 
writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.ResponseParameters
 
writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.SimpleContext
 
writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.SimpleRequest
 
writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.SimpleResponse
 
writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallRequest
 
writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.StreamingInputCallResponse
 
writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallRequest
 
writeTo(CodedOutputStream) - Method in class io.grpc.testing.integration.Messages.StreamingOutputCallResponse
 
writeTo(CodedOutputStream) - Method in class io.grpc.testing.Mark
 
writeTo(CodedOutputStream) - Method in class io.grpc.testing.Payload
 
writeTo(CodedOutputStream) - Method in class io.grpc.testing.ServerArgs
 
writeTo(CodedOutputStream) - Method in class io.grpc.testing.ServerConfig
 
writeTo(CodedOutputStream) - Method in class io.grpc.testing.ServerStats
 
writeTo(CodedOutputStream) - Method in class io.grpc.testing.ServerStatus
 
writeTo(CodedOutputStream) - Method in class io.grpc.testing.SimpleRequest
 
writeTo(CodedOutputStream) - Method in class io.grpc.testing.SimpleResponse
 
writeTo(CodedOutputStream) - Method in class io.grpc.testing.StatsRequest
 
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links