Class PeerTrustServerCustomizer

java.lang.Object
com.usatiuk.dhfs.peertrust.PeerTrustServerCustomizer
All Implemented Interfaces:
io.quarkus.vertx.http.HttpServerOptionsCustomizer

@ApplicationScoped public class PeerTrustServerCustomizer extends Object implements io.quarkus.vertx.http.HttpServerOptionsCustomizer
Customizes the HTTP server options to use the peer trust manager and the self-signed certificate.
  • Constructor Details

    • PeerTrustServerCustomizer

      public PeerTrustServerCustomizer()
  • Method Details

    • customizeHttpsServer

      public void customizeHttpsServer(io.vertx.core.http.HttpServerOptions options)
      Specified by:
      customizeHttpsServer in interface io.quarkus.vertx.http.HttpServerOptionsCustomizer