Uses of Class
org.eclipse.steady.backend.HttpResponse
-
Packages that use HttpResponse Package Description org.eclipse.steady.backend org.eclipse.steady.backend.requests -
-
Uses of HttpResponse in org.eclipse.steady.backend
Methods in org.eclipse.steady.backend that return HttpResponse Modifier and Type Method Description HttpResponseBackendConnector. getJarForLib(String _g, String _a, String _v, Boolean _s, String _d)getJarForLib. -
Uses of HttpResponse in org.eclipse.steady.backend.requests
Methods in org.eclipse.steady.backend.requests that return HttpResponse Modifier and Type Method Description HttpResponseBasicHttpRequest. send()send.HttpResponseConditionalHttpRequest. send()send.HttpResponseHttpRequest. send()send.HttpResponseHttpRequestList. send()send.Methods in org.eclipse.steady.backend.requests with parameters of type HttpResponse Modifier and Type Method Description booleanContentCondition. meetsCondition(HttpResponse _response)Returns true of theHttpResponsemeets the condition, false otherwise.booleanPutLibraryCondition. meetsCondition(HttpResponse _response)Returns true of theHttpResponsemeets the condition, false otherwise.booleanResponseCondition. meetsCondition(HttpResponse _response)Returns true of theHttpResponsemeets the condition, false otherwise.booleanStatusCondition. meetsCondition(HttpResponse _response)Returns true of theHttpResponsemeets the condition, false otherwise.
-