public interface RequestHandler
| Modifier and Type | Method and Description |
|---|---|
default ClassLoader |
getContextClassLoader() |
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.default ClassLoader getContextClassLoader()
RequestHandler.Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.