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–2016 MuleSoft, Inc.. All rights reserved.