public class Request.AsyncListenerRegistration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected AsyncListener |
listener |
protected ServletRequest |
request |
protected ServletResponse |
response |
Modifier | Constructor and Description |
---|---|
protected |
Request.AsyncListenerRegistration(AsyncListener listener,
ServletRequest request,
ServletResponse response) |
Modifier and Type | Method and Description |
---|---|
AsyncListener |
getListener() |
ServletRequest |
getRequest() |
ServletResponse |
getResponse() |
protected ServletRequest request
protected ServletResponse response
protected AsyncListener listener