Class 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