public class ExceptionListenerAdapter extends Object implements ExceptionListener
| Constructor and Description |
|---|
ExceptionListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onConnectException(Exception e,
SocketIOClient client) |
void |
onDisconnectException(Exception e,
SocketIOClient client) |
void |
onEventException(Exception e,
List<Object> data,
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> data, SocketIOClient client)
onEventException in interface ExceptionListenerpublic void onDisconnectException(Exception e, SocketIOClient client)
onDisconnectException in interface ExceptionListenerpublic void onConnectException(Exception e, SocketIOClient client)
onConnectException in interface ExceptionListenerpublic void onMessageException(Exception e, String data, SocketIOClient client)
onMessageException in interface ExceptionListenerpublic void onJsonException(Exception e, Object data, SocketIOClient client)
onJsonException in interface ExceptionListenerCopyright © 2012–2014. All rights reserved.