|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestBuilder.Method | |
---|---|
com.google.gwt.http.client | Provides the client-side classes and interfaces for making HTTP requests and processing the associated responses. |
Uses of RequestBuilder.Method in com.google.gwt.http.client |
---|
Fields in com.google.gwt.http.client declared as RequestBuilder.Method | |
---|---|
static RequestBuilder.Method |
RequestBuilder.DELETE
Specifies that the HTTP DELETE method should be used. |
static RequestBuilder.Method |
RequestBuilder.GET
Specifies that the HTTP GET method should be used. |
static RequestBuilder.Method |
RequestBuilder.HEAD
Specifies that the HTTP HEAD method should be used. |
static RequestBuilder.Method |
RequestBuilder.POST
Specifies that the HTTP POST method should be used. |
static RequestBuilder.Method |
RequestBuilder.PUT
Specifies that the HTTP PUT method should be used. |
Constructors in com.google.gwt.http.client with parameters of type RequestBuilder.Method | |
---|---|
RequestBuilder(RequestBuilder.Method httpMethod,
java.lang.String url)
Creates a builder using the parameters for configuration. |
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |