java.lang.Object
io.helidon.webserver.testing.junit5.http2.Http2TestClient
All Implemented Interfaces:
AutoCloseable

public class Http2TestClient extends Object implements AutoCloseable
Http/2 low-level testing client.
  • Method Details

    • createConnection

      public Http2TestConnection createConnection()
      Create new low-level http/2 connection.
      Returns:
      new connection
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable