跳过导航链接
A B C D E F G H I J L M N O P Q R S T U V 

A

a - 类 中的变量cn.schoolwow.quickhttp.document.query.Evaluator.CssNthEvaluator
 
AbstractElement - cn.schoolwow.quickhttp.document.element中的类
 
AbstractElement() - 类 的构造器cn.schoolwow.quickhttp.document.element.AbstractElement
 
acceptEncoding(boolean) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
是否允许服务端压缩
acceptEncoding(boolean) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
acceptRanges() - 接口 中的方法cn.schoolwow.quickhttp.response.Response
是否支持分段下载
acceptRanges() - 类 中的方法cn.schoolwow.quickhttp.response.ResponseImpl
 
addCookie(String, String, String) - 接口 中的方法cn.schoolwow.quickhttp.client.CookieOption
添加Cookie
addCookie(String, String, String, String) - 接口 中的方法cn.schoolwow.quickhttp.client.CookieOption
添加Cookie
addCookie(HttpCookie) - 接口 中的方法cn.schoolwow.quickhttp.client.CookieOption
添加Cookie
addCookie(List<HttpCookie>) - 接口 中的方法cn.schoolwow.quickhttp.client.CookieOption
添加Cookie列表
addCookie(String, String, String) - 类 中的方法cn.schoolwow.quickhttp.client.CookieOptionImpl
 
addCookie(String, String, String, String) - 类 中的方法cn.schoolwow.quickhttp.client.CookieOptionImpl
 
addCookie(HttpCookie) - 类 中的方法cn.schoolwow.quickhttp.client.CookieOptionImpl
 
addCookie(List<HttpCookie>) - 类 中的方法cn.schoolwow.quickhttp.client.CookieOptionImpl
 
addCookieString(String, String) - 接口 中的方法cn.schoolwow.quickhttp.client.CookieOption
添加Cookie
addCookieString(String, String, String) - 接口 中的方法cn.schoolwow.quickhttp.client.CookieOption
添加Cookie
addCookieString(String, String) - 类 中的方法cn.schoolwow.quickhttp.client.CookieOptionImpl
 
addCookieString(String, String, String) - 类 中的方法cn.schoolwow.quickhttp.client.CookieOptionImpl
 
addHeader(String, String) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
设置头部字段信息
addHeader(String, String) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
ajax() - 接口 中的方法cn.schoolwow.quickhttp.request.Request
设置ajax请求头部
ajax() - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
AllElements() - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.AllElements
 
And(List<Evaluator>) - 类 的构造器cn.schoolwow.quickhttp.document.query.CombiningEvaluator.And
 
attr(String) - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
attr(String, String) - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
attr(String) - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
获取属性
attr(String, String) - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
设置属性
attr(String) - 类 中的方法cn.schoolwow.quickhttp.document.element.Elements
获取属性
attribute() - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
attribute() - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
获取属性
Attribute(String) - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.Attribute
 
AttributeKeyPair(String, String) - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.AttributeKeyPair
 
AttributeParser - cn.schoolwow.quickhttp.document.parser中的类
 
attributes - 类 中的变量cn.schoolwow.quickhttp.document.element.AbstractElement
属性
attributes - 类 中的变量cn.schoolwow.quickhttp.document.parser.Node
属性
AttributeStarting(String) - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.AttributeStarting
 
AttributeWithValue(String, String) - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.AttributeWithValue
 
AttributeWithValueContaining(String, String) - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.AttributeWithValueContaining
 
AttributeWithValueEnding(String, String) - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.AttributeWithValueEnding
 
AttributeWithValueMatching(String, Pattern) - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.AttributeWithValueMatching
 
AttributeWithValueNot(String, String) - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.AttributeWithValueNot
 
AttributeWithValueStarting(String, String) - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.AttributeWithValueStarting
 

B

b - 类 中的变量cn.schoolwow.quickhttp.document.query.Evaluator.CssNthEvaluator
 
basicAuth(String, String) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
设置Basic Auth请求头部
basicAuth(String, String) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
beforeExecute(Request) - 接口 中的方法cn.schoolwow.quickhttp.listener.QuickHttpClientListener
在http请求发送之前
body - 类 中的变量cn.schoolwow.quickhttp.domain.ResponseMeta
输入流字节数组
body() - 接口 中的方法cn.schoolwow.quickhttp.response.Response
返回字符串
body() - 类 中的方法cn.schoolwow.quickhttp.response.ResponseImpl
 
bodyAsBytes() - 接口 中的方法cn.schoolwow.quickhttp.response.Response
返回字节数组
bodyAsBytes() - 类 中的方法cn.schoolwow.quickhttp.response.ResponseImpl
 
bodyAsFile(String) - 接口 中的方法cn.schoolwow.quickhttp.response.Response
将输入流写入到指定文件 若文件已存在,则会追加到文件尾部
bodyAsFile(Path) - 接口 中的方法cn.schoolwow.quickhttp.response.Response
将输入流写入到指定文件 若文件已存在,则会追加到文件尾部
bodyAsFile(String) - 类 中的方法cn.schoolwow.quickhttp.response.ResponseImpl
 
bodyAsFile(Path) - 类 中的方法cn.schoolwow.quickhttp.response.ResponseImpl
 
bodyAsJSONArray() - 接口 中的方法cn.schoolwow.quickhttp.response.Response
返回JSON数组
bodyAsJSONArray() - 类 中的方法cn.schoolwow.quickhttp.response.ResponseImpl
 
bodyAsJSONObject() - 接口 中的方法cn.schoolwow.quickhttp.response.Response
返回JSON对象
bodyAsJSONObject() - 类 中的方法cn.schoolwow.quickhttp.response.ResponseImpl
 
bodyLog - 类 中的变量cn.schoolwow.quickhttp.domain.RequestMeta
请求体内容,用于日志记录
bodyStream() - 接口 中的方法cn.schoolwow.quickhttp.response.Response
获取输入流
bodyStream() - 类 中的方法cn.schoolwow.quickhttp.response.ResponseImpl
 
boundary - 类 中的变量cn.schoolwow.quickhttp.domain.RequestMeta
分隔符
boundary(String) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
指定boundary
boundary(String) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 

C

calculatePosition(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.CssNthEvaluator
 
calculatePosition(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.IsNthChild
 
calculatePosition(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.IsNthLastChild
 
calculatePosition(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.IsNthLastOfType
 
calculatePosition(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.IsNthOfType
 
charset - 类 中的变量cn.schoolwow.quickhttp.domain.RequestMeta
请求编码
charset - 类 中的变量cn.schoolwow.quickhttp.domain.ResponseMeta
编码格式
charset(String) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
指定编码格式
charset(String) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
charset() - 接口 中的方法cn.schoolwow.quickhttp.response.Response
获取编码格式
charset() - 类 中的方法cn.schoolwow.quickhttp.response.ResponseImpl
 
childElement(int) - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
childElement(int) - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
获取指定子节点
childElements() - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
childElements() - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
获取所有子节点
childList - 类 中的变量cn.schoolwow.quickhttp.document.element.AbstractElement
子元素(不包含文本节点)
childList - 类 中的变量cn.schoolwow.quickhttp.document.parser.Node
子节点
children() - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
children() - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
获取所有子节点
childTextList - 类 中的变量cn.schoolwow.quickhttp.document.element.AbstractElement
子元素
Class(String) - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.Class
 
clearAttributes() - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
clearAttributes() - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
清除属性
clearCookieList() - 接口 中的方法cn.schoolwow.quickhttp.client.CookieOption
清空Cookie列表
clearCookieList() - 类 中的方法cn.schoolwow.quickhttp.client.CookieOptionImpl
 
clientConfig() - 接口 中的方法cn.schoolwow.quickhttp.client.QuickHttpClient
客户端配置
clientConfig - 类 中的变量cn.schoolwow.quickhttp.client.QuickHttpClientConfigImpl
 
clientConfig() - 类 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientImpl
 
ClientConfig - cn.schoolwow.quickhttp.domain中的类
客户端配置项
ClientConfig() - 类 的构造器cn.schoolwow.quickhttp.domain.ClientConfig
 
clientConfig() - 类 中的静态方法cn.schoolwow.quickhttp.QuickHttp
客户端配置
clone() - 接口 中的方法cn.schoolwow.quickhttp.request.Request
clone方法
clone() - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
cn.schoolwow.quickhttp - 程序包 cn.schoolwow.quickhttp
 
cn.schoolwow.quickhttp.client - 程序包 cn.schoolwow.quickhttp.client
 
cn.schoolwow.quickhttp.document - 程序包 cn.schoolwow.quickhttp.document
 
cn.schoolwow.quickhttp.document.element - 程序包 cn.schoolwow.quickhttp.document.element
 
cn.schoolwow.quickhttp.document.parser - 程序包 cn.schoolwow.quickhttp.document.parser
 
cn.schoolwow.quickhttp.document.query - 程序包 cn.schoolwow.quickhttp.document.query
 
cn.schoolwow.quickhttp.domain - 程序包 cn.schoolwow.quickhttp.domain
 
cn.schoolwow.quickhttp.listener - 程序包 cn.schoolwow.quickhttp.listener
 
cn.schoolwow.quickhttp.request - 程序包 cn.schoolwow.quickhttp.request
 
cn.schoolwow.quickhttp.response - 程序包 cn.schoolwow.quickhttp.response
 
CombiningEvaluator - cn.schoolwow.quickhttp.document.query中的类
 
CombiningEvaluator(List<Evaluator>) - 类 的构造器cn.schoolwow.quickhttp.document.query.CombiningEvaluator
 
CombiningEvaluator.And - cn.schoolwow.quickhttp.document.query中的类
 
CombiningEvaluator.Or - cn.schoolwow.quickhttp.document.query中的类
 
connect(String) - 接口 中的方法cn.schoolwow.quickhttp.client.QuickHttpClient
访问url
connect(URL) - 接口 中的方法cn.schoolwow.quickhttp.client.QuickHttpClient
访问url
connect(String) - 类 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientImpl
 
connect(URL) - 类 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientImpl
 
connect(String) - 类 中的静态方法cn.schoolwow.quickhttp.QuickHttp
访问url
connect(URL) - 类 中的静态方法cn.schoolwow.quickhttp.QuickHttp
访问url
connectTimeout(int) - 接口 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientConfig
设置连接超时时间(毫秒)
connectTimeout(int) - 类 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientConfigImpl
 
connectTimeout(int) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
设置连接超时时间(毫秒)
connectTimeout(int) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
connectTimeoutMillis - 类 中的变量cn.schoolwow.quickhttp.domain.ClientConfig
连接超时(毫秒)
connectTimeoutMillis - 类 中的变量cn.schoolwow.quickhttp.domain.RequestMeta
连接超时(毫秒)
ContainsOwnText(String) - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.ContainsOwnText
 
ContainsText(String) - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.ContainsText
 
contentEncoding() - 接口 中的方法cn.schoolwow.quickhttp.response.Response
获取contentEncoding头部信息,若不存在则返回null
contentEncoding() - 类 中的方法cn.schoolwow.quickhttp.response.ResponseImpl
 
contentLength() - 接口 中的方法cn.schoolwow.quickhttp.response.Response
获取大小
contentLength() - 类 中的方法cn.schoolwow.quickhttp.response.ResponseImpl
 
contentType - 类 中的变量cn.schoolwow.quickhttp.domain.RequestMeta
系统判断请求类型
contentType(String) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
指定Content-Type
contentType(Request.ContentType) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
指定Content-Type
contentType(String) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
contentType(Request.ContentType) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
contentType() - 接口 中的方法cn.schoolwow.quickhttp.response.Response
获取返回格式类型
contentType() - 类 中的方法cn.schoolwow.quickhttp.response.ResponseImpl
 
cookie(String, String) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
设置Cookie头部
cookie(String) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
设置Cookie头部
cookie(HttpCookie) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
设置Cookie头部
cookie(List<HttpCookie>) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
设置Cookie头部列表
cookie(String, String) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
cookie(String) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
cookie(HttpCookie) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
cookie(List<HttpCookie>) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
cookieManager() - 接口 中的方法cn.schoolwow.quickhttp.client.CookieOption
获取CookieManage对象
cookieManager() - 类 中的方法cn.schoolwow.quickhttp.client.CookieOptionImpl
 
cookieManager - 类 中的变量cn.schoolwow.quickhttp.domain.ClientConfig
Cookie管理
CookieOption - cn.schoolwow.quickhttp.client中的接口
Cookie管理接口
cookieOption() - 接口 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientConfig
Cookie管理
cookieOption() - 类 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientConfigImpl
 
cookieOption - 类 中的变量cn.schoolwow.quickhttp.domain.ClientConfig
Cookie管理
CookieOptionImpl - cn.schoolwow.quickhttp.client中的类
Cookie管理
CookieOptionImpl(CookieManager) - 类 的构造器cn.schoolwow.quickhttp.client.CookieOptionImpl
 
CssNthEvaluator(int, int) - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.CssNthEvaluator
 
CssNthEvaluator(int) - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.CssNthEvaluator
 

D

data(String, String) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
设置表单请求参数
data(String, Path) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
设置表单请求参数
data(Map<String, String>) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
设置表单请求参数
data(String, String) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
data(String, Path) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
data(Map<String, String>) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
dataFileMap - 类 中的变量cn.schoolwow.quickhttp.domain.RequestMeta
表单信息
dataMap - 类 中的变量cn.schoolwow.quickhttp.domain.RequestMeta
表单信息
disconnect() - 接口 中的方法cn.schoolwow.quickhttp.response.Response
断开连接
disconnect() - 类 中的方法cn.schoolwow.quickhttp.response.ResponseImpl
 
Document - cn.schoolwow.quickhttp.document中的类
 
document - 类 中的变量cn.schoolwow.quickhttp.domain.ResponseMeta
Document对象
DocumentParser - cn.schoolwow.quickhttp.document中的类
 
documentParser - 类 中的变量cn.schoolwow.quickhttp.domain.ResponseMeta
Document对象

E

eachAttr(String) - 类 中的方法cn.schoolwow.quickhttp.document.element.Elements
获取集合内的所有该元素属性
eachText() - 类 中的方法cn.schoolwow.quickhttp.document.element.Elements
获取集合内的所有元素的文本
Element - cn.schoolwow.quickhttp.document.element中的接口
 
ElementHandler - cn.schoolwow.quickhttp.document.parser中的接口
 
Elements - cn.schoolwow.quickhttp.document.element中的类
 
Elements() - 类 的构造器cn.schoolwow.quickhttp.document.element.Elements
 
Elements(int) - 类 的构造器cn.schoolwow.quickhttp.document.element.Elements
 
Elements(Collection<Element>) - 类 的构造器cn.schoolwow.quickhttp.document.element.Elements
 
Elements(List<Element>) - 类 的构造器cn.schoolwow.quickhttp.document.element.Elements
 
Elements(Element...) - 类 的构造器cn.schoolwow.quickhttp.document.element.Elements
 
elementSiblingIndex() - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
elementSiblingIndex() - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
获取节点在父节点的子节点中的索引
end - 类 中的变量cn.schoolwow.quickhttp.document.parser.HTMLToken
 
enqueue(ResponseListener) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
异步执行请求
enqueue(ResponseListener) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
Evaluator - cn.schoolwow.quickhttp.document.query中的类
 
Evaluator() - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator
 
evaluator - 类 中的变量cn.schoolwow.quickhttp.document.query.StructuralEvaluator
 
Evaluator.AllElements - cn.schoolwow.quickhttp.document.query中的类
Evaluator for any / all element matching
Evaluator.Attribute - cn.schoolwow.quickhttp.document.query中的类
Evaluator for attribute name matching
Evaluator.AttributeKeyPair - cn.schoolwow.quickhttp.document.query中的类
Abstract evaluator for attribute name/value matching
Evaluator.AttributeStarting - cn.schoolwow.quickhttp.document.query中的类
Evaluator for attribute name prefix matching
Evaluator.AttributeWithValue - cn.schoolwow.quickhttp.document.query中的类
Evaluator for attribute name/value matching
Evaluator.AttributeWithValueContaining - cn.schoolwow.quickhttp.document.query中的类
Evaluator for attribute name/value matching (value containing)
Evaluator.AttributeWithValueEnding - cn.schoolwow.quickhttp.document.query中的类
Evaluator for attribute name/value matching (value ending)
Evaluator.AttributeWithValueMatching - cn.schoolwow.quickhttp.document.query中的类
Evaluator for attribute name/value matching (value regex matching)
Evaluator.AttributeWithValueNot - cn.schoolwow.quickhttp.document.query中的类
Evaluator for attribute name !
Evaluator.AttributeWithValueStarting - cn.schoolwow.quickhttp.document.query中的类
Evaluator for attribute name/value matching (value prefix)
Evaluator.Class - cn.schoolwow.quickhttp.document.query中的类
Evaluator for element class
Evaluator.ContainsOwnText - cn.schoolwow.quickhttp.document.query中的类
Evaluator for matching Element's own text
Evaluator.ContainsText - cn.schoolwow.quickhttp.document.query中的类
Evaluator for matching Element (and its descendants) text
Evaluator.CssNthEvaluator - cn.schoolwow.quickhttp.document.query中的类
 
Evaluator.Id - cn.schoolwow.quickhttp.document.query中的类
Evaluator for element id
Evaluator.IndexEquals - cn.schoolwow.quickhttp.document.query中的类
Evaluator for matching by sibling index number (e = idx)
Evaluator.IndexEvaluator - cn.schoolwow.quickhttp.document.query中的类
Abstract evaluator for sibling index matching
Evaluator.IndexGreaterThan - cn.schoolwow.quickhttp.document.query中的类
Evaluator for matching by sibling index number (e > idx)
Evaluator.IndexLessThan - cn.schoolwow.quickhttp.document.query中的类
Evaluator for matching by sibling index number (e < idx)
Evaluator.IsEmpty - cn.schoolwow.quickhttp.document.query中的类
 
Evaluator.IsFirstChild - cn.schoolwow.quickhttp.document.query中的类
Evaluator for matching the first sibling (css :first-child)
Evaluator.IsFirstOfType - cn.schoolwow.quickhttp.document.query中的类
 
Evaluator.IsLastChild - cn.schoolwow.quickhttp.document.query中的类
Evaluator for matching the last sibling (css :last-child)
Evaluator.IsLastOfType - cn.schoolwow.quickhttp.document.query中的类
 
Evaluator.IsNthChild - cn.schoolwow.quickhttp.document.query中的类
css-compatible Evaluator for :eq (css :nth-child)
Evaluator.IsNthLastChild - cn.schoolwow.quickhttp.document.query中的类
css pseudo class :nth-last-child)
Evaluator.IsNthLastOfType - cn.schoolwow.quickhttp.document.query中的类
 
Evaluator.IsNthOfType - cn.schoolwow.quickhttp.document.query中的类
css pseudo class nth-of-type
Evaluator.IsOnlyChild - cn.schoolwow.quickhttp.document.query中的类
 
Evaluator.IsOnlyOfType - cn.schoolwow.quickhttp.document.query中的类
 
Evaluator.IsRoot - cn.schoolwow.quickhttp.document.query中的类
css3 pseudo-class :root
Evaluator.Matches - cn.schoolwow.quickhttp.document.query中的类
Evaluator for matching Element (and its descendants) text with regex
Evaluator.MatchesOwn - cn.schoolwow.quickhttp.document.query中的类
Evaluator for matching Element's own text with regex
Evaluator.Tag - cn.schoolwow.quickhttp.document.query中的类
Evaluator for tag name
Evaluator.TagEndsWith - cn.schoolwow.quickhttp.document.query中的类
Evaluator for tag name that ends with
evaluatorList - 类 中的变量cn.schoolwow.quickhttp.document.query.CombiningEvaluator
 
execute() - 接口 中的方法cn.schoolwow.quickhttp.request.Request
执行请求
execute() - 类 中的方法cn.schoolwow.quickhttp.request.RequestExecutor
执行请求
execute() - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
executeFail(Request, Exception) - 接口 中的方法cn.schoolwow.quickhttp.listener.QuickHttpClientListener
http请求成功以后
executeFail(Request, Exception) - 接口 中的方法cn.schoolwow.quickhttp.listener.ResponseListener
http请求成功以后
executeSuccess(Request, Response) - 接口 中的方法cn.schoolwow.quickhttp.listener.QuickHttpClientListener
http请求成功以后
executeSuccess(Request, Response) - 接口 中的方法cn.schoolwow.quickhttp.listener.ResponseListener
http请求成功以后

F

filename() - 接口 中的方法cn.schoolwow.quickhttp.response.Response
获取文件名
filename() - 类 中的方法cn.schoolwow.quickhttp.response.ResponseImpl
 
first() - 类 中的方法cn.schoolwow.quickhttp.document.element.Elements
返回集合的第一个元素
firstChild() - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
firstChild() - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
获取首个子节点
followRedirects(boolean) - 接口 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientConfig
是否自动重定向
followRedirects(boolean) - 类 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientConfigImpl
 
followRedirects - 类 中的变量cn.schoolwow.quickhttp.domain.ClientConfig
是否自动重定向
followRedirects - 类 中的变量cn.schoolwow.quickhttp.domain.RequestMeta
是否自动重定向
followRedirects(boolean) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
是否自动重定向
followRedirects(boolean) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 

G

getAllElements() - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
getAllElements() - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
获取该节点所有子节点(包括它自己)
getCookie(String, String) - 接口 中的方法cn.schoolwow.quickhttp.client.CookieOption
获取cookie
getCookie(String, String) - 类 中的方法cn.schoolwow.quickhttp.client.CookieOptionImpl
 
getCookieList(String) - 接口 中的方法cn.schoolwow.quickhttp.client.CookieOption
获取指定域名下的Cookie列表
getCookieList() - 接口 中的方法cn.schoolwow.quickhttp.client.CookieOption
获取所有Cookie
getCookieList(String) - 类 中的方法cn.schoolwow.quickhttp.client.CookieOptionImpl
 
getCookieList() - 类 中的方法cn.schoolwow.quickhttp.client.CookieOptionImpl
 
getCookieString(String) - 接口 中的方法cn.schoolwow.quickhttp.client.CookieOption
获取指定域名下Cookie头部
getCookieString(String) - 类 中的方法cn.schoolwow.quickhttp.client.CookieOptionImpl
 
getPseudoClass() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.CssNthEvaluator
 
getPseudoClass() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.IsNthChild
 
getPseudoClass() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.IsNthLastChild
 
getPseudoClass() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.IsNthLastOfType
 
getPseudoClass() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.IsNthOfType
 

H

Has(Evaluator) - 类 的构造器cn.schoolwow.quickhttp.document.query.StructuralEvaluator.Has
 
hasAttr(String) - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
hasAttr(String) - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
是否存在属性
hasAttr(String) - 类 中的方法cn.schoolwow.quickhttp.document.element.Elements
是否存在属性
hasBody() - 枚举 中的方法cn.schoolwow.quickhttp.request.Request.Method
 
hasClass(String) - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
hasClass(String) - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
是否存在class
hasCookie(String, String) - 接口 中的方法cn.schoolwow.quickhttp.client.CookieOption
cookie是否存在
hasCookie(String, String, String) - 接口 中的方法cn.schoolwow.quickhttp.client.CookieOption
cookie是否存在
hasCookie(String, String) - 类 中的方法cn.schoolwow.quickhttp.client.CookieOptionImpl
 
hasCookie(String, String, String) - 类 中的方法cn.schoolwow.quickhttp.client.CookieOptionImpl
 
hasCookie(String) - 接口 中的方法cn.schoolwow.quickhttp.response.Response
是否存在指定Cookie
hasCookie(String, String) - 接口 中的方法cn.schoolwow.quickhttp.response.Response
是否存在指定Cookie
hasCookie(String) - 类 中的方法cn.schoolwow.quickhttp.response.ResponseImpl
 
hasCookie(String, String) - 类 中的方法cn.schoolwow.quickhttp.response.ResponseImpl
 
hasDomainCookie(String) - 接口 中的方法cn.schoolwow.quickhttp.client.CookieOption
指定domain下是否存在cookie
hasDomainCookie(String) - 类 中的方法cn.schoolwow.quickhttp.client.CookieOptionImpl
 
hasHeader(String) - 接口 中的方法cn.schoolwow.quickhttp.response.Response
是否有该Header
hasHeader(String, String) - 接口 中的方法cn.schoolwow.quickhttp.response.Response
是否存在该Header
hasHeader(String) - 类 中的方法cn.schoolwow.quickhttp.response.ResponseImpl
 
hasHeader(String, String) - 类 中的方法cn.schoolwow.quickhttp.response.ResponseImpl
 
header(String) - 接口 中的方法cn.schoolwow.quickhttp.response.Response
获取头部信息
header(String) - 类 中的方法cn.schoolwow.quickhttp.response.ResponseImpl
 
headerMap - 类 中的变量cn.schoolwow.quickhttp.domain.RequestMeta
头部信息
headerMap - 类 中的变量cn.schoolwow.quickhttp.domain.ResponseMeta
头部信息
headers(Map<String, List<String>>) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
设置头部字段信息
headers(Map<String, List<String>>) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
headers() - 接口 中的方法cn.schoolwow.quickhttp.response.Response
获取所有Header信息
headers() - 类 中的方法cn.schoolwow.quickhttp.response.ResponseImpl
 
hostnameVerifier(HostnameVerifier) - 接口 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientConfig
设置HostnameVerifier
hostnameVerifier(HostnameVerifier) - 类 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientConfigImpl
 
hostnameVerifier - 类 中的变量cn.schoolwow.quickhttp.domain.ClientConfig
hostnameVerifier
html() - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
html() - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
获取html内容
HTMLParser - cn.schoolwow.quickhttp.document.parser中的类
 
HTMLToken - cn.schoolwow.quickhttp.document.parser中的类
 
HTMLToken() - 类 的构造器cn.schoolwow.quickhttp.document.parser.HTMLToken
 
HTMLToken.TokenType - cn.schoolwow.quickhttp.document.parser中的枚举
 
HTMLTokenParser - cn.schoolwow.quickhttp.document.parser中的类
 
httpURLConnection - 类 中的变量cn.schoolwow.quickhttp.domain.ResponseMeta
连接对象

I

id() - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
id() - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
获取id
Id(String) - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.Id
 
ignoreHttpErrors(boolean) - 接口 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientConfig
是否忽略http错误(4xx和5xx响应码)
ignoreHttpErrors(boolean) - 类 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientConfigImpl
 
ignoreHttpErrors - 类 中的变量cn.schoolwow.quickhttp.domain.ClientConfig
是否忽略http状态异常
ignoreHttpErrors - 类 中的变量cn.schoolwow.quickhttp.domain.RequestMeta
是否忽略http状态异常
ignoreHttpErrors(boolean) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
是否忽略http错误(4xx和5xx响应码)
ignoreHttpErrors(boolean) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
ImmediateParent(Evaluator) - 类 的构造器cn.schoolwow.quickhttp.document.query.StructuralEvaluator.ImmediateParent
 
ImmediatePreviousSibling(Evaluator) - 类 的构造器cn.schoolwow.quickhttp.document.query.StructuralEvaluator.ImmediatePreviousSibling
 
IndexEquals(int) - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.IndexEquals
 
IndexEvaluator(int) - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.IndexEvaluator
 
IndexGreaterThan(int) - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.IndexGreaterThan
 
IndexLessThan(int) - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.IndexLessThan
 
inputStream - 类 中的变量cn.schoolwow.quickhttp.domain.ResponseMeta
输入流
isComment - 类 中的变量cn.schoolwow.quickhttp.document.element.AbstractElement
是否是注释节点
IsEmpty() - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.IsEmpty
 
IsFirstChild() - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.IsFirstChild
 
IsFirstOfType() - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.IsFirstOfType
 
IsLastChild() - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.IsLastChild
 
IsLastOfType() - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.IsLastOfType
 
IsNthChild(int, int) - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.IsNthChild
 
IsNthLastChild(int, int) - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.IsNthLastChild
 
IsNthLastOfType(int, int) - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.IsNthLastOfType
 
IsNthOfType(int, int) - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.IsNthOfType
 
IsOnlyChild() - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.IsOnlyChild
 
IsOnlyOfType() - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.IsOnlyOfType
 
IsRoot() - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.IsRoot
 
isSingleNode - 类 中的变量cn.schoolwow.quickhttp.document.element.AbstractElement
是否是单节点
isSingleNode - 类 中的变量cn.schoolwow.quickhttp.document.parser.Node
是否是单节点
isTextNode - 类 中的变量cn.schoolwow.quickhttp.document.element.AbstractElement
是否是文本节点

J

jsonpAsJSONArray() - 接口 中的方法cn.schoolwow.quickhttp.response.Response
解析jsonp返回JSON数组
jsonpAsJSONArray() - 类 中的方法cn.schoolwow.quickhttp.response.ResponseImpl
 
jsonpAsJSONObject() - 接口 中的方法cn.schoolwow.quickhttp.response.Response
解析jsonp返回JSON对象
jsonpAsJSONObject() - 类 中的方法cn.schoolwow.quickhttp.response.ResponseImpl
 

L

last() - 类 中的方法cn.schoolwow.quickhttp.document.element.Elements
返回集合的最后一个元素
lastChild() - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
lastChild() - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
获取末尾子节点
limit(int) - 类 中的方法cn.schoolwow.quickhttp.response.SpeedLimitInputStream
限速下载操作

M

mark(int) - 类 中的方法cn.schoolwow.quickhttp.response.SpeedLimitInputStream
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.CombiningEvaluator.And
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.CombiningEvaluator
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.CombiningEvaluator.Or
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.AllElements
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.Attribute
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.AttributeStarting
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.AttributeWithValue
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.AttributeWithValueContaining
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.AttributeWithValueEnding
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.AttributeWithValueMatching
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.AttributeWithValueNot
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.AttributeWithValueStarting
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.Class
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.ContainsOwnText
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.ContainsText
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.CssNthEvaluator
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.Id
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.IndexEquals
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.IndexGreaterThan
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.IndexLessThan
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.IsEmpty
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.IsFirstChild
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.IsLastChild
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.IsOnlyChild
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.IsOnlyOfType
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.IsRoot
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator
 
Matches(Pattern) - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.Matches
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.Matches
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.MatchesOwn
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.Tag
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.TagEndsWith
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.StructuralEvaluator.Has
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.StructuralEvaluator.ImmediateParent
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.StructuralEvaluator.ImmediatePreviousSibling
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.StructuralEvaluator
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.StructuralEvaluator.Not
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.StructuralEvaluator.Parent
 
matches(Element) - 类 中的方法cn.schoolwow.quickhttp.document.query.StructuralEvaluator.PreviousSibling
 
MatchesOwn(Pattern) - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.MatchesOwn
 
maxDownloadSpeed(int) - 接口 中的方法cn.schoolwow.quickhttp.response.Response
设置最大下载速率(kb/s)
maxDownloadSpeed(int) - 类 中的方法cn.schoolwow.quickhttp.response.ResponseImpl
 
maxFollowRedirectTimes(int) - 接口 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientConfig
指定最大重定向次数
maxFollowRedirectTimes(int) - 类 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientConfigImpl
 
maxFollowRedirectTimes - 类 中的变量cn.schoolwow.quickhttp.domain.ClientConfig
最大重定向次数
maxFollowRedirectTimes - 类 中的变量cn.schoolwow.quickhttp.domain.RequestMeta
最大重定向次数
maxFollowRedirectTimes(int) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
指定最大重定向次数
maxFollowRedirectTimes(int) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
method - 类 中的变量cn.schoolwow.quickhttp.domain.RequestMeta
请求方法
method(String) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
设置请求方法
method(Request.Method) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
设置请求方法
method(String) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
method(Request.Method) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 

N

newQuickHttpClient() - 类 中的静态方法cn.schoolwow.quickhttp.QuickHttp
创建http客户端
nextElementSibling() - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
nextElementSibling() - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
获取它的后一个节点
Node - cn.schoolwow.quickhttp.document.parser中的类
 
Node() - 类 的构造器cn.schoolwow.quickhttp.document.parser.Node
 
Not(Evaluator) - 类 的构造器cn.schoolwow.quickhttp.document.query.StructuralEvaluator.Not
 

O

Or(List<Evaluator>) - 类 的构造器cn.schoolwow.quickhttp.document.query.CombiningEvaluator.Or
 
origin(String) - 接口 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientConfig
设置origin,执行http请求时会拼接到url前面
origin(String) - 类 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientConfigImpl
 
origin - 类 中的变量cn.schoolwow.quickhttp.domain.ClientConfig
origin信息
originAttributes - 类 中的变量cn.schoolwow.quickhttp.document.element.AbstractElement
原始属性
originAttributeText - 类 中的变量cn.schoolwow.quickhttp.document.element.AbstractElement
原始属性字符串
outerHtml() - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
outerHtml() - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
获取outerHTML内容
ownOriginText - 类 中的变量cn.schoolwow.quickhttp.document.element.AbstractElement
原始文本内容
ownText - 类 中的变量cn.schoolwow.quickhttp.document.element.AbstractElement
转义后文本内容
ownText() - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
ownText() - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
获取当前节点文本

P

parameter(String, String) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
设置路径请求参数
parameter(String, String) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
parameterMap - 类 中的变量cn.schoolwow.quickhttp.domain.RequestMeta
parameter信息
parent - 类 中的变量cn.schoolwow.quickhttp.document.element.AbstractElement
父节点
parent() - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
parent() - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
获取父节点
parent - 类 中的变量cn.schoolwow.quickhttp.document.parser.Node
父节点
Parent(Evaluator) - 类 的构造器cn.schoolwow.quickhttp.document.query.StructuralEvaluator.Parent
 
parse(String) - 类 中的静态方法cn.schoolwow.quickhttp.document.Document
 
parse(String) - 类 中的静态方法cn.schoolwow.quickhttp.document.DocumentParser
 
parse(ElementHandler) - 类 中的方法cn.schoolwow.quickhttp.document.DocumentParser
语义分析
parse(String, Map<String, String>) - 类 中的静态方法cn.schoolwow.quickhttp.document.parser.AttributeParser
 
parse(String) - 类 中的静态方法cn.schoolwow.quickhttp.document.parser.HTMLParser
 
parse(List<HTMLToken>) - 类 中的静态方法cn.schoolwow.quickhttp.document.parser.HTMLTokenParser
 
parse(String) - 类 中的静态方法cn.schoolwow.quickhttp.document.query.QueryParser
 
parse() - 接口 中的方法cn.schoolwow.quickhttp.response.Response
解析成DOM数并返回Document对象
parse() - 类 中的方法cn.schoolwow.quickhttp.response.ResponseImpl
 
parser() - 接口 中的方法cn.schoolwow.quickhttp.response.Response
使用事件监听机制获取处理DOM树
parser() - 类 中的方法cn.schoolwow.quickhttp.response.ResponseImpl
 
prettyOuterHtml() - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
prettyOuterHtml() - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
获取格式化后的outerHTML内容
previousElementSibling() - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
previousElementSibling() - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
获取它的前一个节点
PreviousSibling(Evaluator) - 类 的构造器cn.schoolwow.quickhttp.document.query.StructuralEvaluator.PreviousSibling
 
proxy(Proxy) - 接口 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientConfig
设置代理
proxy(String, int) - 接口 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientConfig
设置代理
proxy(Proxy) - 类 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientConfigImpl
 
proxy(String, int) - 类 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientConfigImpl
 
proxy - 类 中的变量cn.schoolwow.quickhttp.domain.ClientConfig
http代理
proxy - 类 中的静态变量cn.schoolwow.quickhttp.domain.QuickHttpConfig
全局代理
proxy - 类 中的变量cn.schoolwow.quickhttp.domain.RequestMeta
Http代理
proxy(Proxy) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
设置代理
proxy(String, int) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
设置代理
proxy(Proxy) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
proxy(String, int) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 

Q

QueryParser - cn.schoolwow.quickhttp.document.query中的类
 
QuickHttp - cn.schoolwow.quickhttp中的类
 
QuickHttp() - 类 的构造器cn.schoolwow.quickhttp.QuickHttp
 
QuickHttpClient - cn.schoolwow.quickhttp.client中的接口
http客户端接口
QuickHttpClientConfig - cn.schoolwow.quickhttp.client中的接口
http客户端配置信息接口
QuickHttpClientConfigImpl - cn.schoolwow.quickhttp.client中的类
 
QuickHttpClientConfigImpl() - 类 的构造器cn.schoolwow.quickhttp.client.QuickHttpClientConfigImpl
 
QuickHttpClientImpl - cn.schoolwow.quickhttp.client中的类
http客户端
QuickHttpClientImpl() - 类 的构造器cn.schoolwow.quickhttp.client.QuickHttpClientImpl
 
quickHttpClientListener(QuickHttpClientListener) - 接口 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientConfig
添加事件监听器
quickHttpClientListener(QuickHttpClientListener) - 类 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientConfigImpl
 
QuickHttpClientListener - cn.schoolwow.quickhttp.listener中的接口
http客户端事件监听
quickHttpClientListenerList - 类 中的变量cn.schoolwow.quickhttp.domain.ClientConfig
事件监听列表
QuickHttpConfig - cn.schoolwow.quickhttp.domain中的类
 
QuickHttpConfig() - 类 的构造器cn.schoolwow.quickhttp.domain.QuickHttpConfig
 

R

ranges(long, long) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
设置分段下载
ranges(long, long) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
read() - 类 中的方法cn.schoolwow.quickhttp.response.SpeedLimitInputStream
 
read(byte[], int, int) - 类 中的方法cn.schoolwow.quickhttp.response.SpeedLimitInputStream
 
read(byte[]) - 类 中的方法cn.schoolwow.quickhttp.response.SpeedLimitInputStream
 
readTimeout(int) - 接口 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientConfig
设置读取超时时间(毫秒)
readTimeout(int) - 类 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientConfigImpl
 
readTimeout(int) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
设置读取超时时间(毫秒)
readTimeout(int) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
readTimeoutMillis - 类 中的变量cn.schoolwow.quickhttp.domain.ClientConfig
读取超时(毫秒)
readTimeoutMillis - 类 中的变量cn.schoolwow.quickhttp.domain.RequestMeta
读取超时(毫秒)
referrer(String) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
指定referrer
referrer(String) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
remove() - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
remove() - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
移除该节点
remove() - 类 中的方法cn.schoolwow.quickhttp.document.element.Elements
 
removeCookie(String) - 接口 中的方法cn.schoolwow.quickhttp.client.CookieOption
删除指定域名下所有Cookie
removeCookie(String, String) - 接口 中的方法cn.schoolwow.quickhttp.client.CookieOption
删除指定域名下的指定Cookie
removeCookie(HttpCookie) - 接口 中的方法cn.schoolwow.quickhttp.client.CookieOption
删除指定Cookie
removeCookie(String) - 类 中的方法cn.schoolwow.quickhttp.client.CookieOptionImpl
 
removeCookie(String, String) - 类 中的方法cn.schoolwow.quickhttp.client.CookieOptionImpl
 
removeCookie(HttpCookie) - 类 中的方法cn.schoolwow.quickhttp.client.CookieOptionImpl
 
Request - cn.schoolwow.quickhttp.request中的接口
 
Request.ContentType - cn.schoolwow.quickhttp.request中的枚举
 
Request.Method - cn.schoolwow.quickhttp.request中的枚举
 
Request.UserAgent - cn.schoolwow.quickhttp.request中的枚举
 
requestBody - 类 中的变量cn.schoolwow.quickhttp.domain.RequestMeta
自定义请求体
requestBody(String) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
设置请求体内容
requestBody(JSONObject) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
设置请求体内容
requestBody(JSONArray) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
设置请求体内容
requestBody(Path) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
设置请求体内容
requestBody(String) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
requestBody(JSONObject) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
requestBody(JSONArray) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
requestBody(Path) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
RequestExecutor - cn.schoolwow.quickhttp.request中的类
执行http请求并返回结果
RequestExecutor(Request, ClientConfig) - 类 的构造器cn.schoolwow.quickhttp.request.RequestExecutor
 
RequestImpl - cn.schoolwow.quickhttp.request中的类
 
RequestImpl(ClientConfig) - 类 的构造器cn.schoolwow.quickhttp.request.RequestImpl
 
RequestMeta - cn.schoolwow.quickhttp.domain中的类
请求元数据
RequestMeta() - 类 的构造器cn.schoolwow.quickhttp.domain.RequestMeta
 
requestMeta() - 接口 中的方法cn.schoolwow.quickhttp.request.Request
 
requestMeta() - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
reset() - 类 中的方法cn.schoolwow.quickhttp.response.SpeedLimitInputStream
 
Response - cn.schoolwow.quickhttp.response中的接口
 
ResponseImpl - cn.schoolwow.quickhttp.response中的类
 
ResponseImpl(RequestMeta, ResponseMeta, ClientConfig) - 类 的构造器cn.schoolwow.quickhttp.response.ResponseImpl
 
ResponseListener - cn.schoolwow.quickhttp.listener中的接口
http异步调用回调接口
ResponseMeta - cn.schoolwow.quickhttp.domain中的类
返回元数据
ResponseMeta() - 类 的构造器cn.schoolwow.quickhttp.domain.ResponseMeta
 
responseMeta() - 接口 中的方法cn.schoolwow.quickhttp.response.Response
获取返回元数据
responseMeta() - 类 中的方法cn.schoolwow.quickhttp.response.ResponseImpl
 
retryTimes(int) - 接口 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientConfig
请求超时时重试次数
retryTimes(int) - 类 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientConfigImpl
 
retryTimes - 类 中的变量cn.schoolwow.quickhttp.domain.ClientConfig
超时重试次数
retryTimes - 类 中的变量cn.schoolwow.quickhttp.domain.RequestMeta
超时重试次数
retryTimes(int) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
请求超时时重试次数
retryTimes(int) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
root() - 类 中的方法cn.schoolwow.quickhttp.document.Document
 

S

select(String) - 类 中的方法cn.schoolwow.quickhttp.document.Document
 
select(String) - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
select(String) - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
通过CSS选择器查找元素
selectFirst(String) - 类 中的方法cn.schoolwow.quickhttp.document.Document
 
selectFirst(String) - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
selectFirst(String) - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
通过CSS选择器查找元素
selectLast(String) - 类 中的方法cn.schoolwow.quickhttp.document.Document
 
selectLast(String) - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
selectLast(String) - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
通过CSS选择器查找元素
setCookiePolicy(CookiePolicy) - 接口 中的方法cn.schoolwow.quickhttp.client.CookieOption
设置Cookie策略
setCookiePolicy(CookiePolicy) - 类 中的方法cn.schoolwow.quickhttp.client.CookieOptionImpl
 
setHeader(String, String) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
设置头部字段信息
setHeader(String, String) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
setMaxDownloadSpeed(int) - 类 中的方法cn.schoolwow.quickhttp.response.SpeedLimitInputStream
设置最大下载速率(kb/s)
siblingElements() - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
siblingElements() - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
获取兄弟节点
SpeedLimitInputStream - cn.schoolwow.quickhttp.response中的类
 
SpeedLimitInputStream(InputStream) - 类 的构造器cn.schoolwow.quickhttp.response.SpeedLimitInputStream
 
sslSocketFactory(SSLSocketFactory) - 接口 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientConfig
设置SSLSocketFactory
sslSocketFactory(SSLSocketFactory) - 类 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientConfigImpl
 
sslSocketFactory - 类 中的变量cn.schoolwow.quickhttp.domain.ClientConfig
sslSocketFactory
start - 类 中的变量cn.schoolwow.quickhttp.document.parser.HTMLToken
 
startElement(Element) - 接口 中的方法cn.schoolwow.quickhttp.document.parser.ElementHandler
标签开始时
statusCode - 类 中的变量cn.schoolwow.quickhttp.domain.ResponseMeta
状态码
statusCode() - 接口 中的方法cn.schoolwow.quickhttp.response.Response
获取状态码
statusCode() - 类 中的方法cn.schoolwow.quickhttp.response.ResponseImpl
 
statusLine - 类 中的变量cn.schoolwow.quickhttp.domain.RequestMeta
状态行
statusLine - 类 中的变量cn.schoolwow.quickhttp.domain.ResponseMeta
状态行
statusMessage - 类 中的变量cn.schoolwow.quickhttp.domain.ResponseMeta
消息
statusMessage() - 接口 中的方法cn.schoolwow.quickhttp.response.Response
获取状态说明
statusMessage() - 类 中的方法cn.schoolwow.quickhttp.response.ResponseImpl
 
StructuralEvaluator - cn.schoolwow.quickhttp.document.query中的类
 
StructuralEvaluator(Evaluator) - 类 的构造器cn.schoolwow.quickhttp.document.query.StructuralEvaluator
 
StructuralEvaluator.Has - cn.schoolwow.quickhttp.document.query中的类
 
StructuralEvaluator.ImmediateParent - cn.schoolwow.quickhttp.document.query中的类
 
StructuralEvaluator.ImmediatePreviousSibling - cn.schoolwow.quickhttp.document.query中的类
 
StructuralEvaluator.Not - cn.schoolwow.quickhttp.document.query中的类
 
StructuralEvaluator.Parent - cn.schoolwow.quickhttp.document.query中的类
 
StructuralEvaluator.PreviousSibling - cn.schoolwow.quickhttp.document.query中的类
 

T

Tag(String) - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.Tag
 
TagEndsWith(String) - 类 的构造器cn.schoolwow.quickhttp.document.query.Evaluator.TagEndsWith
 
tagName - 类 中的变量cn.schoolwow.quickhttp.document.element.AbstractElement
节点名称
tagName() - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
tagName() - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
获取标签名
tagName() - 类 中的方法cn.schoolwow.quickhttp.document.element.Elements
返回集合第一个标签的标签名
tagName - 类 中的变量cn.schoolwow.quickhttp.document.parser.Node
节点名称
text() - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
text() - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
获取子节点文本
text() - 类 中的方法cn.schoolwow.quickhttp.document.element.Elements
获取文本元素
textContent - 类 中的变量cn.schoolwow.quickhttp.document.parser.Node
文本内容
textElement() - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
textElement() - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
获取文本节点列表
threadPoolExecutor(ThreadPoolExecutor) - 接口 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientConfig
设置异步执行时的线程池
threadPoolExecutor(ThreadPoolExecutor) - 类 中的方法cn.schoolwow.quickhttp.client.QuickHttpClientConfigImpl
 
threadPoolExecutor - 类 中的变量cn.schoolwow.quickhttp.domain.ClientConfig
异步请求线程池配置
title() - 类 中的方法cn.schoolwow.quickhttp.document.Document
 
tokenType - 类 中的变量cn.schoolwow.quickhttp.document.parser.HTMLToken
 
topHost - 类 中的变量cn.schoolwow.quickhttp.domain.ResponseMeta
顶级域
toString() - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.parser.HTMLToken
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.CombiningEvaluator.And
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.CombiningEvaluator.Or
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.AllElements
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.Attribute
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.AttributeStarting
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.AttributeWithValue
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.AttributeWithValueContaining
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.AttributeWithValueEnding
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.AttributeWithValueMatching
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.AttributeWithValueNot
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.AttributeWithValueStarting
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.Class
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.ContainsOwnText
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.ContainsText
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.CssNthEvaluator
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.Id
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.IndexEquals
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.IndexGreaterThan
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.IndexLessThan
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.IsEmpty
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.IsFirstChild
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.IsFirstOfType
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.IsLastChild
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.IsLastOfType
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.IsOnlyChild
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.IsOnlyOfType
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.IsRoot
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.Matches
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.MatchesOwn
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.Tag
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.Evaluator.TagEndsWith
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.StructuralEvaluator.Has
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.StructuralEvaluator.ImmediateParent
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.StructuralEvaluator.ImmediatePreviousSibling
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.StructuralEvaluator.Not
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.StructuralEvaluator.Parent
 
toString() - 类 中的方法cn.schoolwow.quickhttp.document.query.StructuralEvaluator.PreviousSibling
 

U

url - 类 中的变量cn.schoolwow.quickhttp.domain.RequestMeta
访问地址
url(URL) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
指定请求地址
url(String) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
指定请求地址
url(URL) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
url(String) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
url() - 接口 中的方法cn.schoolwow.quickhttp.response.Response
获取返回地址
url() - 类 中的方法cn.schoolwow.quickhttp.response.ResponseImpl
 
userAgent(String) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
指定用户代理
userAgent(Request.UserAgent) - 接口 中的方法cn.schoolwow.quickhttp.request.Request
指定用户代理
userAgent - 枚举 中的变量cn.schoolwow.quickhttp.request.Request.UserAgent
 
userAgent(String) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
userAgent(Request.UserAgent) - 类 中的方法cn.schoolwow.quickhttp.request.RequestImpl
 
userContentType - 类 中的变量cn.schoolwow.quickhttp.domain.RequestMeta
用户指定请求类型

V

val() - 类 中的方法cn.schoolwow.quickhttp.document.element.AbstractElement
 
val() - 接口 中的方法cn.schoolwow.quickhttp.document.element.Element
获取value属性
value - 类 中的变量cn.schoolwow.quickhttp.document.parser.HTMLToken
 
valueOf(String) - 枚举 中的静态方法cn.schoolwow.quickhttp.document.parser.HTMLToken.TokenType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.schoolwow.quickhttp.request.Request.ContentType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.schoolwow.quickhttp.request.Request.Method
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cn.schoolwow.quickhttp.request.Request.UserAgent
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.schoolwow.quickhttp.document.parser.HTMLToken.TokenType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.schoolwow.quickhttp.request.Request.ContentType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.schoolwow.quickhttp.request.Request.Method
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cn.schoolwow.quickhttp.request.Request.UserAgent
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A B C D E F G H I J L M N O P Q R S T U V 
跳过导航链接

Copyright © 2021. All rights reserved.