Skip navigation links
B C D E F G H I M P R S T U W 

B

bind(GrpcServer) - Method in interface io.vertx.grpc.server.GrpcServiceBridge
Bind all service methods to the @{code server}.
bind(GrpcIoServer) - Method in interface io.vertx.grpcio.server.GrpcIoServiceBridge
Bind all service methods to the @{code server}.
bridge(ServerServiceDefinition) - Static method in interface io.vertx.grpc.server.GrpcServiceBridge
Create a stub for a given service.
bridge(BindableService) - Static method in interface io.vertx.grpc.server.GrpcServiceBridge
Create a stub for a given service.
bridge(ServerServiceDefinition) - Static method in interface io.vertx.grpcio.server.GrpcIoServiceBridge
Create a stub for a given service.
bridge(BindableService) - Static method in interface io.vertx.grpcio.server.GrpcIoServiceBridge
Create a stub for a given service.

C

callHandler(Handler<GrpcServerRequest<Buffer, Buffer>>) - Method in interface io.vertx.grpc.server.GrpcServer
Set a call handler that handles any call made to the server.
callHandler(ServiceMethod<Req, Resp>, Handler<GrpcServerRequest<Req, Resp>>) - Method in interface io.vertx.grpc.server.GrpcServer
Set a service method call handler that handles any call made to the server for the fullMethodName service method.
callHandler(MethodDescriptor<Req, Resp>, Handler<GrpcServerRequest<Req, Resp>>) - Method in interface io.vertx.grpc.server.GrpcServer
callHandler(MethodDescriptor<Req, Resp>, Handler<GrpcServerRequest<Req, Resp>>) - Method in interface io.vertx.grpcio.server.GrpcIoServer
Set a service method call handler that handles any call made to the server for the MethodDescriptor service method.
connection() - Method in interface io.vertx.grpc.server.GrpcServerRequest
 

D

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

E

encoding(String) - Method in interface io.vertx.grpc.server.GrpcServerResponse
 
endHandler(Handler<Void>) - Method in interface io.vertx.grpc.server.GrpcServerRequest
 
errorHandler(Handler<GrpcError>) - Method in interface io.vertx.grpc.server.GrpcServerRequest
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.grpc.server.GrpcServerRequest
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.grpc.server.GrpcServerResponse
 

F

fetch(long) - Method in interface io.vertx.grpc.server.GrpcServerRequest
 
fullMethodName() - Method in interface io.vertx.grpc.server.GrpcServerRequest
 

G

getMaxMessageSize() - Method in class io.vertx.grpc.server.GrpcServerOptions
 
GrpcIoServer - Interface in io.vertx.grpcio.server
Extends the GrpcServer so it can be utilized with MethodDescriptor.
GrpcIoServiceBridge - Interface in io.vertx.grpcio.server
Bridge a gRPC service with a GrpcServer.
GrpcServer - Interface in io.vertx.grpc.server
A gRPC server based on Vert.x HTTP server.
GrpcServerOptions - Class in io.vertx.grpc.server
Grpc server options.
GrpcServerOptions() - Constructor for class io.vertx.grpc.server.GrpcServerOptions
 
GrpcServerOptions(GrpcServerOptions) - Constructor for class io.vertx.grpc.server.GrpcServerOptions
 
GrpcServerOptions(JsonObject) - Constructor for class io.vertx.grpc.server.GrpcServerOptions
 
GrpcServerOptionsConverter - Class in io.vertx.grpc.server
Converter and mapper for GrpcServerOptions.
GrpcServerOptionsConverter() - Constructor for class io.vertx.grpc.server.GrpcServerOptionsConverter
 
GrpcServerRequest<Req,Resp> - Interface in io.vertx.grpc.server
 
GrpcServerResponse<Req,Resp> - Interface in io.vertx.grpc.server
 
GrpcServiceBridge - Interface in io.vertx.grpc.server
Bridge a gRPC service with a GrpcServer.

H

handler(Handler<Req>) - Method in interface io.vertx.grpc.server.GrpcServerRequest
 

I

io.vertx.grpc.server - package io.vertx.grpc.server
 
io.vertx.grpcio.server - package io.vertx.grpcio.server
 

M

messageHandler(Handler<GrpcMessage>) - Method in interface io.vertx.grpc.server.GrpcServerRequest
 
methodName() - Method in interface io.vertx.grpc.server.GrpcServerRequest
 

P

pause() - Method in interface io.vertx.grpc.server.GrpcServerRequest
 

R

response() - Method in interface io.vertx.grpc.server.GrpcServerRequest
 
resume() - Method in interface io.vertx.grpc.server.GrpcServerRequest
 

S

send(Resp) - Method in interface io.vertx.grpc.server.GrpcServerResponse
 
send(ReadStream<Resp>) - Method in interface io.vertx.grpc.server.GrpcServerResponse
 
server(Vertx) - Static method in interface io.vertx.grpc.server.GrpcServer
Create a blank gRPC server
server(Vertx, GrpcServerOptions) - Static method in interface io.vertx.grpc.server.GrpcServer
Create a blank gRPC server
server(Vertx) - Static method in interface io.vertx.grpcio.server.GrpcIoServer
Create a blank gRPC/IO server
server(Vertx, GrpcServerOptions) - Static method in interface io.vertx.grpcio.server.GrpcIoServer
Create a blank gRPC/IO server
serviceName() - Method in interface io.vertx.grpc.server.GrpcServerRequest
 
setMaxMessageSize(long) - Method in class io.vertx.grpc.server.GrpcServerOptions
Set the maximum message size in bytes accepted from a client, the maximum value is 0xFFFFFFFF
setWriteQueueMaxSize(int) - Method in interface io.vertx.grpc.server.GrpcServerResponse
 
status(GrpcStatus) - Method in interface io.vertx.grpc.server.GrpcServerResponse
Set the grpc status response
statusMessage(String) - Method in interface io.vertx.grpc.server.GrpcServerResponse
Set the grpc status response message

T

trailers() - Method in interface io.vertx.grpc.server.GrpcServerResponse
 

U

unbind(GrpcServer) - Method in interface io.vertx.grpc.server.GrpcServiceBridge
Unbind all service methods from the @{code server}.
unbind(GrpcIoServer) - Method in interface io.vertx.grpcio.server.GrpcIoServiceBridge
Unbind all service methods from the @{code server}.

W

writeHead() - Method in interface io.vertx.grpc.server.GrpcServerResponse
Send the response headers.
B C D E F G H I M P R S T U W 
Skip navigation links

Copyright © 2025 Eclipse. All rights reserved.