Uses of Class
io.socket.SocketIOException

Uses of SocketIOException in io.socket
 

Methods in io.socket with parameters of type SocketIOException
protected  void IOConnection.error(SocketIOException e)
          Populates an error to the connected IOCallbacks and shuts down.
 void IOCallback.onError(SocketIOException socketIOException)
          On error.
 void IOConnection.onError(SocketIOException socketIOException)