Class AccessLogEntry


  • public class AccessLogEntry
    extends Object
    User: mike Date: 1/14/20 Time: 22:20
    • Field Detail

      • curPos

        protected int curPos
      • millis

        public Long millis
      • hourOfDay

        public int hourOfDay
      • normDate

        public String normDate
      • method

        public String method
      • status

        public String status
      • length

        public long length
      • userAgent

        public String userAgent
    • Constructor Detail

      • AccessLogEntry

        public AccessLogEntry()
    • Method Detail

      • parse

        public Integer parse​(String req)
        Parameters:
        req - log entry
        Returns:
        position we reached or null for bad record
      • millis

        public Long millis()
      • is404

        public boolean is404()
      • is500

        public boolean is500()
      • isStatus

        public boolean isStatus​(String s)
      • legacyFeeder

        public boolean legacyFeeder()
      • webCache

        public boolean webCache()
      • posValid

        protected boolean posValid()
      • error

        protected void error​(String format,
                             Object... args)
      • out

        protected void out​(String format,
                           Object... args)
      • toStringSegment

        protected void toStringSegment​(org.bedework.util.misc.ToString ts)