Uses of Interface
io.undertow.httpcore.UndertowEngine.EngineInstance
-
Uses of UndertowEngine.EngineInstance in io.undertow.httpcore
Methods in io.undertow.httpcore that return UndertowEngine.EngineInstanceModifier and TypeMethodDescriptionUndertowEngine.start(int ioThreads, Executor blockingExecutor, BufferAllocator bufferAllocator) Methods in io.undertow.httpcore with parameters of type UndertowEngine.EngineInstanceModifier and TypeMethodDescriptionvoidUndertowEngine.bindHttp(UndertowEngine.EngineInstance instance, ExchangeHandler handler, int port, String host, Object options) voidUndertowEngine.bindHttps(UndertowEngine.EngineInstance instance, ExchangeHandler handler, int port, String host, String keyStore, String keyStorePassword, String trustStore, String trustStorePassword, Object options)