Uses of Class
com.kingsrook.qqq.lambda.model.QLambdaResponse
Packages that use QLambdaResponse
-
Uses of QLambdaResponse in com.kingsrook.qqq.lambda
Fields in com.kingsrook.qqq.lambda declared as QLambdaResponseModifier and TypeFieldDescriptionstatic final QLambdaResponse
QAbstractLambdaHandler.GENERIC_SERVER_ERROR
static final QLambdaResponse
QAbstractLambdaHandler.OK
Methods in com.kingsrook.qqq.lambda that return QLambdaResponseModifier and TypeMethodDescriptionprotected QLambdaResponse
QAbstractLambdaHandler.handleJsonRequest
(QLambdaRequest request, org.json.JSONObject bodyJsonObject) Meant to be overridden by subclasses, to provide functionality, if needed.protected QLambdaResponse
QBaseCustomLambdaHandler.handleJsonRequest
(QLambdaRequest request, org.json.JSONObject bodyJsonObject) Meant to be overridden by subclasses, to provide functionality, if needed.protected abstract QLambdaResponse
QAbstractLambdaHandler.handleRequest
(QLambdaRequest request) protected QLambdaResponse
QBaseCustomLambdaHandler.handleRequest
(QLambdaRequest request) protected QLambdaResponse
QStandardLambdaHandler.handleRequest
(QLambdaRequest request) Methods in com.kingsrook.qqq.lambda with parameters of type QLambdaResponseModifier and TypeMethodDescriptionprotected void
QAbstractLambdaHandler.writeResponse
(OutputStream outputStream, String requestId, QLambdaResponse response) -
Uses of QLambdaResponse in com.kingsrook.qqq.lambda.examples
Methods in com.kingsrook.qqq.lambda.examples that return QLambdaResponseModifier and TypeMethodDescriptionprotected QLambdaResponse
ExampleLambdaHandler.handleJsonRequest
(QLambdaRequest request, org.json.JSONObject bodyJsonObject)