VertxServerBuilder
addService(BindableService bindableService)
addService(ServerServiceDefinition service)
addStreamTracerFactory(ServerStreamTracer.Factory factory)
addTransportFilter(ServerTransportFilter filter)
commandDecorator(java.util.function.Consumer<Runnable> commandDecorator)
compressorRegistry(CompressorRegistry registry)
decompressorRegistry(DecompressorRegistry registry)
directExecutor()
executor(Executor executor)
fallbackHandlerRegistry(HandlerRegistry fallbackRegistry)
static VertxServerBuilder
forAddress(Vertx vertx, String host, int port)
forAddress(Vertx vertx, SocketAddress address)
forPort(Vertx vertx, int port)
handshakeTimeout(long timeout, TimeUnit unit)
intercept(ServerInterceptor interceptor)
maxInboundMessageSize(int bytes)
maxInboundMetadataSize(int bytes)
setBinaryLog(BinaryLog binaryLog)
useSsl(Handler<HttpServerOptions> handler)
useTransportSecurity(File certChain, File privateKey)
useTransportSecurity(InputStream certChain, InputStream privateKey)