public interface WebSocket.ErrorHandler

Handler for transport- or protocol-level errors. The connection is closed by the time this fires.

Methods

public abstract void onError(WebSocket ws, Exception ex)

Method details

onError

public abstract void onError(WebSocket ws, Exception ex)