public class AsyncEvent
extends java.lang.Object
Constructor | Description |
---|---|
AsyncEvent(AsyncContext context) |
|
AsyncEvent(AsyncContext context,
java.lang.Throwable throwable) |
|
AsyncEvent(AsyncContext context,
ServletRequest request,
ServletResponse response) |
|
AsyncEvent(AsyncContext context,
ServletRequest request,
ServletResponse response,
java.lang.Throwable throwable) |
Modifier and Type | Method | Description |
---|---|---|
AsyncContext |
getAsyncContext() |
|
ServletRequest |
getSuppliedRequest() |
|
ServletResponse |
getSuppliedResponse() |
|
java.lang.Throwable |
getThrowable() |
public AsyncEvent(AsyncContext context)
public AsyncEvent(AsyncContext context, ServletRequest request, ServletResponse response)
public AsyncEvent(AsyncContext context, java.lang.Throwable throwable)
public AsyncEvent(AsyncContext context, ServletRequest request, ServletResponse response, java.lang.Throwable throwable)
public AsyncContext getAsyncContext()
public ServletRequest getSuppliedRequest()
public ServletResponse getSuppliedResponse()
public java.lang.Throwable getThrowable()
Copyright © 2000-2016 The Apache Software Foundation. All Rights Reserved.