public class ServiceTemporarilyUnavailableListenerRequestHandler extends Object implements RequestHandler
| Modifier and Type | Field and Description |
|---|---|
static int |
SERVICE_TEMPORARILY_UNAVAILABLE_STATUS_CODE |
| Modifier and Type | Method and Description |
|---|---|
static ServiceTemporarilyUnavailableListenerRequestHandler |
getInstance() |
void |
handleRequest(HttpRequestContext requestContext,
HttpResponseReadyCallback responseCallback)
Called to handle an incoming http request
|
public static final int SERVICE_TEMPORARILY_UNAVAILABLE_STATUS_CODE
public static ServiceTemporarilyUnavailableListenerRequestHandler getInstance()
public void handleRequest(HttpRequestContext requestContext, HttpResponseReadyCallback responseCallback)
RequestHandlerhandleRequest in interface RequestHandlerrequestContext - http request contentresponseCallback - callback to call when the response content is ready.Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.