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