Package org.mockserver.netty.http3
Class GrpcHttp3Adapter.GrpcResponseParts
java.lang.Object
org.mockserver.netty.http3.GrpcHttp3Adapter.GrpcResponseParts
- Enclosing class:
- GrpcHttp3Adapter
Holds the parts of a gRPC response for HTTP/3 framing:
the gRPC-framed body bytes, the grpc-status value, and
an optional grpc-message.
-
Constructor Summary
ConstructorsConstructorDescriptionGrpcResponseParts(byte[] grpcFrameBytes, String grpcStatus, String grpcMessage) -
Method Summary
-
Constructor Details
-
GrpcResponseParts
-
-
Method Details
-
grpcFrameBytes
public byte[] grpcFrameBytes() -
grpcStatus
-
grpcMessage
-
hasBody
public boolean hasBody()
-