OpenAPI 1.0

Uses of Interface
com.aquafold.openapi.net.AQWebRequest

Packages that use AQWebRequest
com.aquafold.openapi.net   
 

Uses of AQWebRequest in com.aquafold.openapi.net
 

Methods in com.aquafold.openapi.net that return AQWebRequest
 AQWebRequest AQWebResponse.getRequest()
          Returns the request object that produces this response.
 AQWebRequest AQWebClient.newWebRequest(String url)
          Creates a new web request.
 

Methods in com.aquafold.openapi.net with parameters of type AQWebRequest
 AQWebResponse AQWebClient.submitGetRequest(AQWebRequest request)
          Sends an HTTP Get request to a server per the URL defined in the specified request.
 AQWebResponse AQWebClient.submitPostRequest(AQWebRequest request)
          Sends an HTTP Post request to a server per the URL defined in the specified request.
 


OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.