io.vertx.up.uca.options.SockServerVisitor Maven / Gradle / Ivy
package io.vertx.up.uca.options;
import io.vertx.up.eon.em.ServerType;
public class SockServerVisitor extends HttpServerVisitor {
@Override
public ServerType getType() {
return ServerType.SOCK;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy