Uses of Class
com.google.gwt.http.client.RequestBuilder.Method
-
Packages that use RequestBuilder.Method Package Description 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 Modifier and Type Field Description static RequestBuilder.MethodRequestBuilder. DELETESpecifies that the HTTP DELETE method should be used.static RequestBuilder.MethodRequestBuilder. GETSpecifies that the HTTP GET method should be used.static RequestBuilder.MethodRequestBuilder. HEADSpecifies that the HTTP HEAD method should be used.static RequestBuilder.MethodRequestBuilder. POSTSpecifies that the HTTP POST method should be used.static RequestBuilder.MethodRequestBuilder. PUTSpecifies that the HTTP PUT method should be used.Constructors in com.google.gwt.http.client with parameters of type RequestBuilder.Method Constructor Description RequestBuilder(RequestBuilder.Method httpMethod, java.lang.String url)Creates a builder using the parameters for configuration.
-