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

Packages that use KeepAlive
Package
Description
 
  • Uses of KeepAlive in org.glassfish.grizzly.http

    Methods in org.glassfish.grizzly.http with parameters of type KeepAlive
    Modifier and Type
    Method
    Description
    protected static void
    KeepAlive.notifyProbesConnectionAccepted(KeepAlive keepAlive, org.glassfish.grizzly.Connection connection)
    Notify registered KeepAliveProbes about the "keep-alive connection accepted" event.
    protected static void
    KeepAlive.notifyProbesHit(KeepAlive keepAlive, org.glassfish.grizzly.Connection connection, int requestNumber)
    Notify registered KeepAliveProbes about the "keep-alive connection hit" event.
    protected static void
    KeepAlive.notifyProbesRefused(KeepAlive keepAlive, org.glassfish.grizzly.Connection connection)
    Notify registered KeepAliveProbes about the "keep-alive connection refused" event.
    protected static void
    KeepAlive.notifyProbesTimeout(KeepAlive keepAlive, org.glassfish.grizzly.Connection connection)
    Notify registered KeepAliveProbes about the "keep-alive connection timeout" event.
    Constructors in org.glassfish.grizzly.http with parameters of type KeepAlive
    Modifier
    Constructor
    Description
     
    HttpServerFilter(boolean chunkingEnabled, int maxHeadersSize, String defaultResponseContentType, KeepAlive keepAlive, org.glassfish.grizzly.utils.DelayedExecutor executor)
    Deprecated.
    Next major release will include builders for filters requiring configuration.
     
    HttpServerFilter(boolean chunkingEnabled, int maxHeadersSize, String defaultResponseContentType, KeepAlive keepAlive, org.glassfish.grizzly.utils.DelayedExecutor executor, int maxRequestHeaders, int maxResponseHeaders)
    Deprecated.
    Next major release will include builders for filters requiring configuration.
     
    HttpServerFilter(boolean chunkingEnabled, int maxHeadersSize, KeepAlive keepAlive, org.glassfish.grizzly.utils.DelayedExecutor executor)
    Deprecated.
    Next major release will include builders for filters requiring configuration.
     
    KeepAlive(KeepAlive keepAlive)
    The copy constructor.