public class AsyncListenerWrap extends Object implements javax.servlet.AsyncListener
| 构造器和说明 |
|---|
AsyncListenerWrap(org.noear.solon.core.handle.Context ctx,
org.noear.solon.core.handle.ContextAsyncListener real) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onComplete(javax.servlet.AsyncEvent asyncEvent) |
void |
onError(javax.servlet.AsyncEvent asyncEvent) |
void |
onStartAsync(javax.servlet.AsyncEvent asyncEvent) |
void |
onTimeout(javax.servlet.AsyncEvent asyncEvent) |
public AsyncListenerWrap(org.noear.solon.core.handle.Context ctx,
org.noear.solon.core.handle.ContextAsyncListener real)
public void onComplete(javax.servlet.AsyncEvent asyncEvent)
throws IOException
onComplete 在接口中 javax.servlet.AsyncListenerIOExceptionpublic void onTimeout(javax.servlet.AsyncEvent asyncEvent)
throws IOException
onTimeout 在接口中 javax.servlet.AsyncListenerIOExceptionpublic void onError(javax.servlet.AsyncEvent asyncEvent)
throws IOException
onError 在接口中 javax.servlet.AsyncListenerIOExceptionpublic void onStartAsync(javax.servlet.AsyncEvent asyncEvent)
throws IOException
onStartAsync 在接口中 javax.servlet.AsyncListenerIOExceptionCopyright © 2023. All rights reserved.