Uses of Class
org.glassfish.grizzly.http.KeepAlive

Packages that use KeepAlive
org.glassfish.grizzly.http   
org.glassfish.grizzly.http.jmx   
 

Uses of KeepAlive in org.glassfish.grizzly.http
 

Methods in org.glassfish.grizzly.http with parameters of type KeepAlive
protected static void KeepAlive.notifyProbesConnectionAccepted(KeepAlive keepAlive, Connection connection)
          Notify registered KeepAliveProbes about the "keep-alive connection accepted" event.
protected static void KeepAlive.notifyProbesHit(KeepAlive keepAlive, Connection connection, int requestNumber)
          Notify registered KeepAliveProbes about the "keep-alive connection hit" event.
protected static void KeepAlive.notifyProbesRefused(KeepAlive keepAlive, Connection connection)
          Notify registered KeepAliveProbes about the "keep-alive connection refused" event.
protected static void KeepAlive.notifyProbesTimeout(KeepAlive keepAlive, Connection connection)
          Notify registered KeepAliveProbes about the "keep-alive connection timeout" event.
 

Constructors in org.glassfish.grizzly.http with parameters of type KeepAlive
HttpServerFilter(boolean chunkingEnabled, int maxHeadersSize, KeepAlive keepAlive, DelayedExecutor executor)
          Constructor, which creates HttpServerFilter instance, with the specific max header size parameter.
HttpServerFilter(boolean chunkingEnabled, int maxHeadersSize, String defaultResponseContentType, KeepAlive keepAlive, DelayedExecutor executor)
          Constructor, which creates HttpServerFilter instance, with the specific max header size parameter.
 

Uses of KeepAlive in org.glassfish.grizzly.http.jmx
 

Constructors in org.glassfish.grizzly.http.jmx with parameters of type KeepAlive
KeepAlive(KeepAlive keepAlive)
          Constructs a new JMX managed KeepAlive for the specified KeepAlive instance.
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.