public abstract class ExceptionListenerAdapter extends Object implements ExceptionListener
| Constructor and Description |
|---|
ExceptionListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable e) |
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 ExceptionListenerpublic boolean exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable e)
throws Exception
exceptionCaught in interface ExceptionListenerExceptionCopyright © 2012–2014. All rights reserved.