Uses of Record Class
com.amalgamasimulation.studies.headlessapp.HttpResponse
Packages that use HttpResponse
Package
Description
This package contains classes for headless (console) applications that can
launch studies.
Classes that enable HTTP-based communication in a headless studies application.
-
Uses of HttpResponse in com.amalgamasimulation.studies.headlessapp
Methods in com.amalgamasimulation.studies.headlessapp that return HttpResponseModifier and TypeMethodDescriptionstatic HttpResponseHttpResponse.forMessage(int status, String messageText) -
Uses of HttpResponse in com.amalgamasimulation.studies.headlessapp.http
Methods in com.amalgamasimulation.studies.headlessapp.http that return HttpResponseModifier and TypeMethodDescriptionprotected abstract HttpResponseLocalHttpHandler.prepareResponse(HttpExchange exchange) This method should process the request and then prepare and return (but not send!) the response.Methods in com.amalgamasimulation.studies.headlessapp.http with parameters of type HttpResponseModifier and TypeMethodDescriptionprotected static voidLocalHttpHandler.writeResponseJSON(HttpExchange exchange, HttpResponse response)