isc.sensor.parser
Class HttpParser.HttpSummary

java.lang.Object
  extended by isc.sensor.parser.HttpParser.HttpSummary
Enclosing class:
HttpParser

public class HttpParser.HttpSummary
extends java.lang.Object

Author:
John Casey
Project: DNA_sensor - Aug 12, 2005 Summary helper class for this parser

Field Summary
 java.lang.String Agent
          The HTTP protocol Agent string
 SessionBean bean
          The session summary from the Session processor
 java.lang.String host
          The HTTP protocol host name
 int maxUrlSize
          The maximum URL request of the session
 int numRequests
          The total number of method requests in this session
 java.lang.StringBuffer protocolError
          String containing any parsing errors
 java.lang.String Server
          The HTTP protocol Server string
 
Constructor Summary
HttpParser.HttpSummary()
          Create a new HTTP session summary
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

host

public java.lang.String host
The HTTP protocol host name


Agent

public java.lang.String Agent
The HTTP protocol Agent string


Server

public java.lang.String Server
The HTTP protocol Server string


numRequests

public int numRequests
The total number of method requests in this session


maxUrlSize

public int maxUrlSize
The maximum URL request of the session


protocolError

public java.lang.StringBuffer protocolError
String containing any parsing errors


bean

public SessionBean bean
The session summary from the Session processor

Constructor Detail

HttpParser.HttpSummary

HttpParser.HttpSummary()
Create a new HTTP session summary