Apache Tomcat 6.0.53

org.apache.catalina.valves
Class AccessLogValve.ByteSentElement

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

protected class AccessLogValve.ByteSentElement
extends java.lang.Object
implements AccessLogValve.AccessLogElement

write bytes sent, excluding HTTP headers - %b, %B


Constructor Summary
AccessLogValve.ByteSentElement(boolean conversion)
          if conversion is true, write '-' instead of 0 - %b
 
Method Summary
 void addElement(java.lang.StringBuffer buf, java.util.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.ByteSentElement

public AccessLogValve.ByteSentElement(boolean conversion)
if conversion is true, write '-' instead of 0 - %b

Method Detail

addElement

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

Apache Tomcat 6.0.53

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