Uses of Class
org.glassfish.grizzly.http.KeepAlive
-
Packages that use KeepAlive Package Description org.glassfish.grizzly.http -
-
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 voidKeepAlive. notifyProbesConnectionAccepted(KeepAlive keepAlive, org.glassfish.grizzly.Connection connection)Notify registeredKeepAliveProbes about the "keep-alive connection accepted" event.protected static voidKeepAlive. notifyProbesHit(KeepAlive keepAlive, org.glassfish.grizzly.Connection connection, int requestNumber)Notify registeredKeepAliveProbes about the "keep-alive connection hit" event.protected static voidKeepAlive. notifyProbesRefused(KeepAlive keepAlive, org.glassfish.grizzly.Connection connection)Notify registeredKeepAliveProbes about the "keep-alive connection refused" event.protected static voidKeepAlive. notifyProbesTimeout(KeepAlive keepAlive, org.glassfish.grizzly.Connection connection)Notify registeredKeepAliveProbes about the "keep-alive connection timeout" event.Constructors in org.glassfish.grizzly.http with parameters of type KeepAlive 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.
-