Uses of Interface
io.undertow.httpcore.IoCallback
-
Uses of IoCallback in io.undertow.httpcore
Fields in io.undertow.httpcore declared as IoCallbackModifier and TypeFieldDescriptionstatic final IoCallbackIoCallback.END_EXCHANGEA default callback that simply ends the exchange.Methods in io.undertow.httpcore with parameters of type IoCallbackModifier and TypeMethodDescriptionfinal <T> voidHttpExchangeBase.writeAsync(io.netty.buffer.ByteBuf data, boolean last, IoCallback<T> callback, T context) final <T> voidHttpExchangeBase.writeAsync(String data, Charset charset, boolean last, IoCallback<T> callback, T context) <T> voidOutputChannel.writeAsync(io.netty.buffer.ByteBuf data, boolean last, IoCallback<T> callback, T context) default <T> voidOutputChannel.writeAsync(String data, Charset charset, boolean last, IoCallback<T> callback, T context) Writes the given data in the provided charset and invokes the provided callback on completionprotected abstract <T> voidHttpExchangeBase.writeAsync0(io.netty.buffer.ByteBuf data, boolean last, IoCallback<T> callback, T context)