Uses of Class
org.mockserver.netty.http3.GrpcHttp3Adapter.GrpcResponseParts
Packages that use GrpcHttp3Adapter.GrpcResponseParts
-
Uses of GrpcHttp3Adapter.GrpcResponseParts in org.mockserver.netty.http3
Methods in org.mockserver.netty.http3 that return GrpcHttp3Adapter.GrpcResponsePartsModifier and TypeMethodDescriptionGrpcHttp3Adapter.errorResponse(GrpcStatusMapper.GrpcStatusCode statusCode, String message) Build an error response (trailers-only pattern) for gRPC over HTTP/3.GrpcHttp3Adapter.transformGrpcResponse(HttpResponse response, String serviceName, String methodName, GrpcProtoDescriptorStore descriptorStore) Convert the response from the matching pipeline back to a gRPC-framed response.