Uses of Interface
io.undertow.httpcore.InputChannel
-
Uses of InputChannel in io.undertow.httpcore
Methods in io.undertow.httpcore that return InputChannelMethod parameters in io.undertow.httpcore with type arguments of type InputChannelModifier and TypeMethodDescription<T> voidInputChannel.setReadHandler(BiConsumer<InputChannel, T> handler, T context) Registers a read handler that will be called when the channel is readable.