public interface RequestHandlerProvider
RequestHandler
for a certain
incoming http request.Modifier and Type | Method and Description |
---|---|
RequestHandler |
getRequestHandler(String ip,
int port,
HttpRequest request)
Retrieves a RequestHandler to handle the http request
|
RequestHandler getRequestHandler(String ip, int port, 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–2016 MuleSoft, Inc.. All rights reserved.