Uses of Class
com.sun.grizzly.http.KeepAliveStats

Packages that use KeepAliveStats
com.sun.grizzly.http   
com.sun.grizzly.http.embed   
 

Uses of KeepAliveStats in com.sun.grizzly.http
 

Fields in com.sun.grizzly.http declared as KeepAliveStats
protected  KeepAliveStats SelectorThread.keepAliveStats
          Keep-alive stats
 

Methods in com.sun.grizzly.http that return KeepAliveStats
protected  KeepAliveStats SelectorThread.createKeepAliveStats()
           
 KeepAliveStats SelectorThread.getKeepAliveStats()
           
 

Methods in com.sun.grizzly.http with parameters of type KeepAliveStats
 void KeepAliveThreadAttachment.setKeepAliveStats(KeepAliveStats keepAliveStats)
          Set the KeepAliveStats instance used to collect request statistic.
 

Uses of KeepAliveStats in com.sun.grizzly.http.embed
 

Methods in com.sun.grizzly.http.embed that return KeepAliveStats
 KeepAliveStats Statistics.getKeepAliveStatistics()
          Return an instance of KeepAliveStats , which gather information about the connection and the keep-alive mechanism.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.