public class VertxUndertowEngine extends Object implements UndertowEngine
UndertowEngine.EngineInstance| Constructor and Description |
|---|
VertxUndertowEngine() |
| Modifier and Type | Method and Description |
|---|---|
void |
bindHttp(UndertowEngine.EngineInstance instance,
ExchangeHandler handler,
int port,
String host,
Object options) |
void |
bindHttps(UndertowEngine.EngineInstance instance,
ExchangeHandler handler,
int port,
String host,
String keyStore,
String keyStorePassword,
String trustStore,
String trustStorePassword,
Object options) |
UndertowEngine.EngineInstance |
start(int ioThreads,
Executor blockingExecutor,
BufferAllocator bufferAllocator) |
public UndertowEngine.EngineInstance start(int ioThreads, Executor blockingExecutor, BufferAllocator bufferAllocator)
start in interface UndertowEnginepublic void bindHttp(UndertowEngine.EngineInstance instance, ExchangeHandler handler, int port, String host, Object options)
bindHttp in interface UndertowEnginepublic void bindHttps(UndertowEngine.EngineInstance instance, ExchangeHandler handler, int port, String host, String keyStore, String keyStorePassword, String trustStore, String trustStorePassword, Object options)
bindHttps in interface UndertowEngineCopyright © 2020 JBoss by Red Hat. All rights reserved.