public class DefaultExceptionListener extends ExceptionListenerAdapter
| Constructor and Description |
|---|
DefaultExceptionListener() |
| 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> args,
SocketIOClient client) |
void |
onPingException(Exception e,
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 onPingException(Exception e, SocketIOClient client)
onPingException in interface ExceptionListeneronPingException in class ExceptionListenerAdapterpublic boolean exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable e)
throws Exception
exceptionCaught in interface ExceptionListenerexceptionCaught in class ExceptionListenerAdapterExceptionCopyright © 2012–2021. All rights reserved.