Package org.mockserver.netty.http3


package org.mockserver.netty.http3
  • Classes
    Class
    Description
    Adapter 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 ResponseWriter that 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's HttpRequest/HttpResponse model.
    Parsed HTTP/3 pseudo-headers and regular headers.
    A ResponseWriter that serialises the MockServer HttpResponse as HTTP/3 frames and writes them to a QUIC stream channel.
    HTTP/3 (QUIC) server for MockServer, integrated with the full request pipeline.