public interface UndertowEngine
| Modifier and Type | Interface and Description |
|---|---|
static interface |
UndertowEngine.EngineInstance |
| 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) |
UndertowEngine.EngineInstance start(int ioThreads, Executor blockingExecutor, BufferAllocator bufferAllocator)
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)
Copyright © 2020 JBoss by Red Hat. All rights reserved.