Package tigase.http.stats
Class HostNameStatsCollector
java.lang.Object
tigase.http.stats.HostNameStatsCollector
- All Implemented Interfaces:
HttpStatsCollector
@Bean(name="host-name-stats-collector",
parent=HttpMessageReceiver.class,
active=false)
public class HostNameStatsCollector
extends Object
implements HttpStatsCollector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcount(javax.servlet.http.HttpServletRequest request) voidgetStatistics(String name, tigase.stats.StatisticsList list) toString()
-
Constructor Details
-
HostNameStatsCollector
public HostNameStatsCollector()
-
-
Method Details
-
getStatistics
- Specified by:
getStatisticsin interfaceHttpStatsCollector
-
count
public void count(javax.servlet.http.HttpServletRequest request) - Specified by:
countin interfaceHttpStatsCollector
-
toString
-