public interface RequestHandlerProvider
RequestHandler for a certain incoming http request.| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.http.api.server.RequestHandler |
getRequestHandler(String ip,
int port,
org.mule.runtime.http.api.domain.message.request.HttpRequest request)
Retrieves a RequestHandler to handle the http request
|
org.mule.runtime.http.api.server.RequestHandler getRequestHandler(String ip, int port, org.mule.runtime.http.api.domain.message.request.HttpRequest request)
ip - ip address in which the http request was madeport - port in which the http request was maderequest - the http request contentCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.