Package io.undertow.vertx
Class VertxUndertowEngine
java.lang.Object
io.undertow.vertx.VertxUndertowEngine
- All Implemented Interfaces:
io.undertow.httpcore.UndertowEngine
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.undertow.httpcore.UndertowEngine
io.undertow.httpcore.UndertowEngine.EngineInstance -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbindHttp(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)
-
Constructor Details
-
VertxUndertowEngine
public VertxUndertowEngine()
-
-
Method Details
-
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
-