Uses of Class
io.grpc.StatusException
Packages that use StatusException
Package
Description
The gRPC core public API.
API for gRPC over Protocol Buffers, including tools for serializing and de-serializing protobuf
messages.
API for the Stub layer.
-
Uses of StatusException in io.grpc
Methods in io.grpc that return StatusExceptionModifier and TypeMethodDescriptionStatus.asException()
Status.asException
(Metadata trailers) Same asStatus.asException()
but includes the provided trailers in the returned exception. -
Uses of StatusException in io.grpc.protobuf
Methods in io.grpc.protobuf that return StatusExceptionModifier and TypeMethodDescriptionstatic StatusException
StatusProto.toStatusException
(com.google.rpc.Status statusProto) Convert aStatus
instance to aStatusException
.static StatusException
StatusProto.toStatusException
(com.google.rpc.Status statusProto, Metadata metadata) Convert aStatus
instance to aStatusException
with additional metadata.static StatusException
StatusProto.toStatusException
(com.google.rpc.Status statusProto, Metadata metadata, Throwable cause) Convert aStatus
instance to aStatusException
with additional metadata and the root exception thrown. -
Uses of StatusException in io.grpc.stub
Methods in io.grpc.stub that throw StatusExceptionModifier and TypeMethodDescriptionboolean
BlockingClientCall.hasNext()
Wait for a value to be available from the server.BlockingClientCall.read()
Wait if necessary for a value to be available from the server.Wait with timeout, if necessary, for a value to be available from the server.boolean
Send a value to the stream for sending to server, wait if necessary for the grpc stream to be ready.boolean
Send a value to the stream for sending to server, wait if necessary for the grpc stream to be ready up to specified timeout.