public class ErrorEvent extends WebSocketEvent<ErrorEvent.Handler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ErrorEvent.Handler |
| Constructor and Description |
|---|
ErrorEvent(WebSocket webSocket) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(ErrorEvent.Handler handler) |
<any> |
getAssociatedType() |
static <any> |
getType() |
getWebSocketpublic ErrorEvent(@Nonnull
WebSocket webSocket)
public static <any> getType()
public <any> getAssociatedType()
protected void dispatch(@Nonnull
ErrorEvent.Handler handler)