public class SessionHandler.SessionAsyncListener extends Object implements AsyncListener
| Constructor and Description |
|---|
SessionAsyncListener(Session session) |
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete(AsyncEvent event) |
void |
onError(AsyncEvent event) |
void |
onStartAsync(AsyncEvent event) |
void |
onTimeout(AsyncEvent event) |
public SessionAsyncListener(Session session)
public void onComplete(AsyncEvent event) throws IOException
onComplete in interface AsyncListenerIOExceptionpublic void onTimeout(AsyncEvent event) throws IOException
onTimeout in interface AsyncListenerIOExceptionpublic void onError(AsyncEvent event) throws IOException
onError in interface AsyncListenerIOExceptionpublic void onStartAsync(AsyncEvent event) throws IOException
onStartAsync in interface AsyncListenerIOExceptionCopyright © 1995–2017 Webtide. All rights reserved.