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) |
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 boolean exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable e)
throws Exception
exceptionCaught in interface ExceptionListenerExceptionCopyright © 2012–2016. All rights reserved.