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

B

bind(GrpcServer) - Method in interface io.vertx.grpc.server.GrpcServiceBridge
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.

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(MethodDescriptor<Req, Resp>, Handler<GrpcServerRequest<Req, Resp>>) - Method in interface io.vertx.grpc.server.GrpcServer
Set a service method call handler that handles any call call made to the server for the MethodDescriptor service method.
connection() - Method in interface io.vertx.grpc.server.GrpcServerRequest
 

D

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

GrpcServer - Interface in io.vertx.grpc.server
A gRPC server based on Vert.x HTTP server.
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
 

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
serviceName() - Method in interface io.vertx.grpc.server.GrpcServerRequest
 
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}.
B C D E F G H I M P R S T U 
Skip navigation links

Copyright © 2024 Eclipse. All rights reserved.