Uses of Interface
io.undertow.httpcore.ExchangeHandler
-
Uses of ExchangeHandler in io.undertow.httpcore
Methods in io.undertow.httpcore with parameters of type ExchangeHandlerModifier 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)