| Package | Description |
|---|---|
| org.glassfish.grizzly.http |
| 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,
java.lang.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,
java.lang.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.
|
Copyright © 2013 Oracle Corporation. All Rights Reserved.