org.apache.coyote.http11.filters
Class BufferedInputFilter
java.lang.Object
org.apache.coyote.http11.filters.BufferedInputFilter
- InputBuffer, InputFilter
public class BufferedInputFilter
extends java.lang.Object
Input filter responsible for reading and buffering the request body, so that
it does not interfere with client SSL handshake messages.
setLimit
public void setLimit(int limit)
Set the buffering limit. This should be reset every time the buffer is
used.
Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.