Class Request.RequestImpl

java.lang.Object
com.google.gwt.http.client.Request.RequestImpl
Enclosing class:
Request

@Deprecated static class Request.RequestImpl extends Object
Deprecated.
Native implementation associated with Request. User classes should not use this class directly.

Deprecated, as the only implementation this may be removed in a future release.

  • Constructor Details

    • RequestImpl

      RequestImpl()
      Deprecated.
  • Method Details

    • createResponse

      Response createResponse(XMLHttpRequest xmlHttpRequest)
      Deprecated.
      Creates a Response instance for the given JavaScript XmlHttpRequest object.
      Parameters:
      xmlHttpRequest - xmlHttpRequest object for which we need a response
      Returns:
      a Response object instance