public class SupressHeaderOutputConsumerProxy extends OutputConsumerProxy
| Constructor and Description |
|---|
SupressHeaderOutputConsumerProxy(OutputConsumer nextFilter)
Create a consumer that will delegate all calls to the next filter but
consumeHeaderLine(String) |
| Modifier and Type | Method and Description |
|---|---|
void |
consumeHeaderLine(java.lang.String line)
Do nothing
|
consumeFooterLine, consumeMessageLine, consumeOutputLine, getOutputConsumer, testSetCompleted, testSetStartingpublic SupressHeaderOutputConsumerProxy(OutputConsumer nextFilter)
consumeHeaderLine(String)nextFilter - filter to delegate topublic void consumeHeaderLine(java.lang.String line)
consumeHeaderLine in interface OutputConsumerconsumeHeaderLine in class OutputConsumerProxyline - the line to processCopyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.