| Package | Description |
|---|---|
| org.glassfish.grizzly.http | |
| org.glassfish.grizzly.http.jmx |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Constructor and Description |
|---|
HttpServerFilter(boolean chunkingEnabled,
int maxHeadersSize,
KeepAlive keepAlive,
DelayedExecutor executor)
Deprecated.
Next major release will include builders for filters requiring configuration. Constructors will be hidden.
|
HttpServerFilter(boolean chunkingEnabled,
int maxHeadersSize,
String defaultResponseContentType,
KeepAlive keepAlive,
DelayedExecutor executor)
Deprecated.
Next major release will include builders for filters requiring configuration. Constructors will be hidden.
|
HttpServerFilter(boolean chunkingEnabled,
int maxHeadersSize,
String defaultResponseContentType,
KeepAlive keepAlive,
DelayedExecutor executor,
int maxRequestHeaders,
int maxResponseHeaders)
Deprecated.
Next major release will include builders for filters requiring configuration. Constructors will be hidden.
|
| Constructor and Description |
|---|
KeepAlive(KeepAlive keepAlive)
Constructs a new JMX managed KeepAlive for the specified
KeepAlive instance. |
Copyright © 2013 Oracle Corporation. All Rights Reserved.