Uses of Interface
io.vertx.grpc.server.GrpcServerResponse
-
Packages that use GrpcServerResponse Package Description io.vertx.grpc.server io.vertx.reactivex.grpc.server io.vertx.rxjava3.grpc.server -
-
Uses of GrpcServerResponse in io.vertx.grpc.server
Methods in io.vertx.grpc.server that return GrpcServerResponse Modifier and Type Method Description GrpcServerResponse<Req,Resp>
GrpcServerResponse. drainHandler(Handler<Void> handler)
GrpcServerResponse<Req,Resp>
GrpcServerResponse. encoding(String encoding)
GrpcServerResponse<Req,Resp>
GrpcServerResponse. exceptionHandler(Handler<Throwable> handler)
GrpcServerResponse<Req,Resp>
GrpcServerRequest. response()
GrpcServerResponse<Req,Resp>
GrpcServerResponse. setWriteQueueMaxSize(int maxSize)
GrpcServerResponse<Req,Resp>
GrpcServerResponse. status(GrpcStatus status)
Set the grpc status responseGrpcServerResponse<Req,Resp>
GrpcServerResponse. statusMessage(String msg)
Set the grpc status response message -
Uses of GrpcServerResponse in io.vertx.reactivex.grpc.server
Methods in io.vertx.reactivex.grpc.server that return GrpcServerResponse Modifier and Type Method Description GrpcServerResponse
GrpcServerResponse. getDelegate()
Methods in io.vertx.reactivex.grpc.server with parameters of type GrpcServerResponse Modifier and Type Method Description static <Req,Resp>
GrpcServerResponse<Req,Resp>GrpcServerResponse. newInstance(GrpcServerResponse arg)
static <Req,Resp>
GrpcServerResponse<Req,Resp>GrpcServerResponse. newInstance(GrpcServerResponse arg, io.vertx.lang.rx.TypeArg<Req> __typeArg_Req, io.vertx.lang.rx.TypeArg<Resp> __typeArg_Resp)
Constructors in io.vertx.reactivex.grpc.server with parameters of type GrpcServerResponse Constructor Description GrpcServerResponse(GrpcServerResponse delegate)
-
Uses of GrpcServerResponse in io.vertx.rxjava3.grpc.server
Methods in io.vertx.rxjava3.grpc.server that return GrpcServerResponse Modifier and Type Method Description GrpcServerResponse
GrpcServerResponse. getDelegate()
Methods in io.vertx.rxjava3.grpc.server with parameters of type GrpcServerResponse Modifier and Type Method Description static <Req,Resp>
GrpcServerResponse<Req,Resp>GrpcServerResponse. newInstance(GrpcServerResponse arg)
static <Req,Resp>
GrpcServerResponse<Req,Resp>GrpcServerResponse. newInstance(GrpcServerResponse arg, io.vertx.lang.rx.TypeArg<Req> __typeArg_Req, io.vertx.lang.rx.TypeArg<Resp> __typeArg_Resp)
Constructors in io.vertx.rxjava3.grpc.server with parameters of type GrpcServerResponse Constructor Description GrpcServerResponse(GrpcServerResponse delegate)
-