Package com.usatiuk.dhfs.peertrust
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
customizeHttpsServer
(io.vertx.core.http.HttpServerOptions options) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.quarkus.vertx.http.HttpServerOptionsCustomizer
customizeDomainSocketServer, customizeHttpServer
-
Constructor Details
-
PeerTrustServerCustomizer
public PeerTrustServerCustomizer()
-
-
Method Details
-
customizeHttpsServer
public void customizeHttpsServer(io.vertx.core.http.HttpServerOptions options) - Specified by:
customizeHttpsServer
in interfaceio.quarkus.vertx.http.HttpServerOptionsCustomizer
-