java.lang.Object
net.luminis.quic.sample.push.PushServer
Sample demo server that implements a simple push protocol: when a client connects, the server opens a stream and sends
push messages.
The server's main method requires three arguments:
- certificate file (can be self-signed)
- key file with the private key of the certificate
- port number
Set environment variable QLOGDIR to let the server create qlog files.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PushServer
public PushServer()
-
-
Method Details
-
main
- Throws:
Exception
-