Uses of Class
play.libs.WS.HttpResponse
-
Packages that use WS.HttpResponse Package Description play.libs play.libs.ws -
-
Uses of WS.HttpResponse in play.libs
Fields in play.libs declared as WS.HttpResponse Modifier and Type Field Description WS.HttpResponseOAuth2.Response. httpResponseMethods in play.libs that return WS.HttpResponse Modifier and Type Method Description abstract WS.HttpResponseWS.WSRequest. delete()Execute a DELETE request.abstract WS.HttpResponseWS.WSRequest. get()Execute a GET request synchronously.abstract WS.HttpResponseWS.WSRequest. head()Execute a HEAD request.abstract WS.HttpResponseWS.WSRequest. options()Execute a OPTIONS request.abstract WS.HttpResponseWS.WSRequest. patch()Execute a PATCH request.abstract WS.HttpResponseWS.WSRequest. post()Execute a POST request.abstract WS.HttpResponseWS.WSRequest. put()Execute a PUT request.abstract WS.HttpResponseWS.WSRequest. trace()Execute a TRACE request.Methods in play.libs that return types with arguments of type WS.HttpResponse Modifier and Type Method Description F.Promise<WS.HttpResponse>WS.WSRequest. deleteAsync()Execute a DELETE request asynchronously.F.Promise<WS.HttpResponse>WS.WSRequest. getAsync()Execute a GET request asynchronously.F.Promise<WS.HttpResponse>WS.WSRequest. headAsync()Execute a HEAD request asynchronously.F.Promise<WS.HttpResponse>WS.WSRequest. optionsAsync()Execute a OPTIONS request asynchronously.F.Promise<WS.HttpResponse>WS.WSRequest. patchAsync()Execute a PATCH request asynchronously.F.Promise<WS.HttpResponse>WS.WSRequest. postAsync()Execute a POST request asynchronously.F.Promise<WS.HttpResponse>WS.WSRequest. putAsync()Execute a PUT request asynchronously.F.Promise<WS.HttpResponse>WS.WSRequest. traceAsync()Execute a TRACE request asynchronously.Methods in play.libs with parameters of type WS.HttpResponse Modifier and Type Method Description static OAuth2.ResponseOAuth2.Response. error(OAuth2.Error error, WS.HttpResponse response)Constructors in play.libs with parameters of type WS.HttpResponse Constructor Description Response(WS.HttpResponse response) -
Uses of WS.HttpResponse in play.libs.ws
Subclasses of WS.HttpResponse in play.libs.ws Modifier and Type Class Description static classWSAsync.HttpAsyncResponseAn HTTP response wrapperstatic classWSUrlFetch.HttpUrlfetchResponseAn HTTP response wrapperMethods in play.libs.ws that return WS.HttpResponse Modifier and Type Method Description WS.HttpResponseWSAsync.WSAsyncRequest. delete()Execute a DELETE request.WS.HttpResponseWSUrlFetch.WSUrlfetchRequest. delete()Execute a DELETE request.WS.HttpResponseWSAsync.WSAsyncRequest. get()Execute a GET request synchronously.WS.HttpResponseWSUrlFetch.WSUrlfetchRequest. get()Execute a GET request synchronously.WS.HttpResponseWSAsync.WSAsyncRequest. head()Execute a HEAD request.WS.HttpResponseWSUrlFetch.WSUrlfetchRequest. head()Execute a HEAD request.WS.HttpResponseWSAsync.WSAsyncRequest. options()Execute a OPTIONS request.WS.HttpResponseWSUrlFetch.WSUrlfetchRequest. options()Execute a OPTIONS request.WS.HttpResponseWSAsync.WSAsyncRequest. patch()Execute a PATCH request.WS.HttpResponseWSUrlFetch.WSUrlfetchRequest. patch()WS.HttpResponseWSAsync.WSAsyncRequest. post()Execute a POST request.WS.HttpResponseWSUrlFetch.WSUrlfetchRequest. post()Execute a POST request.WS.HttpResponseWSAsync.WSAsyncRequest. put()Execute a PUT request.WS.HttpResponseWSUrlFetch.WSUrlfetchRequest. put()Execute a PUT request.WS.HttpResponseWSAsync.WSAsyncRequest. trace()Execute a TRACE request.WS.HttpResponseWSUrlFetch.WSUrlfetchRequest. trace()Execute a TRACE request.Methods in play.libs.ws that return types with arguments of type WS.HttpResponse Modifier and Type Method Description F.Promise<WS.HttpResponse>WSAsync.WSAsyncRequest. deleteAsync()Execute a DELETE request asynchronously.F.Promise<WS.HttpResponse>WSAsync.WSAsyncRequest. getAsync()Execute a GET request asynchronously.F.Promise<WS.HttpResponse>WSAsync.WSAsyncRequest. headAsync()Execute a HEAD request asynchronously.F.Promise<WS.HttpResponse>WSAsync.WSAsyncRequest. optionsAsync()Execute a OPTIONS request asynchronously.F.Promise<WS.HttpResponse>WSAsync.WSAsyncRequest. patchAsync()Execute a PATCH request asynchronously.F.Promise<WS.HttpResponse>WSAsync.WSAsyncRequest. postAsync()Execute a POST request asynchronously.F.Promise<WS.HttpResponse>WSAsync.WSAsyncRequest. putAsync()Execute a PUT request asynchronously.F.Promise<WS.HttpResponse>WSAsync.WSAsyncRequest. traceAsync()Execute a TRACE request asynchronously.
-