org.jwall.web.audit.processor
Class HttpHeaderParser

java.lang.Object
  extended by stream.AbstractProcessor
      extended by org.jwall.web.audit.processor.HttpHeaderParser
All Implemented Interfaces:
stream.Processor, stream.StatefulProcessor

public class HttpHeaderParser
extends stream.AbstractProcessor

Author:
chris

Constructor Summary
HttpHeaderParser()
           
HttpHeaderParser(String section, String collectionName, String nameOfFirstLine)
           
 
Method Summary
 String getCollection()
           
 stream.data.Data process(stream.data.Data data)
           
 void setCollection(String collection)
           
 
Methods inherited from class stream.AbstractProcessor
finish, init, resetState
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpHeaderParser

public HttpHeaderParser()

HttpHeaderParser

public HttpHeaderParser(String section,
                        String collectionName,
                        String nameOfFirstLine)
Method Detail

getCollection

public String getCollection()
Returns:
the collection

setCollection

public void setCollection(String collection)
Parameters:
collection - the collection to set

process

public stream.data.Data process(stream.data.Data data)
See Also:
stream.data.DataProcessor#process(stream.data.Data)


Copyright © 2012 jwall.org. All Rights Reserved.