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 QLambdaResponseQAbstractLambdaHandler.GENERIC_SERVER_ERRORstatic final QLambdaResponseQAbstractLambdaHandler.OKMethods in com.kingsrook.qqq.lambda that return QLambdaResponseModifier and TypeMethodDescriptionprotected QLambdaResponseQAbstractLambdaHandler.handleJsonRequest(QLambdaRequest request, org.json.JSONObject bodyJsonObject) Meant to be overridden by subclasses, to provide functionality, if needed.protected QLambdaResponseQBaseCustomLambdaHandler.handleJsonRequest(QLambdaRequest request, org.json.JSONObject bodyJsonObject) Meant to be overridden by subclasses, to provide functionality, if needed.protected abstract QLambdaResponseQAbstractLambdaHandler.handleRequest(QLambdaRequest request) protected QLambdaResponseQBaseCustomLambdaHandler.handleRequest(QLambdaRequest request) protected QLambdaResponseQStandardLambdaHandler.handleRequest(QLambdaRequest request) Methods in com.kingsrook.qqq.lambda with parameters of type QLambdaResponseModifier and TypeMethodDescriptionprotected voidQAbstractLambdaHandler.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 QLambdaResponseExampleLambdaHandler.handleJsonRequest(QLambdaRequest request, org.json.JSONObject bodyJsonObject)