sb.append ("<th width=\"20%\">Type</th>" +
"<th width=\"20%\">Read</th>" +
"<th width=\"20%\">Write</th>" +
"<th width=\"20%\">TransferTo</th>" +
"<th width=\"20%\">TransferFrom</th></tr>\n");
TrafficLoggerHandler tlh = proxy.getTrafficLoggerHandler ();
synchronized (tlh) {
appendTL (sb, "Client", tlh.getClient ());
appendTL (sb, "Network", tlh.getNetwork ());
appendTL (sb, "Cache", tlh.getCache ());
appendTL (sb, "Proxy", tlh.getProxy ());
}
sb.append ("</table>\n<br>\n");
sb.append (HtmlPage.getTableHeader (100, 1));
sb.append (HtmlPage.getTableTopicRow ());