java.lang.Object
tech.kwik.sample.SampleClient
Sample with the smallest / simplest Java program to setup and use a QUIC connection,
assuming the server implements HTTP 0.9 protocol
(which is a simplified version of HTTP 1, see https://medium.com/platform-engineer/evolution-of-http-69cfe6531ba0).
Retrieves "/" resource and safes content to file.
Usage: expects one argument: the address of the server, e.g. http://quicserver:4433
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SampleClient
public SampleClient()
-
-
Method Details
-
main
- Throws:
Exception
-