public abstract class BaseCallbackHandler<T extends BaseWebsocketsClient> extends Object
| Constructor and Description |
|---|
BaseCallbackHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
onClientException(T client,
Throwable t) |
void |
onClosed(T client,
int code,
String reason) |
void |
onClosing(T client,
int code,
String reason) |
void |
onError(T client,
ErrorEvent event) |
void |
onFailure(T client,
Throwable t) |
public void onError(T client, ErrorEvent event)
Copyright © 2025. All rights reserved.