Apache Tomcat 7.0.42

org.apache.catalina.valves
Class AccessLogValve.FirstByteTimeElement

java.lang.Object
  extended by org.apache.catalina.valves.AccessLogValve.FirstByteTimeElement
All Implemented Interfaces:
AccessLogValve.AccessLogElement
Enclosing class:
AccessLogValve

protected static class AccessLogValve.FirstByteTimeElement
extends Object
implements AccessLogValve.AccessLogElement

write time until first byte is written (commit time) in millis - %F


Constructor Summary
protected AccessLogValve.FirstByteTimeElement()
           
 
Method Summary
 void addElement(StringBuilder buf, Date date, Request request, Response response, long time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessLogValve.FirstByteTimeElement

protected AccessLogValve.FirstByteTimeElement()
Method Detail

addElement

public void addElement(StringBuilder buf,
                       Date date,
                       Request request,
                       Response response,
                       long time)
Specified by:
addElement in interface AccessLogValve.AccessLogElement

Apache Tomcat 7.0.42

Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.