Class InteropServer

java.lang.Object
net.luminis.quic.interop.InteropServer

public class InteropServer extends Object
Demo server that provides both QUIC v1, as well as some older IETF draft versions, all with "HTTP 0.9", a.k.a. hq-interop. The "hq-interop" protocol is used in the interoperability tests, see https://interop.seemann.io/. If the flupke-plugin is on the classpath, HTTP3 protocol is also provided with the same QUIC versions.
  • Constructor Details

    • InteropServer

      public InteropServer()
  • Method Details