Package io.varhttp

Class HttpServerFactory

java.lang.Object
io.varhttp.HttpServerFactory

public class HttpServerFactory extends Object
  • Constructor Details

    • HttpServerFactory

      @Inject public HttpServerFactory(VarConfig varConfig)
  • Method Details

    • getServer

      public HttpServer getServer()
    • setSslContext

      public void setSslContext(SSLContext sslContext)
    • setSslContext

      public void setSslContext(KeyStore keyStore, char[] password)
    • setSslContext

      public void setSslContext(InputStream x509Certificate, InputStream privateKey)