Skip navigation links
F G I K M P S T 

F

fromStatusAndTrailers(Status, Metadata) - Static method in class io.grpc.protobuf.StatusProto
Extracts the google.rpc.Status from trailers, and makes sure they match the gRPC status.
fromThrowable(Throwable) - Static method in class io.grpc.protobuf.StatusProto
Extract a Status instance from the causal chain of a Throwable.

G

getFileDescriptor() - Method in interface io.grpc.protobuf.ProtoFileDescriptorSupplier
Returns file descriptor to the underlying proto file.
getMethodDescriptor() - Method in interface io.grpc.protobuf.ProtoMethodDescriptorSupplier
Returns method descriptor to the proto service method.
getServiceDescriptor() - Method in interface io.grpc.protobuf.ProtoServiceDescriptorSupplier
Returns service descriptor to the proto service.

I

io.grpc.protobuf - package io.grpc.protobuf
API for gRPC over Protocol Buffers, including tools for serializing and de-serializing protobuf messages.

K

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

M

marshaller(T) - Static method in class io.grpc.protobuf.ProtoUtils
Create a MethodDescriptor.Marshaller for protos of the same type as defaultInstance.
metadataMarshaller(T) - Static method in class io.grpc.protobuf.ProtoUtils
Produce a metadata marshaller for a protobuf type.

P

ProtoFileDescriptorSupplier - Interface in io.grpc.protobuf
Provides access to the underlying proto file descriptor.
ProtoMethodDescriptorSupplier - Interface in io.grpc.protobuf
Provides access to the underlying proto service method descriptor.
ProtoServiceDescriptorSupplier - Interface in io.grpc.protobuf
Provides access to the underlying proto service descriptor.
ProtoUtils - Class in io.grpc.protobuf
Utility methods for using protobuf with grpc.

S

setExtensionRegistry(ExtensionRegistry) - Static method in class io.grpc.protobuf.ProtoUtils
Sets the global registry for proto marshalling shared across all servers and clients.
StatusProto - Class in io.grpc.protobuf
Utility methods for working with Status.

T

toStatusException(Status) - Static method in class io.grpc.protobuf.StatusProto
Convert a Status instance to a StatusException.
toStatusException(Status, Metadata) - Static method in class io.grpc.protobuf.StatusProto
Convert a Status instance to a StatusException with additional metadata.
toStatusRuntimeException(Status) - Static method in class io.grpc.protobuf.StatusProto
Convert a Status instance to a StatusRuntimeException.
toStatusRuntimeException(Status, Metadata) - Static method in class io.grpc.protobuf.StatusProto
Convert a Status instance to a StatusRuntimeException with additional metadata.
F G I K M P S T 
Skip navigation links