Uses of Class
io.helidon.webserver.testing.junit5.http2.Http2TestConnection
Package
Description
Helidon WebServer Testing JUnit 5 Support for HTTP2.
-
Uses of Http2TestConnection in io.helidon.webserver.testing.junit5.http2
Modifier and TypeMethodDescriptionHttp2TestClient.createConnection()
Create new low-level http/2 connection.Http2TestConnection.request
(int streamId, Method method, String path, WritableHeaders<?> headers, BufferData payload) Send HTTP request with given stream id with single data frame created from supplied buffer data, dataframe has end of stream flag.Http2TestConnection.sendSettings
(Http2Settings http2Settings) Send settings frame.