Uses of Class
org.glassfish.grizzly.http.KeepAlive
Packages that use KeepAlive
-
Uses of KeepAlive in org.glassfish.grizzly.http
Methods in org.glassfish.grizzly.http with parameters of type KeepAliveModifier and TypeMethodDescriptionprotected 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 KeepAliveModifierConstructorDescriptionHttpServerFilter(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.The copy constructor.