Package com.google.gwt.http.client
Class Request.RequestImpl
- java.lang.Object
-
- com.google.gwt.http.client.Request.RequestImpl
-
-
Constructor Summary
Constructors Constructor Description RequestImpl()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description (package private) Response
createResponse(XMLHttpRequest xmlHttpRequest)
Deprecated.Creates aResponse
instance for the given JavaScript XmlHttpRequest object.
-
-
-
Method Detail
-
createResponse
Response createResponse(XMLHttpRequest xmlHttpRequest)
Deprecated.Creates aResponse
instance for the given JavaScript XmlHttpRequest object.- Parameters:
xmlHttpRequest
- xmlHttpRequest object for which we need a response- Returns:
- a
Response
object instance
-
-