Package io.undertow.vertx
Class VertxUndertowEngine
- java.lang.Object
-
- io.undertow.vertx.VertxUndertowEngine
-
- All Implemented Interfaces:
io.undertow.httpcore.UndertowEngine
public class VertxUndertowEngine extends Object implements io.undertow.httpcore.UndertowEngine
-
-
Constructor Summary
Constructors Constructor Description VertxUndertowEngine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbindHttp(io.undertow.httpcore.UndertowEngine.EngineInstance instance, io.undertow.httpcore.ExchangeHandler handler, int port, String host, Object options)voidbindHttps(io.undertow.httpcore.UndertowEngine.EngineInstance instance, io.undertow.httpcore.ExchangeHandler handler, int port, String host, String keyStore, String keyStorePassword, String trustStore, String trustStorePassword, Object options)io.undertow.httpcore.UndertowEngine.EngineInstancestart(int ioThreads, Executor blockingExecutor, io.undertow.httpcore.BufferAllocator bufferAllocator)
-
-
-
Method Detail
-
start
public io.undertow.httpcore.UndertowEngine.EngineInstance start(int ioThreads, Executor blockingExecutor, io.undertow.httpcore.BufferAllocator bufferAllocator)- Specified by:
startin interfaceio.undertow.httpcore.UndertowEngine
-
bindHttp
public void bindHttp(io.undertow.httpcore.UndertowEngine.EngineInstance instance, io.undertow.httpcore.ExchangeHandler handler, int port, String host, Object options)- Specified by:
bindHttpin interfaceio.undertow.httpcore.UndertowEngine
-
bindHttps
public void bindHttps(io.undertow.httpcore.UndertowEngine.EngineInstance instance, io.undertow.httpcore.ExchangeHandler handler, int port, String host, String keyStore, String keyStorePassword, String trustStore, String trustStorePassword, Object options)- Specified by:
bindHttpsin interfaceio.undertow.httpcore.UndertowEngine
-
-