- 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
-
- channelType(Class<? extends ServerChannel>) - Method in class io.grpc.transport.netty.NettyServerBuilder
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- createRequestHeaders(Metadata.Headers, String, String) - Static method in class io.grpc.transport.okhttp.Headers
-
Serializes the given headers and creates a list of OkHttp
Header
s to be used when
creating a stream.
- CustomHeaderClient - Class in io.grpc.examples.header
-
- CustomHeaderServer - Class in io.grpc.examples.header
-
- CustomHeaderServer() - Constructor for class io.grpc.examples.header.CustomHeaderServer
-
- 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
-
- 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.
- 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
ServerCallHandler
s 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
-
- 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
-
- serverSendsOneMessage() - Method in enum io.grpc.MethodType
-
- 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
-
- 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
-
- Status.OperationRuntimeException - Exception in io.grpc
-
- 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
-
- StreamObserver<V> - Interface in io.grpc.stub
-
Receives notifications from an observable stream of messages.
- StreamRecorder<T> - Class in io.grpc.stub
-
- streamRequest(RequestT) - Method in class io.grpc.MethodDescriptor
-
- 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;