Interface CertPipe<I>

  • Type Parameters:
    I -
    All Known Implementing Classes:
    JksCert, PemCert, PfxCert

    public interface CertPipe<I>
    Different ssl pipe
    • Method Detail

      • parse

        io.vertx.core.Handler<io.vertx.core.net.TCPSSLOptions> parse​(I options)
        Different pipe to parse JsonObject to generate Options
        Parameters:
        options -
        Returns: