Uses of Class
co.arago.hiro.client.websocket.AuthenticatedWebSocketHandler.Status
-
Packages that use AuthenticatedWebSocketHandler.Status Package Description co.arago.hiro.client.websocket -
-
Uses of AuthenticatedWebSocketHandler.Status in co.arago.hiro.client.websocket
Fields in co.arago.hiro.client.websocket with type parameters of type AuthenticatedWebSocketHandler.Status Modifier and Type Field Description protected java.util.concurrent.atomic.AtomicReference<AuthenticatedWebSocketHandler.Status>AuthenticatedWebSocketHandler. statusMethods in co.arago.hiro.client.websocket that return AuthenticatedWebSocketHandler.Status Modifier and Type Method Description static AuthenticatedWebSocketHandler.StatusAuthenticatedWebSocketHandler.Status. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AuthenticatedWebSocketHandler.Status[]AuthenticatedWebSocketHandler.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-