io.vertx.ext.httpservicefactory.HttpSecureServiceFactory Maven / Gradle / Ivy
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