Uses of Class
org.restlet.engine.adapter.HttpResponse
Packages that use HttpResponse
Package
Description
Adapters between low-level HTTP calls and high-level Restlet Request and
Response objects.
-
Uses of HttpResponse in org.restlet.engine.adapter
Methods in org.restlet.engine.adapter with parameters of type HttpResponseModifier and TypeMethodDescriptionprotected voidServerAdapter.addEntityHeaders(HttpResponse response) Adds the entity headers for the handled uniform call.protected voidServerAdapter.addResponseHeaders(HttpResponse response) Adds the response headers for the handled uniform call.voidServerAdapter.commit(HttpResponse response) Commits the changes to a handled uniform call back into the original HTTP call.