Package io.undertow.httpcore
Interface UndertowEngine
public interface UndertowEngine
-
Nested Class Summary
Nested Classes -
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)
-
Method Details
-
start
UndertowEngine.EngineInstance start(int ioThreads, Executor blockingExecutor, BufferAllocator bufferAllocator) -
bindHttp
void bindHttp(UndertowEngine.EngineInstance instance, ExchangeHandler handler, int port, String host, Object options) -
bindHttps
void bindHttps(UndertowEngine.EngineInstance instance, ExchangeHandler handler, int port, String host, String keyStore, String keyStorePassword, String trustStore, String trustStorePassword, Object options)
-