public class JsonPAsyncListener extends Object implements javax.servlet.AsyncListener
JsonPFilter for where this is instantiated.| Constructor and Description |
|---|
JsonPAsyncListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete(javax.servlet.AsyncEvent asyncEvent) |
void |
onError(javax.servlet.AsyncEvent asyncEvent) |
void |
onStartAsync(javax.servlet.AsyncEvent asyncEvent) |
void |
onTimeout(javax.servlet.AsyncEvent asyncEvent) |
void |
set(javax.servlet.http.HttpServletResponse httpResponse,
String callback) |
public void onComplete(javax.servlet.AsyncEvent asyncEvent)
throws IOException
onComplete in interface javax.servlet.AsyncListenerIOExceptionpublic void onTimeout(javax.servlet.AsyncEvent asyncEvent)
throws IOException
onTimeout in interface javax.servlet.AsyncListenerIOExceptionpublic void onError(javax.servlet.AsyncEvent asyncEvent)
throws IOException
onError in interface javax.servlet.AsyncListenerIOExceptionpublic void onStartAsync(javax.servlet.AsyncEvent asyncEvent)
throws IOException
onStartAsync in interface javax.servlet.AsyncListenerIOExceptionpublic void set(javax.servlet.http.HttpServletResponse httpResponse,
String callback)
Copyright © 2015 Red Hat, Inc.. All rights reserved.