Package | Description |
---|---|
org.glassfish.grizzly.http.server |
Modifier and Type | Field and Description |
---|---|
protected List<AfterServiceListener> |
Request.afterServicesList |
Modifier and Type | Method and Description |
---|---|
void |
Request.addAfterServiceListener(AfterServiceListener listener)
Add the listener, which will be notified, once Request processing will be finished.
|
void |
Request.removeAfterServiceListener(AfterServiceListener listener)
Remove the "after-service" listener, which was previously added by
Request.addAfterServiceListener(org.glassfish.grizzly.http.server.AfterServiceListener) . |
Copyright © 2014 Oracle Corporation. All rights reserved.