public class AsyncListenerImpl extends java.lang.Object implements ContextAsyncListener
构造器和说明 |
---|
AsyncListenerImpl(SseEmitterHandler handler) |
public AsyncListenerImpl(SseEmitterHandler handler)
public void onStart(Context ctx)
ContextAsyncListener
onStart
在接口中 ContextAsyncListener
ctx
- 请求上下文public void onComplete(Context ctx) throws java.io.IOException
ContextAsyncListener
onComplete
在接口中 ContextAsyncListener
ctx
- 请求上下文java.io.IOException
public void onTimeout(Context ctx) throws java.io.IOException
ContextAsyncListener
onTimeout
在接口中 ContextAsyncListener
ctx
- 请求上下文java.io.IOException
public void onError(Context ctx, java.lang.Throwable e) throws java.io.IOException
ContextAsyncListener
onError
在接口中 ContextAsyncListener
ctx
- 请求上下文e
- 异步java.io.IOException