Package io.undertow.vertx
Class VertxUndertowEngine
java.lang.Object
io.undertow.vertx.VertxUndertowEngine
- All Implemented Interfaces:
UndertowEngine
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.undertow.httpcore.UndertowEngine
UndertowEngine.EngineInstance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbindHttp(UndertowEngine.EngineInstance instance, ExchangeHandler handler, int port, String host, Object options) voidbindHttps(UndertowEngine.EngineInstance instance, ExchangeHandler handler, int port, String host, String keyStore, String keyStorePassword, String trustStore, String trustStorePassword, Object options) start(int ioThreads, Executor blockingExecutor, BufferAllocator bufferAllocator)
-
Constructor Details
-
VertxUndertowEngine
public VertxUndertowEngine()
-
-
Method Details
-
start
public UndertowEngine.EngineInstance start(int ioThreads, Executor blockingExecutor, BufferAllocator bufferAllocator) - Specified by:
startin interfaceUndertowEngine
-
bindHttp
public void bindHttp(UndertowEngine.EngineInstance instance, ExchangeHandler handler, int port, String host, Object options) - Specified by:
bindHttpin interfaceUndertowEngine
-
bindHttps
public void bindHttps(UndertowEngine.EngineInstance instance, ExchangeHandler handler, int port, String host, String keyStore, String keyStorePassword, String trustStore, String trustStorePassword, Object options) - Specified by:
bindHttpsin interfaceUndertowEngine
-