public interface RequestHandlerProvider
RequestHandler for a certain incoming http request.| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.http.api.server.RequestHandler |
getRequestHandler(org.mule.runtime.http.api.server.ServerAddress serverAddress,
org.mule.runtime.http.api.domain.message.request.HttpRequest request)
Retrieves a RequestHandler to handle the http request
|
boolean |
hasHandlerFor(org.mule.runtime.http.api.server.ServerAddress serverAddress)
Checks if a handler for a specific
ServerAddress is present |
org.mule.runtime.http.api.server.RequestHandler getRequestHandler(org.mule.runtime.http.api.server.ServerAddress serverAddress,
org.mule.runtime.http.api.domain.message.request.HttpRequest request)
serverAddress - address in which the http request was maderequest - the http request contentboolean hasHandlerFor(org.mule.runtime.http.api.server.ServerAddress serverAddress)
ServerAddress is presentserverAddress - the address to check fortrue if there is a handler present for the address, false otherwiseCopyright © 2003–2024 MuleSoft, Inc.. All rights reserved.