Package org.bedework.bwlogs
Class AccessLogEntry
java.lang.Object
org.bedework.bwlogs.AccessLogEntry
User: mike Date: 1/14/20 Time: 22:20
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidstatic AccessLogEntryfromString(String req) booleanis404()booleanis500()booleanbooleanmillis()protected voidprotected booleanposValid()toString()protected voidtoStringSegment(org.bedework.base.ToString ts) booleanwebCache()
-
Field Details
-
req
-
curPos
protected int curPos -
ip
-
millis
-
hourOfDay
public int hourOfDay -
normDate
-
dt
-
method
-
path
-
status
-
length
public long length -
userAgent
-
-
Constructor Details
-
AccessLogEntry
public AccessLogEntry()
-
-
Method Details
-
fromString
-
parse
- Parameters:
req- log entry- Returns:
- position we reached or null for bad record
-
millis
-
is404
public boolean is404() -
is500
public boolean is500() -
isStatus
-
legacyFeeder
public boolean legacyFeeder() -
webCache
public boolean webCache() -
posValid
protected boolean posValid() -
error
-
out
-
toStringSegment
protected void toStringSegment(org.bedework.base.ToString ts) -
toString
-