Class LoginRESTService
java.lang.Object
br.net.dd.netherwingcore.bnetserver.rest.LoginRESTService
LoginRESTService is responsible for handling RESTful API requests related to login operations.
It sets up an HTTPS server and registers various endpoints for login, game accounts, portal information, and more.
-
Method Summary
-
Method Details
-
start
public static void start()Starts the Login REST Service. If the service is already running, it logs a message and does not start a new instance. -
stop
public static void stop()Stops the Login REST Service. It stops the HTTPS server and sets the instance to null.
-