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 TypeMethodDescriptionvoidcustomizeHttpsServer(io.vertx.core.http.HttpServerOptions options) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
customizeHttpsServerin interfaceio.quarkus.vertx.http.HttpServerOptionsCustomizer
-