Package play.libs.ws

Class HttpAsyncResponse

java.lang.Object
play.libs.ws.HttpResponse
play.libs.ws.HttpAsyncResponse

public class HttpAsyncResponse extends HttpResponse
An HTTP response wrapper
  • Constructor Details

    • HttpAsyncResponse

      public HttpAsyncResponse(com.ning.http.client.Response response)
      You shouldn't have to create an HttpResponse yourself
      Parameters:
      response - The given response
  • Method Details