static <T extends AbstractStub<T>> T |
MetadataUtils.attachHeaders(T stub,
io.grpc.Metadata extraHeaders) |
Deprecated.
|
static <T extends AbstractStub<T>> T |
MetadataUtils.captureMetadata(T stub,
java.util.concurrent.atomic.AtomicReference<io.grpc.Metadata> headersCapture,
java.util.concurrent.atomic.AtomicReference<io.grpc.Metadata> trailersCapture) |
Deprecated.
|
static <T extends AbstractStub<T>> T |
AbstractAsyncStub.newStub(AbstractStub.StubFactory<T> factory,
io.grpc.Channel channel) |
Returns a new async stub with the given channel for the provided method configurations.
|
static <T extends AbstractStub<T>> T |
AbstractAsyncStub.newStub(AbstractStub.StubFactory<T> factory,
io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
Returns a new async stub with the given channel for the provided method configurations.
|
static <T extends AbstractStub<T>> T |
AbstractBlockingStub.newStub(AbstractStub.StubFactory<T> factory,
io.grpc.Channel channel) |
Returns a new blocking stub with the given channel for the provided method configurations.
|
static <T extends AbstractStub<T>> T |
AbstractBlockingStub.newStub(AbstractStub.StubFactory<T> factory,
io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
Returns a new blocking stub with the given channel for the provided method configurations.
|
static <T extends AbstractStub<T>> T |
AbstractFutureStub.newStub(AbstractStub.StubFactory<T> factory,
io.grpc.Channel channel) |
Returns a new future stub with the given channel for the provided method configurations.
|
static <T extends AbstractStub<T>> T |
AbstractFutureStub.newStub(AbstractStub.StubFactory<T> factory,
io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
Returns a new future stub with the given channel for the provided method configurations.
|
static <T extends AbstractStub<T>> T |
AbstractStub.newStub(AbstractStub.StubFactory<T> factory,
io.grpc.Channel channel) |
Returns a new stub with the given channel for the provided method configurations.
|
static <T extends AbstractStub<T>> T |
AbstractStub.newStub(AbstractStub.StubFactory<T> factory,
io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
Returns a new stub with the given channel for the provided method configurations.
|