Uses of Interface
com.corundumstudio.socketio.listener.ExceptionListener
Packages that use ExceptionListener
Package
Description
-
Uses of ExceptionListener in com.corundumstudio.socketio
Methods in com.corundumstudio.socketio that return ExceptionListenerMethods in com.corundumstudio.socketio with parameters of type ExceptionListenerModifier and TypeMethodDescriptionvoidConfiguration.setExceptionListener(ExceptionListener exceptionListener) Exception listener invoked on any exception in SocketIO listener -
Uses of ExceptionListener in com.corundumstudio.socketio.handler
Constructors in com.corundumstudio.socketio.handler with parameters of type ExceptionListenerModifierConstructorDescriptionInPacketHandler(PacketListener packetListener, PacketDecoder decoder, NamespacesHub namespacesHub, ExceptionListener exceptionListener) -
Uses of ExceptionListener in com.corundumstudio.socketio.listener
Classes in com.corundumstudio.socketio.listener that implement ExceptionListenerModifier and TypeClassDescriptionclassclassBase callback exceptions listener