Uses of Interface
org.apache.coyote.http11.InputFilter

Packages that use InputFilter
com.sun.enterprise.web.connector.grizzly   
org.apache.coyote.http11   
org.apache.coyote.http11.filters   
 

Uses of InputFilter in com.sun.enterprise.web.connector.grizzly
 

Methods in com.sun.enterprise.web.connector.grizzly with parameters of type InputFilter
protected  boolean DefaultProcessorTask.addInputFilter(InputFilter[] inputFilters, String encodingName)
          Add an input filter to the current request.
 

Uses of InputFilter in org.apache.coyote.http11
 

Fields in org.apache.coyote.http11 declared as InputFilter
protected  InputFilter[] InternalInputBuffer.activeFilters
          Active filters (in order).
protected  InputFilter[] InternalInputBuffer.filterLibrary
          Filter library.
 

Methods in org.apache.coyote.http11 that return InputFilter
 InputFilter[] InternalInputBuffer.getFilters()
          Get filters.
 

Methods in org.apache.coyote.http11 with parameters of type InputFilter
 void InternalInputBuffer.addActiveFilter(InputFilter filter)
          Add an input filter to the filter library.
 void InternalInputBuffer.addFilter(InputFilter filter)
          Add an input filter to the filter library.
protected  boolean Http11Processor.addInputFilter(InputFilter[] inputFilters, String encodingName)
          Add an input filter to the current request.
 

Uses of InputFilter in org.apache.coyote.http11.filters
 

Classes in org.apache.coyote.http11.filters that implement InputFilter
 class BufferedInputFilter
          Input filter responsible for reading and buffering the request body, so that it does not interfere with client SSL handshake messages.
 class ChunkedInputFilter
          Chunked input filter.
 class IdentityInputFilter
          Identity input filter.
 class VoidInputFilter
          Void input filter, which returns -1 when attempting a read.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.