Package io.micronaut.servlet.http.server
Interface HttpHandlerPath
@Internal
public interface HttpHandlerPath
Beans of type
HttpHandlerPath
are registered to a HttpServer
via HttpServer.createContext(String, HttpHandler)
.-
Method Summary
-
Method Details
-
getPath
String getPath()- Returns:
- the root URI path to associate the context with the handler
-
getHttpHandler
HttpHandler getHttpHandler()- Returns:
- the handler to invoke for incoming requests
-