Skip navigation links
A C D E F G H I M N P R S T 

A

authority() - Method in class io.vertx.grpc.client.GrpcClientChannel
Deprecated.
 

C

call(SocketAddress, MethodDescriptor<Req, Resp>, Handler<GrpcClientRequest<Req, Resp>>, Function<GrpcClientResponse<Req, Resp>, Future<T>>) - Method in interface io.vertx.grpc.client.GrpcClient
call(SocketAddress, MethodDescriptor<Req, Resp>, Handler<GrpcClientRequest<Req, Resp>>, Function<GrpcClientResponse<Req, Resp>, Future<T>>) - Method in interface io.vertx.grpcio.client.GrpcIoClient
Call the service gRPC service hosted by server.
client(Vertx) - Static method in interface io.vertx.grpc.client.GrpcClient
Create a new client
client(Vertx, GrpcClientOptions) - Static method in interface io.vertx.grpc.client.GrpcClient
Create a new client
client(Vertx, HttpClientOptions) - Static method in interface io.vertx.grpc.client.GrpcClient
Create a new client
client(Vertx) - Static method in interface io.vertx.grpcio.client.GrpcIoClient
Create a new client
client(Vertx, GrpcClientOptions) - Static method in interface io.vertx.grpcio.client.GrpcIoClient
Create a new client
client(Vertx, HttpClientOptions) - Static method in interface io.vertx.grpcio.client.GrpcIoClient
Create a new client
close() - Method in interface io.vertx.grpc.client.GrpcClient
Close this client.
connection() - Method in interface io.vertx.grpc.client.GrpcClientRequest
 

D

DEFAULT_MAX_MESSAGE_SIZE - Static variable in class io.vertx.grpc.client.GrpcClientOptions
The default maximum message size in bytes accepted from a server = 256KB
drainHandler(Handler<Void>) - Method in interface io.vertx.grpc.client.GrpcClientRequest
 

E

encoding(String) - Method in interface io.vertx.grpc.client.GrpcClientRequest
 
endHandler(Handler<Void>) - Method in interface io.vertx.grpc.client.GrpcClientResponse
 
errorHandler(Handler<GrpcError>) - Method in interface io.vertx.grpc.client.GrpcClientResponse
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.grpc.client.GrpcClientRequest
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.grpc.client.GrpcClientResponse
 

F

fetch(long) - Method in interface io.vertx.grpc.client.GrpcClientResponse
 
fullMethodName(String) - Method in interface io.vertx.grpc.client.GrpcClientRequest
Set the full method name to call, it must follow the format package-name + '.' + service-name + '/' + method-name or an IllegalArgumentException is thrown.

G

getMaxMessageSize() - Method in class io.vertx.grpc.client.GrpcClientOptions
 
getTransportOptions() - Method in class io.vertx.grpc.client.GrpcClientOptions
 
GrpcClient - Interface in io.vertx.grpc.client
A gRPC client for Vert.x Unlike traditional gRPC clients, this client does not rely on a generated RPC interface to interact with the service.
GrpcClientChannel - Class in io.vertx.grpc.client
Deprecated.
GrpcClientChannel(GrpcClient, SocketAddress) - Constructor for class io.vertx.grpc.client.GrpcClientChannel
Deprecated.
 
GrpcClientOptions - Class in io.vertx.grpc.client
Grpc client options.
GrpcClientOptions() - Constructor for class io.vertx.grpc.client.GrpcClientOptions
 
GrpcClientOptions(GrpcClientOptions) - Constructor for class io.vertx.grpc.client.GrpcClientOptions
 
GrpcClientOptions(JsonObject) - Constructor for class io.vertx.grpc.client.GrpcClientOptions
 
GrpcClientOptionsConverter - Class in io.vertx.grpc.client
Converter and mapper for GrpcClientOptions.
GrpcClientOptionsConverter() - Constructor for class io.vertx.grpc.client.GrpcClientOptionsConverter
 
GrpcClientRequest<Req,Resp> - Interface in io.vertx.grpc.client
A request to a gRPC server.
GrpcClientResponse<Req,Resp> - Interface in io.vertx.grpc.client
A response from a gRPC server.
GrpcIoClient - Interface in io.vertx.grpcio.client
Extends the GrpcClient so it can be utilized with MethodDescriptor.
GrpcIoClientChannel - Class in io.vertx.grpcio.client
Bridge a gRPC service with a GrpcIoClient.
GrpcIoClientChannel(GrpcIoClient, SocketAddress) - Constructor for class io.vertx.grpcio.client.GrpcIoClientChannel
 

H

handler(Handler<Resp>) - Method in interface io.vertx.grpc.client.GrpcClientResponse
 

I

idleTimeout(long) - Method in interface io.vertx.grpc.client.GrpcClientRequest
Sets the amount of time after which, if the request does not return any data within the timeout period, the request/response is cancelled and the related futures.
io.vertx.grpc.client - package io.vertx.grpc.client
 
io.vertx.grpcio.client - package io.vertx.grpcio.client
 

M

messageHandler(Handler<GrpcMessage>) - Method in interface io.vertx.grpc.client.GrpcClientResponse
 
methodName(String) - Method in interface io.vertx.grpc.client.GrpcClientRequest
Set the method name to call.

N

newCall(MethodDescriptor<RequestT, ResponseT>, CallOptions) - Method in class io.vertx.grpc.client.GrpcClientChannel
Deprecated.
 

P

pause() - Method in interface io.vertx.grpc.client.GrpcClientResponse
 

R

request(SocketAddress) - Method in interface io.vertx.grpc.client.GrpcClient
Connect to the remote server and create a request for any hosted gRPC service.
request(SocketAddress, MethodDescriptor<Req, Resp>) - Method in interface io.vertx.grpc.client.GrpcClient
request(SocketAddress, ServiceMethod<Resp, Req>) - Method in interface io.vertx.grpc.client.GrpcClient
Connect to the remote server and create a request for any hosted gRPC service.
response() - Method in interface io.vertx.grpc.client.GrpcClientRequest
 
resume() - Method in interface io.vertx.grpc.client.GrpcClientResponse
 

S

send(Req) - Method in interface io.vertx.grpc.client.GrpcClientRequest
 
send(ReadStream<Req>) - Method in interface io.vertx.grpc.client.GrpcClientRequest
 
serviceName(ServiceName) - Method in interface io.vertx.grpc.client.GrpcClientRequest
Set the service name to call.
setMaxMessageSize(long) - Method in class io.vertx.grpc.client.GrpcClientOptions
Set the maximum message size in bytes accepted from a server, the maximum value is 0xFFFFFFFF
setTransportOptions(HttpClientOptions) - Method in class io.vertx.grpc.client.GrpcClientOptions
Set the HTTP transport options.
setWriteQueueMaxSize(int) - Method in interface io.vertx.grpc.client.GrpcClientRequest
 
status() - Method in interface io.vertx.grpc.client.GrpcClientResponse
 
statusMessage() - Method in interface io.vertx.grpc.client.GrpcClientResponse
 

T

trailers() - Method in interface io.vertx.grpc.client.GrpcClientResponse
 
A C D E F G H I M N P R S T 
Skip navigation links

Copyright © 2026 Eclipse. All rights reserved.