Package | Description |
---|---|
org.glassfish.grizzly.http | |
org.glassfish.grizzly.http.jmx | |
org.glassfish.grizzly.http.server |
Modifier and Type | Method and Description |
---|---|
protected static void |
KeepAlive.notifyProbesConnectionAccepted(KeepAlive keepAlive,
Connection connection)
Notify registered
KeepAliveProbe s about the "keep-alive connection accepted" event. |
protected static void |
KeepAlive.notifyProbesHit(KeepAlive keepAlive,
Connection connection,
int requestNumber)
Notify registered
KeepAliveProbe s about the "keep-alive connection hit" event. |
protected static void |
KeepAlive.notifyProbesRefused(KeepAlive keepAlive,
Connection connection)
Notify registered
KeepAliveProbe s about the "keep-alive connection refused" event. |
protected static void |
KeepAlive.notifyProbesTimeout(KeepAlive keepAlive,
Connection connection)
Notify registered
KeepAliveProbe s 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. |
Modifier and Type | Method and Description |
---|---|
KeepAlive |
NetworkListener.getKeepAlive() |
Copyright © 2014 Oracle Corporation. All rights reserved.