Uses of Class
co.arago.hiro.client.exceptions.WebSocketException
-
Packages that use WebSocketException Package Description co.arago.hiro.client.exceptions co.arago.hiro.client.websocket -
-
Uses of WebSocketException in co.arago.hiro.client.exceptions
Subclasses of WebSocketException in co.arago.hiro.client.exceptions Modifier and Type Class Description classRefreshTokenWebSocketExceptionUsed when tokens expire with error 401. -
Uses of WebSocketException in co.arago.hiro.client.websocket
Methods in co.arago.hiro.client.websocket that throw WebSocketException Modifier and Type Method Description voidSpecificWebSocketListener. onClose(java.net.http.WebSocket webSocket, int statusCode, java.lang.String reason)Called right before the websocket is about to close.
-