Class HandlerPostRefreshLoginTicket
java.lang.Object
br.net.dd.netherwingcore.bnetserver.rest.handlers.HandlerPostRefreshLoginTicket
- All Implemented Interfaces:
HttpHandler
HandlerPostRefreshLoginTicket is responsible for handling POST requests to the /bnetserver/refreshLoginTicket/ endpoint.
This endpoint is likely used for refreshing login tickets, which may involve validating existing tickets and issuing new ones to maintain user sessions.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HandlerPostRefreshLoginTicket
public HandlerPostRefreshLoginTicket()
-
-
Method Details
-
handle
- Specified by:
handlein interfaceHttpHandler- Throws:
IOException
-