public interface RequestHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleRequest(HttpRequestContext requestContext,
HttpResponseReadyCallback responseCallback)
Called to handle an incoming HTTP request
|
void handleRequest(HttpRequestContext requestContext, HttpResponseReadyCallback responseCallback)
requestContext - HTTP request contentresponseCallback - callback to call when the response content is ready.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.