Interface ExceptionListener
- All Known Implementing Classes:
DefaultExceptionListener,ExceptionListenerAdapter
public interface ExceptionListener
-
Method Summary
Modifier and TypeMethodDescriptionbooleanexceptionCaught(io.netty.channel.ChannelHandlerContext ctx, Throwable e) voidonConnectException(Exception e, SocketIOClient client) voidonDisconnectException(Exception e, SocketIOClient client) voidonEventException(Exception e, List<Object> args, SocketIOClient client) voidonPingException(Exception e, SocketIOClient client) Deprecated.voidonPongException(Exception e, SocketIOClient client)
-
Method Details
-
onEventException
-
onDisconnectException
-
onConnectException
-
onPingException
Deprecated. -
onPongException
-
exceptionCaught
- Throws:
Exception
-