|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.http.client.Request.RequestImpl
static class Request.RequestImpl
Native implementation associated with Request
. User classes should not use this class
directly.
Constructor Summary | |
---|---|
Request.RequestImpl()
|
Method Summary | |
---|---|
(package private) Response |
createResponse(XMLHttpRequest xmlHttpRequest)
Creates a Response instance for the given JavaScript XmlHttpRequest object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
Request.RequestImpl()
Method Detail |
---|
Response createResponse(XMLHttpRequest xmlHttpRequest)
Response
instance for the given JavaScript XmlHttpRequest object.
xmlHttpRequest
- xmlHttpRequest object for which we need a response
Response
object instance
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |