Uses of Class
io.github.sigmacasino.PostRoute
Packages that use PostRoute
Package
Description
Classes that define the main routes of the casino.
Classes that handle account-related routes.
Classes that handle games the casino offers.
-
Uses of PostRoute in io.github.sigmacasino.routes
Subclasses of PostRoute in io.github.sigmacasino.routesModifier and TypeClassDescriptionclass
The LoginPost class handles the POST request for processing the login form submission.class
The RegisterPost class handles the POST request for processing the registration form submission.class
A route that listens for Stripe events. -
Uses of PostRoute in io.github.sigmacasino.routes.account
Subclasses of PostRoute in io.github.sigmacasino.routes.accountModifier and TypeClassDescriptionclass
The ResetPasswordPost class handles the POST request for resetting a user's password.class
A post route which initiates a Stripe payment session.class
A post route which initiates a Stripe payout. -
Uses of PostRoute in io.github.sigmacasino.routes.games
Subclasses of PostRoute in io.github.sigmacasino.routes.gamesModifier and TypeClassDescriptionclass
Handles the "/games/horses" POST request, managing user bets, updating the user's balance, and registering a new horse racing game.class
Handles the "/games/roulette" POST request, processing user bets, updating the user's balance, and registering a new roulette game result.