跳过导航链接
A C D E F G H I L M O P R S T U W 

A

add(URI, HttpCookie) - 类 中的方法com.roxstudio.utils.CUrl.CookieStore
 

C

close() - 类 中的方法com.roxstudio.utils.CUrl.FileIO
 
close() - 接口 中的方法com.roxstudio.utils.CUrl.IO
 
close() - 类 中的方法com.roxstudio.utils.CUrl.MemIO
 
close() - 类 中的方法com.roxstudio.utils.CUrl.WrappedIO
 
com.roxstudio.utils - 程序包 com.roxstudio.utils
 
cookie(String) - 类 中的方法com.roxstudio.utils.CUrl
添加请求Cookie Add custom Cookies in request
cookie(CUrl.IO) - 类 中的方法com.roxstudio.utils.CUrl
读取数据IO并添加请求Cookie。
cookieJar(String) - 类 中的方法com.roxstudio.utils.CUrl
输出Cookie到给定的文件 Output Cookie to given file path
cookieJar(CUrl.IO) - 类 中的方法com.roxstudio.utils.CUrl
输出Cookie到给定的数据IO Output Cookie to given IO object
CUrl - com.roxstudio.utils中的类
Note: * In order to set Restricted Headers i.e.
CUrl() - 类 的构造器com.roxstudio.utils.CUrl
 
CUrl(String) - 类 的构造器com.roxstudio.utils.CUrl
 
CUrl.CookieStore - com.roxstudio.utils中的类
 
CUrl.FileIO - com.roxstudio.utils中的类
 
CUrl.IO - com.roxstudio.utils中的接口
 
CUrl.MemIO - com.roxstudio.utils中的类
 
CUrl.Recoverable - com.roxstudio.utils中的异常错误
 
CUrl.Resolver<T> - com.roxstudio.utils中的接口
 
CUrl.ToStringResolver - com.roxstudio.utils中的类
 
CUrl.WrappedIO - com.roxstudio.utils中的类
 

D

data(String) - 类 中的方法com.roxstudio.utils.CUrl
Add post data.
data(String, boolean) - 类 中的方法com.roxstudio.utils.CUrl
Add post data.
data(CUrl.IO, boolean) - 类 中的方法com.roxstudio.utils.CUrl
从input中读取数据作为post数据 Read data from input and use as post data
data(String, String) - 类 中的方法com.roxstudio.utils.CUrl
添加urlencode的post数据 Add URL-encoded post data
dumpHeader(String) - 类 中的方法com.roxstudio.utils.CUrl
倾印原始响应头到给定的文件 Dump raw response headers to specified file path
dumpHeader(CUrl.IO) - 类 中的方法com.roxstudio.utils.CUrl
倾印原始响应头到给定的数据IO

E

exec(String) - 类 中的方法com.roxstudio.utils.CUrl
解析参数,执行请求,并将标准输出以给定的encoding解码为字符串 Parse options and execute the request。
exec() - 类 中的方法com.roxstudio.utils.CUrl
解析参数,执行请求,返回原始字节数组 Parse options and execute the request, return raw response.
exec(CUrl.Resolver<T>, T) - 类 中的方法com.roxstudio.utils.CUrl
解析参数并执行请求 默认仅包含应答数据。

F

FileIO(File) - 类 的构造器com.roxstudio.utils.CUrl.FileIO
 
FileIO(String) - 类 的构造器com.roxstudio.utils.CUrl.FileIO
 
form(String, String) - 类 中的方法com.roxstudio.utils.CUrl
发起post文件上传,添加一个表单项 Issue a form based upload and add a form item
form(String, CUrl.IO) - 类 中的方法com.roxstudio.utils.CUrl
发起post文件上传,添加一个文件上传的表单项 Issue a form based upload and add a file item
form(String) - 类 中的方法com.roxstudio.utils.CUrl
发起post文件上传,添加1~N个非文件表单项,注意此方法不对'@'进行特殊处理

G

GBK - 类 中的静态变量com.roxstudio.utils.CUrl
 
get(URI) - 类 中的方法com.roxstudio.utils.CUrl.CookieStore
 
getCookies() - 类 中的方法com.roxstudio.utils.CUrl.CookieStore
 
getCookieStore() - 类 中的静态方法com.roxstudio.utils.CUrl
 
getExecTime() - 类 中的方法com.roxstudio.utils.CUrl
Get total time-consuming including retrying in millisecond.
getHeaders() - 类 中的方法com.roxstudio.utils.CUrl
Get request headers, filled after exec.
getHttpCode() - 类 中的方法com.roxstudio.utils.CUrl
Get HTTP status code of last response, i.e. 200, 302 etc.
getInputStream() - 类 中的方法com.roxstudio.utils.CUrl.FileIO
 
getInputStream() - 接口 中的方法com.roxstudio.utils.CUrl.IO
 
getInputStream() - 类 中的方法com.roxstudio.utils.CUrl.MemIO
 
getInputStream() - 类 中的方法com.roxstudio.utils.CUrl.WrappedIO
 
getLocations() - 类 中的方法com.roxstudio.utils.CUrl
Get all destination URLs including redirection(s) in one request.
getOptions() - 类 中的方法com.roxstudio.utils.CUrl
Get all options, filled after exec.
getOutputStream() - 类 中的方法com.roxstudio.utils.CUrl.FileIO
 
getOutputStream() - 接口 中的方法com.roxstudio.utils.CUrl.IO
 
getOutputStream() - 类 中的方法com.roxstudio.utils.CUrl.MemIO
 
getOutputStream() - 类 中的方法com.roxstudio.utils.CUrl.WrappedIO
 
getResponseHeaders() - 类 中的方法com.roxstudio.utils.CUrl
Get headers of all responses including redirection(s) in one request.
getStdout(CUrl.Resolver<T>, T) - 类 中的方法com.roxstudio.utils.CUrl
 
getTags() - 类 中的方法com.roxstudio.utils.CUrl
 
getURIs() - 类 中的方法com.roxstudio.utils.CUrl.CookieStore
 

H

header(String) - 类 中的方法com.roxstudio.utils.CUrl
Add a custom request header
headers(Map<String, ?>) - 类 中的方法com.roxstudio.utils.CUrl
 

I

insecure() - 类 中的方法com.roxstudio.utils.CUrl
Allow insecure server connections when using HTTPS
io(String, CUrl.IO) - 类 中的方法com.roxstudio.utils.CUrl
添加一个数据IO,可作为数据输入或数据输出,在--data等参数值中引用
ISO_8859_1 - 类 中的静态变量com.roxstudio.utils.CUrl
 

L

loadCookies(CUrl.IO) - 类 中的静态方法com.roxstudio.utils.CUrl
Load cookies from the specified IO object to the cookie-store binding with current thread
location() - 类 中的方法com.roxstudio.utils.CUrl
Follow redirection automatically, false be default.

M

main(String[]) - 类 中的静态方法com.roxstudio.utils.CUrl
 
MemIO() - 类 的构造器com.roxstudio.utils.CUrl.MemIO
 

O

opt(String...) - 类 中的方法com.roxstudio.utils.CUrl
Specify 0~N options, please refer to https://curl.haxx.se/docs/manpage.html Note: the option name and corresponding value must be divided into two arguments, rather than one single string seperated by space
output(String) - 类 中的方法com.roxstudio.utils.CUrl
输出应答数据到给定文件。
output(CUrl.IO) - 类 中的方法com.roxstudio.utils.CUrl
输出应答数据到给定数据IO

P

parseDumpedHeader() - 类 中的方法com.roxstudio.utils.CUrl.MemIO
This is useful when the MemIO was used as the target of --dump-header
proxy(String, int) - 类 中的方法com.roxstudio.utils.CUrl
Specify the proxy server

R

RAW - 类 中的静态变量com.roxstudio.utils.CUrl
 
Recoverable() - 异常错误 的构造器com.roxstudio.utils.CUrl.Recoverable
 
Recoverable(Throwable, int) - 异常错误 的构造器com.roxstudio.utils.CUrl.Recoverable
 
remove(URI, HttpCookie) - 类 中的方法com.roxstudio.utils.CUrl.CookieStore
 
removeAll() - 类 中的方法com.roxstudio.utils.CUrl.CookieStore
 
resolve(int, byte[]) - 接口 中的方法com.roxstudio.utils.CUrl.Resolver
 
resolve(int, byte[]) - 类 中的方法com.roxstudio.utils.CUrl.ToStringResolver
 
retry(int, float, float) - 类 中的方法com.roxstudio.utils.CUrl
Specify retry related options, default values are 0

S

saveCookies(CUrl.IO) - 类 中的静态方法com.roxstudio.utils.CUrl
Save all cookies binding with current thread to the specified IO object.
setAppend(boolean) - 类 中的方法com.roxstudio.utils.CUrl.FileIO
 
setAppend(boolean) - 接口 中的方法com.roxstudio.utils.CUrl.IO
 
setAppend(boolean) - 类 中的方法com.roxstudio.utils.CUrl.MemIO
 
setAppend(boolean) - 类 中的方法com.roxstudio.utils.CUrl.WrappedIO
 
stderr(String) - 类 中的方法com.roxstudio.utils.CUrl
重定向标准错误输出到给定的文件 Redirect stderr to specified file path, use '-' for stdout
stderr(CUrl.IO) - 类 中的方法com.roxstudio.utils.CUrl
重定向标准错误输出到给定的数据IO

T

timeout(float, float) - 类 中的方法com.roxstudio.utils.CUrl
Specify timeout, default values are 0
toString() - 类 中的方法com.roxstudio.utils.CUrl.FileIO
 
toString() - 类 中的方法com.roxstudio.utils.CUrl.MemIO
 
toString() - 类 中的方法com.roxstudio.utils.CUrl
Get all options as CURL command-line
toString() - 类 中的方法com.roxstudio.utils.CUrl.WrappedIO
 
ToStringResolver(String) - 类 的构造器com.roxstudio.utils.CUrl.ToStringResolver
 

U

url(String) - 类 中的方法com.roxstudio.utils.CUrl
 
UTF8 - 类 中的静态变量com.roxstudio.utils.CUrl
 

W

WrappedIO(String, String) - 类 的构造器com.roxstudio.utils.CUrl.WrappedIO
 
WrappedIO(byte[]) - 类 的构造器com.roxstudio.utils.CUrl.WrappedIO
 
WrappedIO(InputStream) - 类 的构造器com.roxstudio.utils.CUrl.WrappedIO
 
WrappedIO(OutputStream) - 类 的构造器com.roxstudio.utils.CUrl.WrappedIO
 
A C D E F G H I L M O P R S T U W 
跳过导航链接

Copyright © 2018. All rights reserved.