|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CurlResource | |
---|---|
com.caucho.quercus.lib.curl |
Uses of CurlResource in com.caucho.quercus.lib.curl |
---|
Methods in com.caucho.quercus.lib.curl that return CurlResource | |
---|---|
CurlResource |
CurlResource.clone()
Returns a copy of this resource. |
static CurlResource |
CurlModule.curl_copy_handle(Env env,
CurlResource curl)
Returns a copy of this resource. |
static CurlResource |
CurlModule.curl_init(Env env,
java.lang.String url)
Returns a cURL handle. |
protected CurlResource |
CurlHttpRequest.getCurlResource()
|
Methods in com.caucho.quercus.lib.curl with parameters of type CurlResource | |
---|---|
void |
CurlHttpConnection.connect(CurlResource curl)
Connects to the server. |
static CurlHttpConnection |
CurlHttpConnection.createConnection(java.net.URL url,
java.lang.String username,
java.lang.String password,
CurlResource curl)
|
static CurlHttpConnection |
CurlHttpConnection.createConnection(java.net.URL url,
java.lang.String username,
java.lang.String password,
CurlResource curl,
java.net.URL proxyURL,
java.lang.String proxyUsername,
java.lang.String proxyPassword,
java.lang.String proxyType)
|
static void |
CurlModule.curl_close(Env env,
CurlResource curl)
Closes this cURL object. |
static CurlResource |
CurlModule.curl_copy_handle(Env env,
CurlResource curl)
Returns a copy of this resource. |
static Value |
CurlModule.curl_errno(Env env,
CurlResource curl)
Returns the error code from the last operation. |
static Value |
CurlModule.curl_error(Env env,
CurlResource curl)
Returns the error string from the last operation. |
static Value |
CurlModule.curl_exec(Env env,
CurlResource curl)
|
static Value |
CurlModule.curl_getinfo(Env env,
CurlResource curl,
Value option)
Returns information about the last request. |
static BooleanValue |
CurlModule.curl_setopt_array(Env env,
CurlResource curl,
ArrayValue options)
Sets an array of options. |
static BooleanValue |
CurlModule.curl_setopt(Env env,
CurlResource curl,
int option,
Value value)
Sets a cURL option. |
static CurlHttpRequest |
CurlHttpRequest.getRequest(CurlResource curl)
Returns a HttpRequest specific to the Http request method. |
protected void |
CurlHttpConnection.init(CurlResource curl)
|
protected void |
HttpsConnection.init(CurlResource curl)
|
Constructors in com.caucho.quercus.lib.curl with parameters of type CurlResource | |
---|---|
CurlHttpRequest(CurlResource curlResource)
|
|
HttpGetRequest(CurlResource curlResource)
|
|
HttpPostRequest(CurlResource curlResource)
|
|
HttpPutRequest(CurlResource curlResource)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |