CurlCommand |
CurlCommand.addData(String data) |
CurlCommand |
CurlCommand.addDataBinary(String dataBinary) |
CurlCommand |
CurlCommand.addFormPart(String name,
String content) |
CurlCommand |
CurlCommand.addHeader(String name,
String value) |
CurlCommand |
CurlCommand.removeHeader(String name) |
CurlCommand |
CurlCommand.setCompressed(boolean compressed) |
CurlCommand |
CurlCommand.setCookieHeader(String cookieHeader) |
CurlCommand |
CurlCommand.setInsecure(boolean insecure) |
CurlCommand |
CurlCommand.setMethod(String method) |
CurlCommand |
CurlCommand.setServerAuthentication(String user,
String password) |
CurlCommand |
CurlCommand.setUrl(String url) |
CurlCommand |
CurlCommand.setVerbose(boolean verbose) |