Class HandlerIndex
java.lang.Object
br.net.dd.netherwingcore.bnetserver.rest.handlers.HandlerIndex
- All Implemented Interfaces:
HttpHandler
HandlerIndex is responsible for handling requests to the root endpoint ("/") of the REST API.
It can be used to provide basic information about the API, such as available endpoints, status, or a welcome message.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HandlerIndex
public HandlerIndex()
-
-
Method Details
-
handle
- Specified by:
handlein interfaceHttpHandler- Throws:
IOException
-