Class UndertowInputStream

java.lang.Object
java.io.InputStream
io.undertow.io.UndertowInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class UndertowInputStream extends InputStream
Input stream that reads from the underlying channel. This stream delays creation of the channel till it is actually used.
Author:
Stuart Douglas