public class DefaultExceptionListener extends ExceptionListenerAdapter
| Constructor and Description |
|---|
DefaultExceptionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onConnectException(Exception e,
SocketIOClient client) |
void |
onDisconnectException(Exception e,
SocketIOClient client) |
void |
onEventException(Exception e,
List<Object> args,
SocketIOClient client) |
void |
onJsonException(Exception e,
Object data,
SocketIOClient client) |
void |
onMessageException(Exception e,
String data,
SocketIOClient client) |
public void onEventException(Exception e, List<Object> args, SocketIOClient client)
onEventException in interface ExceptionListeneronEventException in class ExceptionListenerAdapterpublic void onDisconnectException(Exception e, SocketIOClient client)
onDisconnectException in interface ExceptionListeneronDisconnectException in class ExceptionListenerAdapterpublic void onConnectException(Exception e, SocketIOClient client)
onConnectException in interface ExceptionListeneronConnectException in class ExceptionListenerAdapterpublic void onMessageException(Exception e, String data, SocketIOClient client)
onMessageException in interface ExceptionListeneronMessageException in class ExceptionListenerAdapterpublic void onJsonException(Exception e, Object data, SocketIOClient client)
onJsonException in interface ExceptionListeneronJsonException in class ExceptionListenerAdapterCopyright © 2012–2014. All rights reserved.