Uses of Class
org.restlet.engine.adapter.HttpResponse
-
Packages that use HttpResponse Package Description org.restlet.engine.adapter 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 HttpResponse Modifier and Type Method Description protected 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.
-