Class LazyRequestInputStream

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    public class LazyRequestInputStream
    extends javax.servlet.ServletInputStream
    This provides lazy access to the ServletInputStream data in a request, this avoids issues with attempting to read data which was is later requested from the reader since it will not actually do any reads using the ServletInputStream but still can pretend to
    Author:
    Aaron Zeckoski (azeckoski @ gmail.com)