Package org.mockserver.netty.http3
package org.mockserver.netty.http3
-
ClassesClassDescriptionAdapter that bridges gRPC request/response framing for the HTTP/3 path.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.HTTP/3 CONNECT-UDP (MASQUE, RFC 9298) relay handler.Drives true bidirectional gRPC streaming over a single QUIC bidirectional stream (HTTP/3).A
ResponseWriterthat writes gRPC responses over HTTP/3 with correct gRPC wire framing: initial HEADERS (:status=200,content-type=application/grpc), DATA (gRPC length-prefixed message), and trailing HEADERS (grpc-status,grpc-message).HTTP/3 request stream handler that bridges incoming QUIC requests into MockServer's standard request-processing pipeline (expectation matching, actions, recording, proxy forwarding).Converts between HTTP/3 frames and MockServer'sHttpRequest/HttpResponsemodel.Parsed HTTP/3 pseudo-headers and regular headers.AResponseWriterthat serialises the MockServerHttpResponseas HTTP/3 frames and writes them to a QUIC stream channel.HTTP/3 (QUIC) server for MockServer, integrated with the full request pipeline.