- CACHE_CONTROL - 类 中的静态变量com.luckyframework.httpclient.core.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.9
- CachedReflectObjectCreator - com.luckyframework.httpclient.proxy.impl中的类
-
带缓存的基于反射机制的对象创建器
- CachedReflectObjectCreator() - 类 的构造器com.luckyframework.httpclient.proxy.impl.CachedReflectObjectCreator
-
- check(String, Object) - 接口 中的方法com.luckyframework.httpclient.core.HttpHeaderManager
-
- checkHeaderName(String) - 接口 中的方法com.luckyframework.httpclient.core.HttpHeaderManager
-
- checkHeaderValue(Object) - 接口 中的方法com.luckyframework.httpclient.core.HttpHeaderManager
-
- com.luckyframework.httpclient.core - 程序包 com.luckyframework.httpclient.core
-
- com.luckyframework.httpclient.core.executor - 程序包 com.luckyframework.httpclient.core.executor
-
- com.luckyframework.httpclient.core.impl - 程序包 com.luckyframework.httpclient.core.impl
-
- com.luckyframework.httpclient.exception - 程序包 com.luckyframework.httpclient.exception
-
- com.luckyframework.httpclient.proxy - 程序包 com.luckyframework.httpclient.proxy
-
- com.luckyframework.httpclient.proxy.annotations - 程序包 com.luckyframework.httpclient.proxy.annotations
-
- com.luckyframework.httpclient.proxy.impl - 程序包 com.luckyframework.httpclient.proxy.impl
-
- ConditionNotSatisfiedException - com.luckyframework.httpclient.exception中的异常错误
-
条件不满足异常
- ConditionNotSatisfiedException(String) - 异常错误 的构造器com.luckyframework.httpclient.exception.ConditionNotSatisfiedException
-
- ConditionNotSatisfiedException(Throwable) - 异常错误 的构造器com.luckyframework.httpclient.exception.ConditionNotSatisfiedException
-
- ConditionNotSatisfiedException(String, Throwable) - 异常错误 的构造器com.luckyframework.httpclient.exception.ConditionNotSatisfiedException
-
- ConditionNotSatisfiedException(String, Object...) - 异常错误 的构造器com.luckyframework.httpclient.exception.ConditionNotSatisfiedException
-
- ConditionNotSatisfiedException(Throwable, String, Object...) - 异常错误 的构造器com.luckyframework.httpclient.exception.ConditionNotSatisfiedException
-
- connect(String, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[CONNECT]请求,没有返回值
- connect(String, Object...) - 接口 中的静态方法com.luckyframework.httpclient.core.Request
-
构建一个Http[CONNECT]请求
- Connect - com.luckyframework.httpclient.proxy.annotations中的注释类型
-
- connectForBytes(String, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[CONNECT]请求,返回byte[]类型的返回值
- connectForConfigMap(String, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[CONNECT]请求,返回ConfigurationMap类型的返回值
- connectForConfigMapList(String, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[CONNECT]请求,返回List<ConfigurationMap>类型的返回值
- connectForEntity(String, Class<T>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[CONNECT]请求,返回T 类型的返回值
- connectForEntity(String, SerializationTypeToken<T>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[CONNECT]请求,返回T 类型的返回值
- connectForEntity(String, Type, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[CONNECT]请求,返回T 类型的返回值
- connectForInputStream(String, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
- connectForInputStreamSource(String, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[CONNECT]请求,返回InputStreamSource类型的返回值
- connectForMap(String, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[CONNECT]请求,返回
Map类型的返回值
- connectForMapList(String, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[CONNECT]请求,返回List<Map<String, Object>>类型的返回值
- connectForMultipartFile(String, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[CONNECT]请求,返回MultipartFile类型的返回值
- connectForString(String, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[CONNECT]请求,返回
String类型的返回值
- CONNECTION - 类 中的静态变量com.luckyframework.httpclient.core.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.10
- connectionHeaderSetting(HttpURLConnection, Request) - 类 中的方法com.luckyframework.httpclient.core.executor.JdkHttpExecutor
-
请求头设置
- connectionParamsSetting(HttpURLConnection, Request) - 类 中的方法com.luckyframework.httpclient.core.executor.JdkHttpExecutor
-
请求参数设置以及请求类型确认
- containsKey(String) - 类 中的方法com.luckyframework.httpclient.core.Header
-
- containsValue(Object) - 类 中的方法com.luckyframework.httpclient.core.Header
-
- CONTENT_DISPOSITION - 类 中的静态变量com.luckyframework.httpclient.core.HttpHeaders
-
- CONTENT_ENCODING - 类 中的静态变量com.luckyframework.httpclient.core.HttpHeaders
-
RFC 1945 (HTTP/1.0) Section 10.3, RFC 2616 (HTTP/1.1) Section 14.11
- CONTENT_LANGUAGE - 类 中的静态变量com.luckyframework.httpclient.core.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.12
- CONTENT_LENGTH - 类 中的静态变量com.luckyframework.httpclient.core.HttpHeaders
-
RFC 1945 (HTTP/1.0) Section 10.4, RFC 2616 (HTTP/1.1) Section 14.13
- CONTENT_LOCATION - 类 中的静态变量com.luckyframework.httpclient.core.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.14
- CONTENT_MD5 - 类 中的静态变量com.luckyframework.httpclient.core.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.15
- CONTENT_RANGE - 类 中的静态变量com.luckyframework.httpclient.core.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.16
- CONTENT_TYPE - 类 中的静态变量com.luckyframework.httpclient.core.HttpHeaders
-
RFC 1945 (HTTP/1.0) Section 10.5, RFC 2616 (HTTP/1.1) Section 14.17
- ContentType - com.luckyframework.httpclient.core中的类
-
http context-type
- convert(Response, Type, Annotation) - 类 中的方法com.luckyframework.httpclient.proxy.impl.ResponseSelectConvert
-
- convert(Response, Type, Annotation) - 接口 中的方法com.luckyframework.httpclient.proxy.ResponseConvert
-
将相应实体转化为指定类型的实体
- ConvertProhibition - com.luckyframework.httpclient.proxy.annotations中的注释类型
-
- CookieParam - com.luckyframework.httpclient.proxy.annotations中的注释类型
-
Cookie参数注解
- CookieParameterSetter - com.luckyframework.httpclient.proxy.impl中的类
-
Cookie参数设置器
- CookieParameterSetter() - 类 的构造器com.luckyframework.httpclient.proxy.impl.CookieParameterSetter
-
- create(String, Charset) - 类 中的静态方法com.luckyframework.httpclient.core.ContentType
-
- create(String, String) - 类 中的静态方法com.luckyframework.httpclient.core.ContentType
-
- create(String, TempPair<String, String>[]) - 类 中的静态方法com.luckyframework.httpclient.core.ContentType
-
- createByAnnotatedElement(AnnotatedElement, ObjectCreator) - 类 中的静态方法com.luckyframework.httpclient.proxy.ParameterSetterWrapper
-
- createObject(Class<T>, String) - 类 中的方法com.luckyframework.httpclient.proxy.impl.AbstractCachedObjectCreator
-
- createObject(Class<T>, String) - 类 中的方法com.luckyframework.httpclient.proxy.impl.CachedReflectObjectCreator
-
- createURLConnection(Request) - 接口 中的方法com.luckyframework.httpclient.core.executor.JdkHttpExecutor.URLConnectionFactory
-
创建一个URLConnection实例
- get(String, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[GET]请求,没有返回值
- get(String, Object...) - 接口 中的静态方法com.luckyframework.httpclient.core.Request
-
构建一个Http[GET]请求
- Get - com.luckyframework.httpclient.proxy.annotations中的注释类型
-
- getBody() - 类 中的方法com.luckyframework.httpclient.core.BodyObject
-
获取body参数内容
- getBody() - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultRequest
-
- getBody() - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultRequestParameter
-
- getBody() - 接口 中的方法com.luckyframework.httpclient.core.RequestParameter
-
返回请求体参数
- getBytes(Request) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
执行请求得到byte[]类型响应
- getCglibProxyObject(Class<T>) - 类 中的方法com.luckyframework.httpclient.proxy.HttpClientProxyObjectFactory
-
- getCharset() - 类 中的方法com.luckyframework.httpclient.core.ContentType
-
- getCommonProcessor() - 类 中的静态方法com.luckyframework.httpclient.core.impl.DefaultResponse
-
- getCommonProxy() - 类 中的静态方法com.luckyframework.httpclient.core.impl.DefaultRequest
-
- getConfigMap(Request) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
执行请求得到ConfigurationMap类型结果
- getConfigMapList(Request) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
执行请求得到List<ConfigurationMap>类型结果
- getConfigMapListResult() - 接口 中的方法com.luckyframework.httpclient.core.Response
-
获取一个List<ConfigurationMap>类型的结果
- getConfigMapResult() - 接口 中的方法com.luckyframework.httpclient.core.Response
-
获取一个ConfigurationMap类型的结果
- getConnectionTimeout() - 类 中的方法com.luckyframework.httpclient.proxy.HttpClientProxyObjectFactory
-
- getConnectTimeout() - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultRequest
-
- getConnectTimeout() - 接口 中的方法com.luckyframework.httpclient.core.Request
-
获取连接超时时间
- getContentType() - 类 中的方法com.luckyframework.httpclient.core.BodyObject
-
获取Content-Type
- getContentType() - 接口 中的方法com.luckyframework.httpclient.core.HttpHeaderManager
-
- getContentType() - 接口 中的方法com.luckyframework.httpclient.core.Response
-
获取响应的Content-Type
- getCookie(String) - 接口 中的方法com.luckyframework.httpclient.core.Request
-
- getCookie(String) - 接口 中的方法com.luckyframework.httpclient.core.Response
-
- getCookies() - 接口 中的方法com.luckyframework.httpclient.core.Request
-
- getCookies() - 接口 中的方法com.luckyframework.httpclient.core.Response
-
- getDownloadFilename() - 类 中的方法com.luckyframework.httpclient.core.ResponseMetaData
-
文件下载场景时使用,用于获取当前正在下载的文件名称
- getEntity(Request, Class<T>) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
执行请求得到T 类型的响应实体
- getEntity(Request, SerializationTypeToken<T>) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
执行请求得到T 类型的响应实体
- getEntity(Request, Type) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
执行请求得到T 类型的响应实体
- getEntity(Type) - 接口 中的方法com.luckyframework.httpclient.core.Response
-
自动将响应的数据转化为实体类
只支持Content-Type=APPLICATION_JSON、APPLICATION_XML和TEXT_XML
如果无法转化或者转化失败会时抛出一个SerializationException异常
- getEntity(SerializationTypeToken<T>) - 接口 中的方法com.luckyframework.httpclient.core.Response
-
自动将响应的数据转化为实体类
只支持Content-Type=APPLICATION_JSON、APPLICATION_XML和TEXT_XML
如果无法转化或者转化失败会时抛出一个SerializationException异常
- getEntity(Class<T>) - 接口 中的方法com.luckyframework.httpclient.core.Response
-
自动将响应的数据转化为实体类
只支持Content-Type=APPLICATION_JSON、APPLICATION_XML和TEXT_XML
如果无法转化或者转化失败会时抛出一个SerializationException异常
- getExceptionHandle() - 类 中的方法com.luckyframework.httpclient.proxy.HttpClientProxyObjectFactory
-
- getExecutor() - 类 中的方法com.luckyframework.httpclient.proxy.HttpClientProxyObjectFactory
-
- getExpressionParams() - 类 中的静态方法com.luckyframework.httpclient.proxy.HttpClientProxyObjectFactory
-
- getFileName() - 类 中的方法com.luckyframework.httpclient.core.HttpFile
-
- getFirstHeader(String) - 接口 中的方法com.luckyframework.httpclient.core.HttpHeaderManager
-
获取第一个匹配的头信息
- getForBytes(String, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[GET]请求,返回byte[]类型的返回值
- getForConfigMap(String, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
执行[GET]请求得到ConfigurationMap类型结果
- getForConfigMapList(String, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
执行[GET]请求得到List<ConfigurationMap>类型结果
- getForEntity(String, Class<T>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[GET]请求,返回T 类型的返回值
- getForEntity(String, SerializationTypeToken<T>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[GET]请求,返回T 类型的返回值
- getForEntity(String, Type, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[GET]请求,返回T 类型的返回值
- getForInputStream(String, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
- getForInputStreamSource(String, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[GET]请求,返回InputStreamSource类型的返回值
- getForMap(String, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
- getForMapList(String, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
执行[GET]请求得到List<Map<String, Object>>类型结果
- getForMultipartFile(String, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[GET]请求,返回MultipartFile类型的返回值
- getForString(String, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
- getHeader(String) - 接口 中的方法com.luckyframework.httpclient.core.HttpHeaderManager
-
获取匹配的头信息
- getHeader(String) - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultHttpHeaderManager
-
- getHeader(String) - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultRequest
-
- getHeaderManager() - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultRequest
-
- getHeaderManager() - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultResponse
-
- getHeaderManager() - 接口 中的方法com.luckyframework.httpclient.core.Request
-
请求头管理器
- getHeaderManager() - 接口 中的方法com.luckyframework.httpclient.core.Response
-
获取响应头管理器
- getHeaderMap() - 接口 中的方法com.luckyframework.httpclient.core.HttpHeaderManager
-
获取所有请求头名称和请求头信息的Map
- getHeaderMap() - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultHttpHeaderManager
-
- getHeaderMap() - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultRequest
-
- getHeaders() - 接口 中的方法com.luckyframework.httpclient.core.HttpHeaderManager
-
获取所有的请求头信息
- getHeaderString() - 类 中的方法com.luckyframework.httpclient.core.Header
-
- getHeaderType() - 类 中的方法com.luckyframework.httpclient.core.Header
-
- getHttpExecutor() - 类 中的方法com.luckyframework.httpclient.proxy.HttpClientProxyObjectFactory
-
- getInputStream(Request) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
- getInputStream() - 类 中的方法com.luckyframework.httpclient.core.HttpFile
-
- getInputStream() - 接口 中的方法com.luckyframework.httpclient.core.InputStreamFactory
-
- getInputStream() - 接口 中的方法com.luckyframework.httpclient.core.Response
-
获取InputStream类型的响应信息
- getInputStream() - 类 中的方法com.luckyframework.httpclient.core.ResponseMetaData
-
获取响应体内容对应的InputStream
- getInputStreamSource(Request) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
执行请求得到InputStreamSource类型响应
- getInputStreamSource() - 接口 中的方法com.luckyframework.httpclient.core.Response
-
获取InputStreamSource类型的响应信息
- getInternalValue(String) - 类 中的方法com.luckyframework.httpclient.core.Header
-
- getJdkProxyObject(Class<T>) - 类 中的方法com.luckyframework.httpclient.proxy.HttpClientProxyObjectFactory
-
- getLastHeader(String) - 接口 中的方法com.luckyframework.httpclient.core.HttpHeaderManager
-
获取最后一个匹配的头信息
- getMap(Request) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
- getMapList(Request) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
执行请求得到List<Map<String, Object>>类型结果
- getMapListResult() - 接口 中的方法com.luckyframework.httpclient.core.Response
-
获取一个List<Map<String, Object>>类型的结果
- getMapResult() - 接口 中的方法com.luckyframework.httpclient.core.Response
-
获取一个Map类型的结果
- getMimeType() - 类 中的方法com.luckyframework.httpclient.core.ContentType
-
- getMultipartFile(Request) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
执行请求得到MultipartFile类型响应
- getMultipartFile() - 接口 中的方法com.luckyframework.httpclient.core.Response
-
获取MultipartFile类型的响应信息
- getName() - 类 中的方法com.luckyframework.httpclient.core.Header
-
- getNameValuePairMap() - 类 中的方法com.luckyframework.httpclient.core.Header
-
- getParameter(String) - 类 中的方法com.luckyframework.httpclient.core.ContentType
-
- getParams() - 类 中的方法com.luckyframework.httpclient.core.ContentType
-
- getPathParameters() - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultRequest
-
- getPathParameters() - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultRequestParameter
-
- getPathParameters() - 接口 中的方法com.luckyframework.httpclient.core.RequestParameter
-
rest风格参数,在URL中以占位符形式的存在的参数
- getProxy() - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultRequest
-
- getProxy() - 接口 中的方法com.luckyframework.httpclient.core.Request
-
获取代理对象
- getQueryParameters() - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultRequest
-
- getQueryParameters() - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultRequestParameter
-
- getQueryParameters() - 接口 中的方法com.luckyframework.httpclient.core.RequestParameter
-
URL参数,这些参数将以字符串的形式拼接到URL中
- getQueryParameterString() - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultRequestParameter
-
- getReadTimeout() - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultRequest
-
- getReadTimeout() - 接口 中的方法com.luckyframework.httpclient.core.Request
-
获取数据读取的超时时间
- getReadTimeout() - 类 中的方法com.luckyframework.httpclient.proxy.HttpClientProxyObjectFactory
-
- getRequest() - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultResponse
-
- getRequest() - 接口 中的方法com.luckyframework.httpclient.core.Response
-
获取当前请求信息
- getRequest() - 类 中的方法com.luckyframework.httpclient.core.ResponseMetaData
-
获取请求实例
- getRequestAfterProcessorList() - 类 中的方法com.luckyframework.httpclient.proxy.HttpClientProxyObjectFactory
-
- getRequestConditionFieldName() - 类 中的方法com.luckyframework.httpclient.proxy.impl.RequestCondition
-
- getRequestMethod() - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultRequest
-
- getRequestMethod() - 接口 中的方法com.luckyframework.httpclient.core.Request
-
请求方式(GET、POST、DELETE、PUT...)
- getRequestParameter() - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultRequest
-
- getRequestParameter() - 接口 中的方法com.luckyframework.httpclient.core.Request
-
请求参数
- getRequestParameters() - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultRequest
-
- getRequestParameters() - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultRequestParameter
-
- getRequestParameters() - 接口 中的方法com.luckyframework.httpclient.core.RequestParameter
-
请求的参数
- getRequestUrl() - 类 中的方法com.luckyframework.httpclient.core.ResponseMetaData
-
获取请求URL
- getResourceName(ResponseMetaData) - 类 中的静态方法com.luckyframework.httpclient.core.ResourceNameParser
-
尝试获取当前正在下载的文件名,这种获取方式要求响应头中必须提供
Content-Disposition属性或者Content-Type属性。
- getResponse() - 类 中的方法com.luckyframework.httpclient.core.impl.SaveResultResponseProcessor
-
- getResponseAfterProcessorList() - 类 中的方法com.luckyframework.httpclient.proxy.HttpClientProxyObjectFactory
-
- getResponseConditionFieldName() - 类 中的方法com.luckyframework.httpclient.proxy.impl.ResponseCondition
-
- getResponseConvert() - 类 中的方法com.luckyframework.httpclient.proxy.HttpClientProxyObjectFactory
-
- getResponseHeader() - 类 中的方法com.luckyframework.httpclient.core.ResponseMetaData
-
获取响应头信息
- getResponseMetaData() - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultResponse
-
- getResponseMetaData() - 接口 中的方法com.luckyframework.httpclient.core.Response
-
获取响应元数据
- getResult() - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultResponse
-
- getResult() - 接口 中的方法com.luckyframework.httpclient.core.Response
-
获取byte[]类型响应信息
- getResultContentInfo() - 接口 中的方法com.luckyframework.httpclient.core.Response
-
获取响应内容信息
- getSpELConverter() - 类 中的静态方法com.luckyframework.httpclient.proxy.HttpClientProxyObjectFactory
-
- getSpELRuntime() - 类 中的方法com.luckyframework.httpclient.proxy.SpELConvert
-
- getState() - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultResponse
-
- getState() - 接口 中的方法com.luckyframework.httpclient.core.Response
-
获取状态码
- getStatus() - 类 中的方法com.luckyframework.httpclient.core.ResponseMetaData
-
获取响应的状态码
- getString(Request) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
- getStringResult() - 接口 中的方法com.luckyframework.httpclient.core.Response
-
获取String类型的响应信息
- getStringResult(Charset) - 接口 中的方法com.luckyframework.httpclient.core.Response
-
获取String类型的响应信息,并指定编码
- getUrl() - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultRequest
-
- getUrl() - 接口 中的方法com.luckyframework.httpclient.core.Request
-
目标资源的完整URL地址
- getUrl(String) - 类 中的方法com.luckyframework.httpclient.proxy.impl.SpELURLGetter
-
- getUrl(String) - 接口 中的方法com.luckyframework.httpclient.proxy.URLGetter
-
获取URL的方法
- getUrlencodedParameterString() - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultRequestParameter
-
- getUrlTemplate() - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultRequest
-
- getValue() - 类 中的方法com.luckyframework.httpclient.core.Header
-
- getWriterTimeout() - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultRequest
-
- getWriterTimeout() - 接口 中的方法com.luckyframework.httpclient.core.Request
-
获取数据写入的超时时间
- getWriteTimeout() - 类 中的方法com.luckyframework.httpclient.proxy.HttpClientProxyObjectFactory
-
- ParameterProcessor - com.luckyframework.httpclient.proxy中的接口
-
参数处理器
- ParameterSetter - com.luckyframework.httpclient.proxy中的接口
-
参数设置器
- ParameterSetterWrapper - com.luckyframework.httpclient.proxy中的类
-
复杂参数设置器
- ParameterSetterWrapper(ObjectCreator, ParameterSetter, ParameterProcessor, Annotation) - 类 的构造器com.luckyframework.httpclient.proxy.ParameterSetterWrapper
-
- ParameterSetterWrapper(ObjectCreator, ParameterSetter, ParameterProcessor) - 类 的构造器com.luckyframework.httpclient.proxy.ParameterSetterWrapper
-
- ParameterSetterWrapper(ObjectCreator) - 类 的构造器com.luckyframework.httpclient.proxy.ParameterSetterWrapper
-
- ParameterSetterWrapper(ParameterSetter, ParameterProcessor) - 类 的构造器com.luckyframework.httpclient.proxy.ParameterSetterWrapper
-
- ParameterSetterWrapper() - 类 的构造器com.luckyframework.httpclient.proxy.ParameterSetterWrapper
-
- paramProcess(Object, Annotation) - 类 中的方法com.luckyframework.httpclient.proxy.impl.BodyParameterProcessor
-
- paramProcess(Object, Annotation) - 类 中的方法com.luckyframework.httpclient.proxy.impl.InputStreamParameterProcessor
-
- paramProcess(Object, Annotation) - 类 中的方法com.luckyframework.httpclient.proxy.impl.NotProcessor
-
- paramProcess(Object, Annotation) - 类 中的方法com.luckyframework.httpclient.proxy.impl.ResourceParameterProcessor
-
- paramProcess(Object, Annotation) - 类 中的方法com.luckyframework.httpclient.proxy.impl.URLEncoderParameterProcessor
-
- paramProcess(Object, Annotation) - 接口 中的方法com.luckyframework.httpclient.proxy.ParameterProcessor
-
参数加工方法,将原始参数加工成目标参数的方法
- parseExpression(String) - 类 中的方法com.luckyframework.httpclient.proxy.SpELConvert
-
解析SpEL表达式,被#{}包裹的将被视为SpEL表达式去解析
- parseExpression(String, Map<String, Object>) - 类 中的方法com.luckyframework.httpclient.proxy.SpELConvert
-
解析SpEL表达式,被#{}包裹的将被视为SpEL表达式去解析
- parser(Annotation) - 类 中的方法com.luckyframework.httpclient.proxy.impl.BasicAuthStaticParamResolver
-
- parser(Annotation) - 类 中的方法com.luckyframework.httpclient.proxy.impl.ProxyStaticParamResolver
-
- parser(Annotation) - 类 中的方法com.luckyframework.httpclient.proxy.impl.SpELValueFieldEqualSeparationStaticParamResolver
-
- parser(Annotation) - 类 中的方法com.luckyframework.httpclient.proxy.impl.TimeoutStaticParamResolver
-
- parser(Annotation) - 接口 中的方法com.luckyframework.httpclient.proxy.StaticParamResolver
-
参数解析,将注解解析成为参数集合
注:
TempPair-One -- paramName
TempPair-Two -- paramValue
- patch(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[PATCH]请求,没有返回值
- patch(String, Object...) - 接口 中的静态方法com.luckyframework.httpclient.core.Request
-
构建一个Http[PATCH]请求
- Patch - com.luckyframework.httpclient.proxy.annotations中的注释类型
-
- patchForBytes(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[PATCH]请求,返回byte[]类型的返回值
- patchForConfigMap(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[PATCH]请求,返回ConfigurationMap类型的返回值
- patchForConfigMapList(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[PATCH]请求,返回List<ConfigurationMap>类型的返回值
- patchForEntity(String, Map<String, Object>, Class<T>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[PATCH]请求,返回T 类型的返回值
- patchForEntity(String, Map<String, Object>, SerializationTypeToken<T>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[PATCH]请求,返回T 类型的返回值
- patchForEntity(String, Map<String, Object>, Type, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[PATCH]请求,返回T 类型的返回值
- patchForInputStream(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
- patchForInputStreamSource(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[PATCH]请求,返回InputStreamSource类型的返回值
- patchForMap(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[PATCH]请求,返回
Map类型的返回值
- patchForMapList(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[PATCH]请求,返回List<Map<String, Object>>类型的返回值
- patchForMultipartFile(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[PATCH]请求,返回MultipartFile类型的返回值
- patchForString(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
- PathParam - com.luckyframework.httpclient.proxy.annotations中的注释类型
-
路径参数注解
- PathParameterSetter - com.luckyframework.httpclient.proxy.impl中的类
-
路径占位符参数设置器
- PathParameterSetter() - 类 的构造器com.luckyframework.httpclient.proxy.impl.PathParameterSetter
-
- post(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[POST]请求,没有返回值
- post(String, Object...) - 接口 中的静态方法com.luckyframework.httpclient.core.Request
-
构建一个Http[POST]请求
- Post - com.luckyframework.httpclient.proxy.annotations中的注释类型
-
- postForBytes(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[POST]请求,返回byte[] 类型的返回值
- postForConfigMap(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[POST]请求,返回ConfigurationMap类型的返回值
- postForConfigMapList(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[POST]请求,返回List<ConfigurationMap>类型的返回值
- postForEntity(String, Map<String, Object>, Class<T>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[POST]请求,返回T 类型的返回值
- postForEntity(String, Map<String, Object>, SerializationTypeToken<T>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[POST]请求,返回T 类型的返回值
- postForEntity(String, Map<String, Object>, Type, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[POST]请求,返回T 类型的返回值
- postForInputStream(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
- postForInputStreamSource(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[POST]请求,返回InputStreamSource类型的返回值
- postForMap(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
- postForMapList(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[POST]请求,返回List<Map<String, Object>>类型的返回值
- postForMultipartFile(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[POST]请求,返回MultipartFile类型的返回值
- postForString(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
- postProcess(TempPair<String, Object>, Annotation) - 类 中的方法com.luckyframework.httpclient.proxy.impl.ResourceStaticParamResolver
-
- postProcess(TempPair<String, Object>, Annotation) - 类 中的方法com.luckyframework.httpclient.proxy.impl.SpELValueFieldEqualSeparationStaticParamResolver
-
- postProcess(TempPair<String, Object>, Annotation) - 类 中的方法com.luckyframework.httpclient.proxy.impl.URLEncodeStaticParamResolver
-
- PRAGMA - 类 中的静态变量com.luckyframework.httpclient.core.HttpHeaders
-
RFC 1945 (HTTP/1.0) Section 10.12, RFC 2616 (HTTP/1.1) Section 14.32
- PrintLog - com.luckyframework.httpclient.proxy.annotations中的注释类型
-
请求响应日志输出处理器
- PrintLogProcessor - com.luckyframework.httpclient.proxy.impl中的类
-
打印请求日志的后缀请求处理器
- PrintLogProcessor() - 类 的构造器com.luckyframework.httpclient.proxy.impl.PrintLogProcessor
-
- PrintRequestLog - com.luckyframework.httpclient.proxy.annotations中的注释类型
-
请求日志输出处理器
- PrintResponseLog - com.luckyframework.httpclient.proxy.annotations中的注释类型
-
响应日志输出处理器
- process(ResponseMetaData) - 类 中的方法com.luckyframework.httpclient.core.impl.SaveResultResponseProcessor
-
- process(ResponseMetaData) - 接口 中的方法com.luckyframework.httpclient.core.ResponseProcessor
-
- Proxy - com.luckyframework.httpclient.proxy.annotations中的注释类型
-
代理参数配置注解
- PROXY_AUTHENTICATE - 类 中的静态变量com.luckyframework.httpclient.core.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.33
- PROXY_AUTHORIZATION - 类 中的静态变量com.luckyframework.httpclient.core.HttpHeaders
-
RFC 2616 (HTTP/1.1) Section 14.34
- ProxyParameterSetter - com.luckyframework.httpclient.proxy.impl中的类
-
代理参数设置器
- ProxyParameterSetter() - 类 的构造器com.luckyframework.httpclient.proxy.impl.ProxyParameterSetter
-
- ProxyStaticParamResolver - com.luckyframework.httpclient.proxy.impl中的类
-
代理配置解析器
- ProxyStaticParamResolver() - 类 的构造器com.luckyframework.httpclient.proxy.impl.ProxyStaticParamResolver
-
- put(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[PUT]请求,没有返回值
- put(String, Object...) - 接口 中的静态方法com.luckyframework.httpclient.core.Request
-
构建一个Http[PUT]请求
- Put - com.luckyframework.httpclient.proxy.annotations中的注释类型
-
- putForBytes(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[PUT]请求,返回byte[] 类型的返回值
- putForConfigMap(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[PUT]请求,返回ConfigurationMap类型的返回值
- putForConfigMapList(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[PUT]请求,返回List<ConfigurationMap>类型的返回值
- putForEntity(String, Map<String, Object>, Class<T>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[PUT]请求,返回T 类型的返回值
- putForEntity(String, Map<String, Object>, SerializationTypeToken<T>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[PUT]请求,返回T 类型的返回值
- putForEntity(String, Map<String, Object>, Type, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[PUT]请求,返回T 类型的返回值
- putForInputStream(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
- putForInputStreamSource(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[PUT]请求,返回InputStreamSource类型的返回值
- putForMap(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
- putForMapList(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[PUT]请求,返回List<Map<String, Object>>类型的返回值
- putForMultipartFile(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
发起一个[PUT]请求,返回MultipartFile类型的返回值
- putForString(String, Map<String, Object>, Object...) - 接口 中的方法com.luckyframework.httpclient.core.executor.HttpExecutor
-
- putHeader(String, Object) - 接口 中的方法com.luckyframework.httpclient.core.HttpHeaderManager
-
- putHeader(String, Object) - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultHttpHeaderManager
-
- putHeader(String, Object) - 类 中的方法com.luckyframework.httpclient.core.impl.DefaultRequest
-