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 |
onJsonException(Exception e,
Object data,
SocketIOClient client) |
void |
onMessageException(Exception e,
String data,
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 onMessageException(Exception e, String data, SocketIOClient client)
onMessageException in interface ExceptionListeneronMessageException in class ExceptionListenerAdapterpublic void onJsonException(Exception e, Object data, SocketIOClient client)
onJsonException in interface ExceptionListeneronJsonException in class ExceptionListenerAdapterpublic boolean exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable e)
throws Exception
exceptionCaught in interface ExceptionListenerexceptionCaught in class ExceptionListenerAdapterExceptionCopyright © 2012–2015. All rights reserved.