Class ServerSSLOptions

java.lang.Object
io.vertx.core.net.SSLOptions
io.vertx.core.net.ServerSSLOptions

public class ServerSSLOptions extends SSLOptions
Server SSL options.
  • Field Details

    • DEFAULT_CLIENT_AUTH

      public static final ClientAuth DEFAULT_CLIENT_AUTH
      Default value of whether client auth is required (SSL/TLS) = No
    • DEFAULT_SNI

      public static final boolean DEFAULT_SNI
      Default value of whether the server supports SNI = false
      See Also:
  • Constructor Details

    • ServerSSLOptions

      public ServerSSLOptions()
      Default constructor
    • ServerSSLOptions

      public ServerSSLOptions(ServerSSLOptions other)
      Copy constructor
      Parameters:
      other - the options to copy
    • ServerSSLOptions

      public ServerSSLOptions(JsonObject json)
      Create options from JSON
      Parameters:
      json - the JSON
  • Method Details