All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.vertx.ext.httpservicefactory.HttpSecureServiceFactory Maven / Gradle / Ivy

There is a newer version: 4.5.11
Show newest version
package io.vertx.ext.httpservicefactory;

/**
 * @author Julien Viet
 */
public class HttpSecureServiceFactory extends HttpServiceFactory {

  @Override
  public String prefix() {
    return "https";
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy