Uses of Enum Class
com.thecoderscorner.menu.remote.AuthStatus
Packages that use AuthStatus
Package
Description
-
Uses of AuthStatus in com.thecoderscorner.menu.mgr
Methods in com.thecoderscorner.menu.mgr that return AuthStatusModifier and TypeMethodDescriptionMenuInMenu.getCurrentStatus()Check the current status of the underlying connection -
Uses of AuthStatus in com.thecoderscorner.menu.remote
Fields in com.thecoderscorner.menu.remote with type parameters of type AuthStatusModifier and TypeFieldDescriptionprotected final Map<AuthStatus,Class<? extends RemoteConnectorState>> StreamRemoteConnector.stateMachineMappingsMethods in com.thecoderscorner.menu.remote that return AuthStatusModifier and TypeMethodDescriptionRemoteConnector.getAuthenticationStatus()StreamRemoteConnector.getAuthenticationStatus()static AuthStatusReturns the enum constant of this class with the specified name.static AuthStatus[]AuthStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.thecoderscorner.menu.remote with parameters of type AuthStatusModifier and TypeMethodDescriptionvoidStreamRemoteConnector.changeState(AuthStatus desiredState) voidConnectionChangeListener.connectionChange(RemoteConnector connector, AuthStatus authStatus) Called by the connector upon state changevoidRemoteControllerListener.connectionState(RemoteInformation remoteInformation, AuthStatus connected) Indicates a change in connectivityMethod parameters in com.thecoderscorner.menu.remote with type arguments of type AuthStatusModifier and TypeMethodDescriptionbooleanConnectorFactory.attemptPairing(Optional<Consumer<AuthStatus>> maybePairingListener) Attempt to pair with a remote optionally providing a listener that gets notified of status for updating a UI for example. -
Uses of AuthStatus in com.thecoderscorner.menu.remote.protocol
Constructor parameters in com.thecoderscorner.menu.remote.protocol with type arguments of type AuthStatusModifierConstructorDescriptionPairingHelper(RemoteConnector connector, ScheduledExecutorService executorService, Optional<Consumer<AuthStatus>> updateFn) -
Uses of AuthStatus in com.thecoderscorner.menu.remote.socket
Method parameters in com.thecoderscorner.menu.remote.socket with type arguments of type AuthStatusModifier and TypeMethodDescriptionbooleanSocketControllerBuilder.attemptPairing(Optional<Consumer<AuthStatus>> maybePairingListener) -
Uses of AuthStatus in com.thecoderscorner.menu.remote.states
Methods in com.thecoderscorner.menu.remote.states that return AuthStatusModifier and TypeMethodDescriptionAwaitingBootstrapState.getAuthenticationStatus()BootstrapInProgressState.getAuthenticationStatus()ConnectionHasFailedState.getAuthenticationStatus()ConnectionReadyState.getAuthenticationStatus()JoinMessageArrivedState.getAuthenticationStatus()NoOperationInitialState.getAuthenticationStatus()PairingAuthFailedState.getAuthenticationStatus()PairingAuthSuccessState.getAuthenticationStatus()RemoteConnectorState.getAuthenticationStatus()SendPairingMessageState.getAuthenticationStatus()SerialAwaitFirstMsgState.getAuthenticationStatus()SocketAwaitJoinState.getAuthenticationStatus()StreamNotConnectedState.getAuthenticationStatus()Methods in com.thecoderscorner.menu.remote.states with parameters of type AuthStatusModifier and TypeMethodDescriptionvoidRemoteConnectorContext.changeState(AuthStatus desiredState)