Uses of Interface
org.apache.ws.commons.tcpmon.core.filter.EntityProcessor

Packages that use EntityProcessor
org.apache.ws.commons.tcpmon.core.filter   
org.apache.ws.commons.tcpmon.core.filter.http   
 

Uses of EntityProcessor in org.apache.ws.commons.tcpmon.core.filter
 

Classes in org.apache.ws.commons.tcpmon.core.filter that implement EntityProcessor
 class ReadOnlyEntityProcessorWrapper
          Wrapper that makes an EntityProcessor read-only.
 

Constructors in org.apache.ws.commons.tcpmon.core.filter with parameters of type EntityProcessor
ReadOnlyEntityProcessorWrapper(EntityProcessor parent)
           
 

Uses of EntityProcessor in org.apache.ws.commons.tcpmon.core.filter.http
 

Classes in org.apache.ws.commons.tcpmon.core.filter.http that implement EntityProcessor
 class ChunkedDecoder
          Entity processor that processes HTTP chunked transfer encoding.
 class IdentityDecoder
          Entity processor that processes HTTP identity transfer encoding.
 

Methods in org.apache.ws.commons.tcpmon.core.filter.http that return EntityProcessor
 EntityProcessor TransferEncoding.createDecoder(Headers headers)
          Create a decoder for the transfer encoding.
 EntityProcessor IdentityEncoding.createDecoder(Headers headers)
           
 EntityProcessor ChunkedEncoding.createDecoder(Headers headers)
           
 



Copyright © The Apache Software Foundation. All Rights Reserved.