Class PushServer

java.lang.Object
tech.kwik.sample.push.PushServer

public class PushServer extends Object
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 Details

    • PushServer

      public PushServer()
  • Method Details