Entry Class

Used to represent and individual entry in a log file.

Constructors

Entry( javaxt.utils.Date date, String ip, String method, String url, String header )

Public Methods

getValues( String name ) returns String[]
getValue( String name ) returns String
ignore( ) returns boolean
Returns true is the entry can/should be ignored. This will return true for duplicate requests (same request made within 5 minutes by the same IP address) and also "Range" requests made before 5/18/2013
getMethod( ) returns String
getURL( ) returns String
getPath( ) returns String
getProtocol( ) returns String
getDate( ) returns javaxt.utils.Date
getDomainName( ) returns String
getIP( ) returns String