Uses of Interface
io.undertow.httpcore.HttpExchange
-
Uses of HttpExchange in io.undertow.httpcore
Classes in io.undertow.httpcore that implement HttpExchangeMethods in io.undertow.httpcore that return HttpExchangeMethods in io.undertow.httpcore with parameters of type HttpExchangeModifier and TypeMethodDescriptionvoidCompletedListener.completed(HttpExchange exchange) voidExchangeHandler.handle(HttpExchange exchange) voidIoCallback.onComplete(HttpExchange exchange, T context) default voidIoCallback.onException(HttpExchange exchange, T context, IOException exception) voidPreCommitListener.preCommit(HttpExchange exchange) Constructors in io.undertow.httpcore with parameters of type HttpExchangeModifierConstructorDescriptionDefaultBlockingHttpExchange(HttpExchange exchange) UndertowInputStream(HttpExchange exchange) UndertowOutputStream(HttpExchange exchange) Construct a new instance.