Package | Description |
---|---|
org.glassfish.grizzly.http.server |
Modifier and Type | Class and Description |
---|---|
class |
HttpHandlerChain
The HttpHandlerChain class allows the invocation of multiple
HttpHandler s
every time a new HTTP request is ready to be handled. |
Modifier and Type | Method and Description |
---|---|
Set<JmxEventListener> |
ServerConfiguration.getJmxEventListeners() |
Modifier and Type | Method and Description |
---|---|
void |
ServerConfiguration.addJmxEventListener(JmxEventListener listener)
Add a
JmxEventListener which will be notified when the
HttpServer is started and JMX was enabled prior to starting
or if the HttpServer was started with JMX disabled, but
JMX was enabled at a later point in time. |
void |
ServerConfiguration.removeJmxEventListener(JmxEventListener listener)
Removes the specified
JmxEventListener . |
Copyright © 2015 Oracle Corporation. All rights reserved.