Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AbstractBackendResponseHandler<R> - Class in com.dtflys.forest.backend
后端请求响应处理器抽象基类
AbstractBackendResponseHandler(ForestRequest, LifeCycleHandler) - Constructor for class com.dtflys.forest.backend.AbstractBackendResponseHandler
 
AbstractBodyBuilder<T> - Class in com.dtflys.forest.backend.body
通用的请求体构造器抽象类
AbstractBodyBuilder() - Constructor for class com.dtflys.forest.backend.body.AbstractBodyBuilder
 
AbstractBodyLifeCycle<A extends Annotation> - Class in com.dtflys.forest.lifecycles.parameter
抽象请求体生命周期处理类
AbstractBodyLifeCycle() - Constructor for class com.dtflys.forest.lifecycles.parameter.AbstractBodyLifeCycle
 
AbstractHttpBackend - Class in com.dtflys.forest.backend
 
AbstractHttpBackend(ForestConnectionManager) - Constructor for class com.dtflys.forest.backend.AbstractHttpBackend
 
AbstractHttpclientEntityExecutor<T extends org.apache.http.client.methods.HttpEntityEnclosingRequestBase> - Class in com.dtflys.forest.backend.httpclient.executor
 
AbstractHttpclientEntityExecutor(ForestRequest, HttpclientResponseHandler, HttpclientRequestSender) - Constructor for class com.dtflys.forest.backend.httpclient.executor.AbstractHttpclientEntityExecutor
 
AbstractHttpclientExecutor<T extends org.apache.http.client.methods.HttpRequestBase> - Class in com.dtflys.forest.backend.httpclient.executor
 
AbstractHttpclientExecutor(ForestRequest, HttpclientResponseHandler, HttpclientRequestSender) - Constructor for class com.dtflys.forest.backend.httpclient.executor.AbstractHttpclientExecutor
 
AbstractHttpclientRequestSender - Class in com.dtflys.forest.backend.httpclient.request
 
AbstractHttpclientRequestSender(HttpclientConnectionManager, ForestRequest) - Constructor for class com.dtflys.forest.backend.httpclient.request.AbstractHttpclientRequestSender
 
AbstractHttpExecutor - Class in com.dtflys.forest.backend
 
AbstractHttpExecutor(ForestRequest, HttpclientRequestSender) - Constructor for class com.dtflys.forest.backend.AbstractHttpExecutor
 
AbstractHttpWithBodyEntity - Class in com.dtflys.forest.backend.httpclient.entity
HttpClient请求体抽象基类
AbstractHttpWithBodyEntity(String) - Constructor for class com.dtflys.forest.backend.httpclient.entity.AbstractHttpWithBodyEntity
 
AbstractHttpWithBodyEntity(URI, String) - Constructor for class com.dtflys.forest.backend.httpclient.entity.AbstractHttpWithBodyEntity
 
AbstractHttpWithBodyEntity(String, String) - Constructor for class com.dtflys.forest.backend.httpclient.entity.AbstractHttpWithBodyEntity
 
AbstractOkHttp3BodyBuilder - Class in com.dtflys.forest.backend.okhttp3.body
 
AbstractOkHttp3BodyBuilder() - Constructor for class com.dtflys.forest.backend.okhttp3.body.AbstractOkHttp3BodyBuilder
 
AbstractOkHttp3Executor - Class in com.dtflys.forest.backend.okhttp3.executor
 
AbstractOkHttp3Executor(ForestRequest, OkHttp3ConnectionManager, OkHttp3ResponseHandler) - Constructor for class com.dtflys.forest.backend.okhttp3.executor.AbstractOkHttp3Executor
 
ACCEPTED - Static variable in class com.dtflys.forest.http.HttpStatus
 
addAllCookies(List<ForestCookie>) - Method in class com.dtflys.forest.http.ForestCookies
 
addAttachment(String, Object) - Method in class com.dtflys.forest.http.ForestRequest
添加附件到请求中
addAttribute(ForestRequest, String, Object) - Method in interface com.dtflys.forest.interceptor.Interceptor
 
addAttribute(String, Object) - Method in class com.dtflys.forest.interceptor.InterceptorAttributes
 
addAttributeTemplate(String, Object) - Method in class com.dtflys.forest.interceptor.InterceptorAttributes
 
addBody(ForestRequestBody) - Method in class com.dtflys.forest.http.ForestRequest
添加Body数据
addBody(String) - Method in class com.dtflys.forest.http.ForestRequest
添加字符串Body数据
addBody(String, Object) - Method in class com.dtflys.forest.http.ForestRequest
添加键值对类型Body数据
addBody(String, String, Object) - Method in class com.dtflys.forest.http.ForestRequest
添加键值对类型Body数据
addBody(RequestNameValue) - Method in class com.dtflys.forest.http.ForestRequest
Deprecated.
addBody(List<RequestNameValue>) - Method in class com.dtflys.forest.http.ForestRequest
Deprecated.
addCookie(ForestCookie) - Method in class com.dtflys.forest.http.ForestCookies
 
addData(String, Object) - Method in class com.dtflys.forest.http.ForestRequest
Deprecated.
addData(RequestNameValue) - Method in class com.dtflys.forest.http.ForestRequest
Deprecated.
addData(List<RequestNameValue>) - Method in class com.dtflys.forest.http.ForestRequest
Deprecated.
addFilter(Filter) - Method in class com.dtflys.forest.filter.FilterChain
 
addFilter(Filter) - Method in class com.dtflys.forest.mapping.MappingParameter
 
addHeader(ForestHeader) - Method in class com.dtflys.forest.http.ForestHeaderMap
添加请求头
addHeader(String, String) - Method in class com.dtflys.forest.http.ForestHeaderMap
添加请求头
addHeader(String, Object) - Method in class com.dtflys.forest.http.ForestRequest
添加请求头到该请求中
addHeader(RequestNameValue) - Method in class com.dtflys.forest.http.ForestRequest
添加请求头到该请求中
addHeader(LogHeaderMessage) - Method in class com.dtflys.forest.logging.RequestLogMessage
 
addHeaders(List<RequestNameValue>) - Method in class com.dtflys.forest.http.ForestRequest
批量添加请求头到该请求中
addInterceptor(Interceptor) - Method in class com.dtflys.forest.http.ForestRequest
添加拦截器到该请求中
addInterceptor(Interceptor) - Method in class com.dtflys.forest.interceptor.InterceptorChain
 
addInterceptorAttribute(Class, String, Object) - Method in class com.dtflys.forest.http.ForestRequest
添加拦截器属性到该请求
addInterceptorAttributes(Class, InterceptorAttributes) - Method in class com.dtflys.forest.http.ForestRequest
添加拦截器属性到该请求
addMultipart(MappingTemplate, MappingTemplate, Object, List<ForestMultipart>, Object[]) - Method in class com.dtflys.forest.multipart.ForestMultipartFactory
 
addMultipartFactory(ForestMultipartFactory) - Method in class com.dtflys.forest.reflection.ForestMethod
添加Forest文件上传用的Mutlipart工厂
addNamedParameter(MappingParameter) - Method in class com.dtflys.forest.reflection.ForestMethod
添加命名参数
addNameValue(RequestNameValue) - Method in class com.dtflys.forest.http.ForestRequest
添加键值对
addNameValue(List<RequestNameValue>) - Method in class com.dtflys.forest.http.ForestRequest
添加键值对列表
addQuery(ForestQueryParameter) - Method in class com.dtflys.forest.http.ForestQueryMap
 
addQuery(String, Object) - Method in class com.dtflys.forest.http.ForestQueryMap
 
addQuery(String, Object) - Method in class com.dtflys.forest.http.ForestRequest
添加请求中的Query参数
addQuery(ForestQueryParameter) - Method in class com.dtflys.forest.http.ForestRequest
添加请求中的Query参数
addQuery(Collection<ForestQueryParameter>) - Method in class com.dtflys.forest.http.ForestRequest
批量添加请求中的Query参数
addQuery(ForestQueryParameter[]) - Method in class com.dtflys.forest.http.ForestRequest
批量添加请求中的Query参数
addQueryValues(String, Collection) - Method in class com.dtflys.forest.http.ForestRequest
批量添加请求中的同名Query参数
addVariable(String, MappingVariable) - Method in class com.dtflys.forest.reflection.ForestMethod
添加变量
addVariableValue(String, Object) - Method in class com.dtflys.forest.mapping.SubVariableScope
 
afterConnect() - Method in class com.dtflys.forest.backend.httpclient.conn.HttpclientConnectionManager
 
afterExecute(ForestRequest, ForestResponse) - Method in interface com.dtflys.forest.interceptor.Interceptor
 
afterExecute(ForestRequest, ForestResponse) - Method in class com.dtflys.forest.interceptor.InterceptorChain
 
AliasFor - Annotation Type in com.dtflys.forest.annotation
注解属性别名
allCookies() - Method in class com.dtflys.forest.http.ForestCookies
 
APPLICATION_JSON - Static variable in class com.dtflys.forest.backend.ContentType
 
APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class com.dtflys.forest.backend.ContentType
 
APPLICATION_XML - Static variable in class com.dtflys.forest.backend.ContentType
 
AsyncHttpclientRequestSender - Class in com.dtflys.forest.backend.httpclient.request
 
AsyncHttpclientRequestSender(HttpclientConnectionManager, ForestRequest) - Constructor for class com.dtflys.forest.backend.httpclient.request.AsyncHttpclientRequestSender
 
AUTO - Static variable in class com.dtflys.forest.utils.ForestDataType
数据类型: 自动类型

B

BackOffRetryer - Class in com.dtflys.forest.retryer
基于退避算法的重试器
BackOffRetryer(ForestRequest) - Constructor for class com.dtflys.forest.retryer.BackOffRetryer
 
BAD_GATEWAY - Static variable in class com.dtflys.forest.http.HttpStatus
 
BAD_REQUEST - Static variable in class com.dtflys.forest.http.HttpStatus
 
Base64Utils - Class in com.dtflys.forest.utils
Base64字符串与字节码转换工具
Base64Utils() - Constructor for class com.dtflys.forest.utils.Base64Utils
 
BaseAnnotationLifeCycle<A extends Annotation,I> - Interface in com.dtflys.forest.lifecycles
 
BaseLifeCycle - Annotation Type in com.dtflys.forest.annotation
Base Life Cycle Class Annotation
此注解将指定一个类作为某接口级别注解的生命周期处理类
basePackages - Static variable in class com.thebeastshop.forest.springboot.annotation.ForestScannerRegister
 
BaseRequest - Annotation Type in com.dtflys.forest.annotation
接口级别请求配置信息注解
The annotation must be on an interface.
BaseRequestLifeCycle - Class in com.dtflys.forest.lifecycles.base
 
BaseRequestLifeCycle() - Constructor for class com.dtflys.forest.lifecycles.base.BaseRequestLifeCycle
 
BaseURL - Annotation Type in com.dtflys.forest.annotation
Deprecated.
BasicAuth - Annotation Type in com.dtflys.forest.extensions
Basic Auth 类型的验签注解
BasicAuthLifeCycle - Class in com.dtflys.forest.lifecycles.authorization
 
BasicAuthLifeCycle() - Constructor for class com.dtflys.forest.lifecycles.authorization.BasicAuthLifeCycle
 
beforeExecute(ForestRequest) - Method in interface com.dtflys.forest.interceptor.Interceptor
 
beforeExecute(ForestRequest) - Method in class com.dtflys.forest.interceptor.InterceptorChain
 
beforeExecute(ForestRequest) - Method in class com.dtflys.forest.lifecycles.authorization.BasicAuthLifeCycle
 
beforeExecute(ForestRequest) - Method in class com.dtflys.forest.lifecycles.authorization.OAuth2LifeCycle
 
beforeExecute(ForestRequest) - Method in class com.dtflys.forest.lifecycles.intercetpor.IgnoreAllIntercetporsLifeCycle
 
beforeExecute(ForestRequest) - Method in class com.dtflys.forest.lifecycles.parameter.FormBodyLifeCycle
 
beforeExecute(ForestRequest) - Method in class com.dtflys.forest.lifecycles.parameter.JSONBodyLifeCycle
 
beforeExecute(ForestRequest) - Method in class com.dtflys.forest.lifecycles.parameter.XMLBodyLifeCycle
 
beforeExecute(ForestRequest) - Method in class com.dtflys.forest.lifecycles.proxy.HTTPProxyLifeCycle
 
BINARY - Static variable in class com.dtflys.forest.utils.ForestDataType
数据类型: 二进制类型
Body - Annotation Type in com.dtflys.forest.annotation
Request Body
BodyBuilder<R> - Interface in com.dtflys.forest.backend
 
bodyBuilder - Variable in class com.dtflys.forest.backend.httpclient.executor.AbstractHttpclientExecutor
 
BodyLifeCycle - Class in com.dtflys.forest.lifecycles.parameter
Forest @Body注解的生命周期
BodyLifeCycle() - Constructor for class com.dtflys.forest.lifecycles.parameter.BodyLifeCycle
 
BROWSER_COMPATIBLE_HOSTNAME_VERIFIER - Static variable in class com.dtflys.forest.backend.httpclient.conn.ForestSSLConnectionFactory
 
buildBody(T, ForestRequest, LifeCycleHandler) - Method in class com.dtflys.forest.backend.body.AbstractBodyBuilder
构建请求体
buildBody(Object, ForestRequest, LifeCycleHandler) - Method in class com.dtflys.forest.backend.body.NoneBodyBuilder
 
buildBody(R, ForestRequest, LifeCycleHandler) - Method in interface com.dtflys.forest.backend.BodyBuilder
 
buildRequest() - Method in class com.dtflys.forest.backend.httpclient.executor.AbstractHttpclientExecutor
 
buildRequestMessage(int, Request) - Method in class com.dtflys.forest.backend.okhttp3.executor.AbstractOkHttp3Executor
 
buildUrl() - Method in class com.dtflys.forest.backend.httpclient.executor.AbstractHttpclientExecutor
 
buildUrl(ForestRequest) - Method in class com.dtflys.forest.backend.url.QueryableURLBuilder
 
buildUrl(ForestRequest) - Method in class com.dtflys.forest.backend.url.SimpleURLBuilder
 
buildUrl(ForestRequest) - Method in class com.dtflys.forest.backend.url.URLBuilder
 
ByteArrayMultipart - Class in com.dtflys.forest.multipart
 
ByteArrayMultipart() - Constructor for class com.dtflys.forest.multipart.ByteArrayMultipart
 
ByteEncodeUtils - Class in com.dtflys.forest.utils
通过字符串字节数组获得字符串编码名称
ByteEncodeUtils() - Constructor for class com.dtflys.forest.utils.ByteEncodeUtils
 
byteToString(byte[]) - Method in class com.dtflys.forest.http.ForestResponse
把字节数组转换成字符串(自动根据字符串编码转换)

C

cancel(boolean) - Method in class com.dtflys.forest.backend.httpclient.response.HttpclientForestFuture
 
cancel(boolean) - Method in class com.dtflys.forest.backend.okhttp3.response.OkHttp3ResponseFuture
 
cancel() - Method in class com.dtflys.forest.backend.okhttp3.response.OkHttp3ResponseFuture
 
canReadAsBinaryStream() - Method in class com.dtflys.forest.backend.ContentType
 
canReadAsString() - Method in class com.dtflys.forest.backend.ContentType
 
canRetry(ForestRetryException) - Method in class com.dtflys.forest.retryer.BackOffRetryer
 
canRetry(ForestRetryException) - Method in class com.dtflys.forest.retryer.NoneRetryer
 
canRetry(ForestRetryException) - Method in interface com.dtflys.forest.retryer.Retryer
 
certPass - Variable in class com.dtflys.forest.ssl.SSLKeyStore
 
certPass - Variable in class com.thebeastshop.forest.springboot.properties.ForestSSLKeyStoreProperties
 
checkBaseURL(String) - Static method in class com.dtflys.forest.utils.URLUtils
 
checkClientTrusted(X509Certificate[], String) - Method in class com.dtflys.forest.ssl.ForestX509TrustManager
 
checkClientTrusted(X509Certificate[], String) - Method in class com.dtflys.forest.ssl.TrustAllManager
 
checkFastJSONClass() - Method in class com.dtflys.forest.converter.json.JSONConverterSelector
检测FastJSON相关类型
checkGsonClass() - Method in class com.dtflys.forest.converter.json.JSONConverterSelector
检测Gson相关类型
checkJacsonClass() - Method in class com.dtflys.forest.converter.json.JSONConverterSelector
检测Jaskon相关类型
checkServerTrusted(X509Certificate[], String) - Method in class com.dtflys.forest.ssl.ForestX509TrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class com.dtflys.forest.ssl.TrustAllManager
 
cipherSuites - Variable in class com.dtflys.forest.ssl.SSLKeyStore
 
cipherSuites - Variable in class com.thebeastshop.forest.springboot.properties.ForestSSLKeyStoreProperties
 
ClassPathClientScanner - Class in com.dtflys.forest.scanner
 
ClassPathClientScanner(String, BeanDefinitionRegistry) - Constructor for class com.dtflys.forest.scanner.ClassPathClientScanner
 
clear() - Method in class com.dtflys.forest.http.ForestQueryMap
 
clearQueriesFromUrl() - Method in class com.dtflys.forest.http.ForestQueryMap
清除所有源自URL的Query参数
ClientFactoryBean<T> - Class in com.dtflys.forest.beans
 
ClientFactoryBean() - Constructor for class com.dtflys.forest.beans.ClientFactoryBean
 
ClientFactoryBeanUtils - Class in com.dtflys.forest.utils
 
ClientFactoryBeanUtils() - Constructor for class com.dtflys.forest.utils.ClientFactoryBeanUtils
 
close() - Method in class com.dtflys.forest.backend.AbstractHttpExecutor
 
close() - Method in class com.dtflys.forest.backend.httpclient.executor.AbstractHttpclientExecutor
 
close() - Method in interface com.dtflys.forest.backend.HttpExecutor
 
close() - Method in class com.dtflys.forest.backend.okhttp3.executor.AbstractOkHttp3Executor
 
close() - Method in class com.dtflys.forest.backend.okhttp3.response.OkHttpResponseBody
 
com.dtflys.forest.annotation - package com.dtflys.forest.annotation
 
com.dtflys.forest.backend - package com.dtflys.forest.backend
 
com.dtflys.forest.backend.body - package com.dtflys.forest.backend.body
 
com.dtflys.forest.backend.httpclient - package com.dtflys.forest.backend.httpclient
 
com.dtflys.forest.backend.httpclient.body - package com.dtflys.forest.backend.httpclient.body
 
com.dtflys.forest.backend.httpclient.conn - package com.dtflys.forest.backend.httpclient.conn
 
com.dtflys.forest.backend.httpclient.entity - package com.dtflys.forest.backend.httpclient.entity
 
com.dtflys.forest.backend.httpclient.executor - package com.dtflys.forest.backend.httpclient.executor
 
com.dtflys.forest.backend.httpclient.logging - package com.dtflys.forest.backend.httpclient.logging
 
com.dtflys.forest.backend.httpclient.request - package com.dtflys.forest.backend.httpclient.request
 
com.dtflys.forest.backend.httpclient.response - package com.dtflys.forest.backend.httpclient.response
 
com.dtflys.forest.backend.okhttp3 - package com.dtflys.forest.backend.okhttp3
 
com.dtflys.forest.backend.okhttp3.body - package com.dtflys.forest.backend.okhttp3.body
 
com.dtflys.forest.backend.okhttp3.conn - package com.dtflys.forest.backend.okhttp3.conn
 
com.dtflys.forest.backend.okhttp3.executor - package com.dtflys.forest.backend.okhttp3.executor
 
com.dtflys.forest.backend.okhttp3.logging - package com.dtflys.forest.backend.okhttp3.logging
 
com.dtflys.forest.backend.okhttp3.response - package com.dtflys.forest.backend.okhttp3.response
 
com.dtflys.forest.backend.url - package com.dtflys.forest.backend.url
 
com.dtflys.forest.beans - package com.dtflys.forest.beans
 
com.dtflys.forest.callback - package com.dtflys.forest.callback
 
com.dtflys.forest.config - package com.dtflys.forest.config
 
com.dtflys.forest.converter - package com.dtflys.forest.converter
 
com.dtflys.forest.converter.auto - package com.dtflys.forest.converter.auto
 
com.dtflys.forest.converter.binary - package com.dtflys.forest.converter.binary
 
com.dtflys.forest.converter.json - package com.dtflys.forest.converter.json
 
com.dtflys.forest.converter.text - package com.dtflys.forest.converter.text
 
com.dtflys.forest.converter.xml - package com.dtflys.forest.converter.xml
 
com.dtflys.forest.exceptions - package com.dtflys.forest.exceptions
 
com.dtflys.forest.extensions - package com.dtflys.forest.extensions
 
com.dtflys.forest.file - package com.dtflys.forest.file
 
com.dtflys.forest.filter - package com.dtflys.forest.filter
 
com.dtflys.forest.handler - package com.dtflys.forest.handler
 
com.dtflys.forest.http - package com.dtflys.forest.http
 
com.dtflys.forest.interceptor - package com.dtflys.forest.interceptor
 
com.dtflys.forest.lifecycles - package com.dtflys.forest.lifecycles
 
com.dtflys.forest.lifecycles.authorization - package com.dtflys.forest.lifecycles.authorization
 
com.dtflys.forest.lifecycles.base - package com.dtflys.forest.lifecycles.base
 
com.dtflys.forest.lifecycles.file - package com.dtflys.forest.lifecycles.file
 
com.dtflys.forest.lifecycles.intercetpor - package com.dtflys.forest.lifecycles.intercetpor
 
com.dtflys.forest.lifecycles.logging - package com.dtflys.forest.lifecycles.logging
 
com.dtflys.forest.lifecycles.method - package com.dtflys.forest.lifecycles.method
 
com.dtflys.forest.lifecycles.parameter - package com.dtflys.forest.lifecycles.parameter
 
com.dtflys.forest.lifecycles.proxy - package com.dtflys.forest.lifecycles.proxy
 
com.dtflys.forest.logging - package com.dtflys.forest.logging
 
com.dtflys.forest.mapping - package com.dtflys.forest.mapping
 
com.dtflys.forest.multipart - package com.dtflys.forest.multipart
 
com.dtflys.forest.proxy - package com.dtflys.forest.proxy
 
com.dtflys.forest.reflection - package com.dtflys.forest.reflection
 
com.dtflys.forest.retryer - package com.dtflys.forest.retryer
 
com.dtflys.forest.scanner - package com.dtflys.forest.scanner
 
com.dtflys.forest.schema - package com.dtflys.forest.schema
 
com.dtflys.forest.ssl - package com.dtflys.forest.ssl
 
com.dtflys.forest.utils - package com.dtflys.forest.utils
 
com.thebeastshop.forest.springboot - package com.thebeastshop.forest.springboot
 
com.thebeastshop.forest.springboot.annotation - package com.thebeastshop.forest.springboot.annotation
 
com.thebeastshop.forest.springboot.properties - package com.thebeastshop.forest.springboot.properties
 
compile() - Method in class com.dtflys.forest.mapping.MappingTemplate
 
completed(Object) - Method in class com.dtflys.forest.backend.okhttp3.response.OkHttp3ResponseFuture
 
configuration() - Static method in class com.dtflys.forest.config.ForestConfiguration
实例化ForestConfiguration对象,并初始化默认值
configurationId - Static variable in class com.thebeastshop.forest.springboot.annotation.ForestScannerRegister
 
CONFLICT - Static variable in class com.dtflys.forest.http.HttpStatus
 
connectionManager - Variable in class com.dtflys.forest.backend.httpclient.request.AbstractHttpclientRequestSender
 
connectSocket(int, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in class com.dtflys.forest.backend.httpclient.conn.ForestSSLConnectionFactory
 
consumeContent() - Method in class com.dtflys.forest.backend.httpclient.response.HttpclientEntity
 
containsKey(Object) - Method in class com.dtflys.forest.http.ForestQueryMap
 
containsValue(Object) - Method in class com.dtflys.forest.http.ForestQueryMap
 
content - Variable in class com.dtflys.forest.http.ForestResponse
响应内容文本(不包括二进制数据内容的文本)
contentEncoding - Variable in class com.dtflys.forest.http.ForestResponse
响应内容的数据编码
contentLength() - Method in class com.dtflys.forest.backend.okhttp3.body.OkHttpMultipartBody
 
contentLength() - Method in class com.dtflys.forest.backend.okhttp3.response.OkHttpResponseBody
 
contentLength - Variable in class com.dtflys.forest.http.ForestResponse
请求响应内容的数据长度
ContentType - Class in com.dtflys.forest.backend
 
ContentType(String, String) - Constructor for class com.dtflys.forest.backend.ContentType
 
ContentType(String) - Constructor for class com.dtflys.forest.backend.ContentType
 
contentType() - Method in class com.dtflys.forest.backend.okhttp3.body.OkHttpMultipartBody
 
contentType() - Method in class com.dtflys.forest.backend.okhttp3.response.OkHttpResponseBody
 
contentType - Variable in class com.dtflys.forest.http.ForestResponse
响应内容的数据类型
contentType - Variable in class com.dtflys.forest.multipart.ForestMultipart
 
CONTINUE - Static variable in class com.dtflys.forest.http.HttpStatus
 
convertObjectToMap(Object) - Method in class com.dtflys.forest.converter.json.ForestFastjsonConverter
 
convertObjectToMap(Object) - Method in class com.dtflys.forest.converter.json.ForestGsonConverter
 
convertObjectToMap(Object) - Method in class com.dtflys.forest.converter.json.ForestJacksonConverter
 
convertObjectToMap(Object) - Method in interface com.dtflys.forest.converter.json.ForestJsonConverter
将源对象转换为Map对象
convertObjectToMap(Object, ForestConfiguration) - Static method in class com.dtflys.forest.utils.ReflectUtils
 
convertToJavaObject(Object, Class<T>) - Method in class com.dtflys.forest.converter.auto.DefaultAutoConverter
 
convertToJavaObject(Object, Type) - Method in class com.dtflys.forest.converter.auto.DefaultAutoConverter
 
convertToJavaObject(Object, Class<T>) - Method in class com.dtflys.forest.converter.binary.DefaultBinaryConverter
 
convertToJavaObject(Object, Type) - Method in class com.dtflys.forest.converter.binary.DefaultBinaryConverter
 
convertToJavaObject(S, Class<T>) - Method in interface com.dtflys.forest.converter.ForestConverter
将源数据转换为目标类型(Class)的java对象
convertToJavaObject(S, Type) - Method in interface com.dtflys.forest.converter.ForestConverter
将源数据转换为目标类型(Type)的java对象
convertToJavaObject(String, Class<T>) - Method in class com.dtflys.forest.converter.json.ForestFastjsonConverter
 
convertToJavaObject(String, Type) - Method in class com.dtflys.forest.converter.json.ForestFastjsonConverter
 
convertToJavaObject(String, TypeReference<T>) - Method in class com.dtflys.forest.converter.json.ForestFastjsonConverter
 
convertToJavaObject(String, Class<T>) - Method in class com.dtflys.forest.converter.json.ForestGsonConverter
 
convertToJavaObject(String, Type) - Method in class com.dtflys.forest.converter.json.ForestGsonConverter
 
convertToJavaObject(String, Class<T>) - Method in class com.dtflys.forest.converter.json.ForestJacksonConverter
 
convertToJavaObject(String, Type) - Method in class com.dtflys.forest.converter.json.ForestJacksonConverter
 
convertToJavaObject(String, Class<?>, Class<?>...) - Method in class com.dtflys.forest.converter.json.ForestJacksonConverter
 
convertToJavaObject(String, JavaType) - Method in class com.dtflys.forest.converter.json.ForestJacksonConverter
 
convertToJavaObject(String, Class<T>) - Method in class com.dtflys.forest.converter.text.DefaultTextConverter
 
convertToJavaObject(String, Type) - Method in class com.dtflys.forest.converter.text.DefaultTextConverter
 
convertToJavaObject(String, Class<T>) - Method in class com.dtflys.forest.converter.xml.ForestJaxbConverter
 
convertToJavaObject(String, Type) - Method in class com.dtflys.forest.converter.xml.ForestJaxbConverter
 
convertToJavaObjectEx(Object, Class<T>) - Method in class com.dtflys.forest.converter.binary.DefaultBinaryConverter
 
convertToJson(Object, Type) - Method in class com.dtflys.forest.converter.json.ForestGsonConverter
 
cookieStore - Variable in class com.dtflys.forest.backend.httpclient.executor.AbstractHttpclientExecutor
 
copyAnnotationAttributes(Annotation, Object) - Static method in class com.dtflys.forest.utils.ReflectUtils
 
create(String, String, T, String) - Method in class com.dtflys.forest.multipart.ForestMultipartFactory
 
create(Class<T>, String, String, T, String) - Method in class com.dtflys.forest.multipart.ForestMultipartFactory
 
CREATED - Static variable in class com.dtflys.forest.http.HttpStatus
 
createDataType(String) - Static method in class com.dtflys.forest.utils.ForestDataType
创建新的数据类型
createDeleteExecutor(ForestConnectionManager, ForestRequest, LifeCycleHandler) - Method in class com.dtflys.forest.backend.AbstractHttpBackend
 
createDeleteExecutor(ForestConnectionManager, ForestRequest, LifeCycleHandler) - Method in class com.dtflys.forest.backend.httpclient.HttpclientBackend
 
createDeleteExecutor(ForestConnectionManager, ForestRequest, LifeCycleHandler) - Method in class com.dtflys.forest.backend.okhttp3.OkHttp3Backend
 
createExecutor(ForestRequest, LifeCycleHandler) - Method in class com.dtflys.forest.backend.AbstractHttpBackend
 
createExecutor(ForestRequest, LifeCycleHandler) - Method in interface com.dtflys.forest.backend.HttpBackend
 
createExecutor(ForestConnectionManager, ForestRequest, LifeCycleHandler) - Method in interface com.dtflys.forest.backend.HttpBackend.HttpExecutorCreator
 
createFactory(Class<P>, int, MappingTemplate, MappingTemplate, String) - Static method in class com.dtflys.forest.multipart.ForestMultipartFactory
 
createFromHttpclientCookie(Cookie) - Static method in class com.dtflys.forest.http.ForestCookie
 
createFromOkHttpCookie(Cookie) - Static method in class com.dtflys.forest.http.ForestCookie
 
createGetExecutor(ForestConnectionManager, ForestRequest, LifeCycleHandler) - Method in class com.dtflys.forest.backend.AbstractHttpBackend
 
createGetExecutor(ForestConnectionManager, ForestRequest, LifeCycleHandler) - Method in class com.dtflys.forest.backend.httpclient.HttpclientBackend
 
createGetExecutor(ForestConnectionManager, ForestRequest, LifeCycleHandler) - Method in class com.dtflys.forest.backend.okhttp3.OkHttp3Backend
 
createHeadExecutor(ForestConnectionManager, ForestRequest, LifeCycleHandler) - Method in class com.dtflys.forest.backend.AbstractHttpBackend
 
createHeadExecutor(ForestConnectionManager, ForestRequest, LifeCycleHandler) - Method in class com.dtflys.forest.backend.httpclient.HttpclientBackend
 
createHeadExecutor(ForestConnectionManager, ForestRequest, LifeCycleHandler) - Method in class com.dtflys.forest.backend.okhttp3.OkHttp3Backend
 
createIgnoreVerifySSL(String) - Static method in class com.dtflys.forest.ssl.SSLUtils
默认的单向验证HTTPS请求绕过SSL验证,使用默认SSL协议
createInstance(Class<T>) - Method in class com.dtflys.forest.config.ForestConfiguration
创建请求接口的动态代理实例
createInstance() - Method in class com.dtflys.forest.proxy.ProxyFactory
 
createInterceptor(Class<T>) - Method in class com.dtflys.forest.interceptor.DefaultInterceptorFactory
 
createInterceptor(Class<T>) - Method in class com.dtflys.forest.interceptor.SpringInterceptorFactory
 
createLayeredSocket(Socket, String, int, HttpContext) - Method in class com.dtflys.forest.backend.httpclient.conn.ForestSSLConnectionFactory
 
createMarshaller(JAXBContext, String) - Method in class com.dtflys.forest.converter.xml.ForestJaxbConverter
 
createMetaRequest(Annotation) - Method in class com.dtflys.forest.lifecycles.method.RequestLifeCycle
 
createOptionsExecutor(ForestConnectionManager, ForestRequest, LifeCycleHandler) - Method in class com.dtflys.forest.backend.AbstractHttpBackend
 
createOptionsExecutor(ForestConnectionManager, ForestRequest, LifeCycleHandler) - Method in class com.dtflys.forest.backend.httpclient.HttpclientBackend
 
createOptionsExecutor(ForestConnectionManager, ForestRequest, LifeCycleHandler) - Method in class com.dtflys.forest.backend.okhttp3.OkHttp3Backend
 
createPatchExecutor(ForestConnectionManager, ForestRequest, LifeCycleHandler) - Method in class com.dtflys.forest.backend.AbstractHttpBackend
 
createPatchExecutor(ForestConnectionManager, ForestRequest, LifeCycleHandler) - Method in class com.dtflys.forest.backend.httpclient.HttpclientBackend
 
createPatchExecutor(ForestConnectionManager, ForestRequest, LifeCycleHandler) - Method in class com.dtflys.forest.backend.okhttp3.OkHttp3Backend
 
createPostExecutor(ForestConnectionManager, ForestRequest, LifeCycleHandler) - Method in class com.dtflys.forest.backend.AbstractHttpBackend
 
createPostExecutor(ForestConnectionManager, ForestRequest, LifeCycleHandler) - Method in class com.dtflys.forest.backend.httpclient.HttpclientBackend
 
createPostExecutor(ForestConnectionManager, ForestRequest, LifeCycleHandler) - Method in class com.dtflys.forest.backend.okhttp3.OkHttp3Backend
 
createPutExecutor(ForestConnectionManager, ForestRequest, LifeCycleHandler) - Method in class com.dtflys.forest.backend.AbstractHttpBackend
 
createPutExecutor(ForestConnectionManager, ForestRequest, LifeCycleHandler) - Method in class com.dtflys.forest.backend.httpclient.HttpclientBackend
 
createPutExecutor(ForestConnectionManager, ForestRequest, LifeCycleHandler) - Method in class com.dtflys.forest.backend.okhttp3.OkHttp3Backend
 
createResponse(ForestRequest, HttpResponse, LifeCycleHandler, Throwable) - Method in class com.dtflys.forest.backend.httpclient.response.HttpclientForestResponseFactory
 
createResponse(ForestRequest, Response, LifeCycleHandler, Throwable) - Method in class com.dtflys.forest.backend.okhttp3.response.OkHttp3ForestResponseFactory
 
createResponse(ForestRequest, R, LifeCycleHandler, Throwable) - Method in interface com.dtflys.forest.http.ForestResponseFactory
 
createSimpleQueryParameter(Object) - Static method in class com.dtflys.forest.http.ForestQueryParameter
 
createSocket(HttpContext) - Method in class com.dtflys.forest.backend.httpclient.conn.ForestSSLConnectionFactory
 
createSSLKeyStoreBean(String, String, String, String, String, String, String) - Static method in class com.dtflys.forest.schema.ForestConfigurationBeanDefinitionParser
 
createTraceExecutor(ForestConnectionManager, ForestRequest, LifeCycleHandler) - Method in class com.dtflys.forest.backend.AbstractHttpBackend
 
createTraceExecutor(ForestConnectionManager, ForestRequest, LifeCycleHandler) - Method in class com.dtflys.forest.backend.httpclient.HttpclientBackend
 
createTraceExecutor(ForestConnectionManager, ForestRequest, LifeCycleHandler) - Method in class com.dtflys.forest.backend.okhttp3.OkHttp3Backend
 
createUnmarshaller(JAXBContext) - Method in class com.dtflys.forest.converter.xml.ForestJaxbConverter
 
customSSL(ForestRequest) - Static method in class com.dtflys.forest.ssl.SSLUtils
自定义SSL证书

D

DATA_TYPES - Static variable in class com.dtflys.forest.utils.ForestDataType
数据类型表
DataFile - Annotation Type in com.dtflys.forest.annotation
文件参数注解
DataFileLifeCycle - Class in com.dtflys.forest.lifecycles.parameter
Forest @DataFile注解的生命周期
DataFileLifeCycle() - Constructor for class com.dtflys.forest.lifecycles.parameter.DataFileLifeCycle
 
DataObject - Annotation Type in com.dtflys.forest.annotation
Deprecated.
DataObjectLifeCycle - Class in com.dtflys.forest.lifecycles.parameter
Forest @DataObject注解的生命周期
DataObjectLifeCycle() - Constructor for class com.dtflys.forest.lifecycles.parameter.DataObjectLifeCycle
 
DataParam - Annotation Type in com.dtflys.forest.annotation
Deprecated.
DataParamLifeCycle - Class in com.dtflys.forest.lifecycles.parameter
Forest @DataParam注解的生命周期
DataParamLifeCycle() - Constructor for class com.dtflys.forest.lifecycles.parameter.DataParamLifeCycle
 
DataVariable - Annotation Type in com.dtflys.forest.annotation
变量定义注解
DataVariableLifeCycle - Class in com.dtflys.forest.lifecycles.parameter
Forest @DataVariable注解的生命周期
DataVariableLifeCycle() - Constructor for class com.dtflys.forest.lifecycles.parameter.DataVariableLifeCycle
 
decode(String) - Static method in class com.dtflys.forest.utils.Base64Utils
 
DEFAULT - Static variable in class com.dtflys.forest.ssl.TrustAllHostnameVerifier
 
DEFAULT_CONNECT_TIMEOUT - Static variable in class com.dtflys.forest.backend.HttpConnectionConstants
connect timeout
DEFAULT_KEYSTORE_TYPE - Static variable in class com.dtflys.forest.ssl.SSLKeyStore
 
DEFAULT_MAX_TOTAL_CONNECTIONS - Static variable in class com.dtflys.forest.backend.HttpConnectionConstants
maximum number of conntections allowed
DEFAULT_READ_TIMEOUT - Static variable in class com.dtflys.forest.backend.HttpConnectionConstants
read timeout
DEFAULT_TIMEOUT - Static variable in class com.dtflys.forest.backend.HttpConnectionConstants
timeout in milliseconds used when retrieving
DefaultAutoConverter - Class in com.dtflys.forest.converter.auto
 
DefaultAutoConverter(ForestConfiguration) - Constructor for class com.dtflys.forest.converter.auto.DefaultAutoConverter
 
DefaultBinaryConverter - Class in com.dtflys.forest.converter.binary
默认的二进制数据转换器
DefaultBinaryConverter() - Constructor for class com.dtflys.forest.converter.binary.DefaultBinaryConverter
 
DefaultInterceptorFactory - Class in com.dtflys.forest.interceptor
 
DefaultInterceptorFactory() - Constructor for class com.dtflys.forest.interceptor.DefaultInterceptorFactory
 
defaultJsonMap(Object) - Method in class com.dtflys.forest.converter.json.ForestFastjsonConverter
 
DefaultLogHandler - Class in com.dtflys.forest.logging
默认日志处理器
DefaultLogHandler() - Constructor for class com.dtflys.forest.logging.DefaultLogHandler
 
DefaultTextConverter - Class in com.dtflys.forest.converter.text
 
DefaultTextConverter() - Constructor for class com.dtflys.forest.converter.text.DefaultTextConverter
 
Delete - Annotation Type in com.dtflys.forest.annotation
Delete请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。当调用被修饰的方法时就会执行Forest动态的代理的代码, 也就会自动执行组装请求、发送请求、接受请求响应信息等任务。
DeleteRequest - Annotation Type in com.dtflys.forest.annotation
Delete请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。当调用被修饰的方法时就会执行Forest动态的代理的代码, 也就会自动执行组装请求、发送请求、接受请求响应信息等任务。
DeleteRequestLifeCycle - Class in com.dtflys.forest.lifecycles.method
 
DeleteRequestLifeCycle() - Constructor for class com.dtflys.forest.lifecycles.method.DeleteRequestLifeCycle
 
doFilter(ForestConfiguration, Object) - Method in interface com.dtflys.forest.filter.Filter
 
doFilter(ForestConfiguration, Object) - Method in class com.dtflys.forest.filter.FilterChain
 
doFilter(ForestConfiguration, Object) - Method in class com.dtflys.forest.filter.JSONFilter
 
doFilter(ForestConfiguration, Object) - Method in class com.dtflys.forest.filter.XmlFilter
 
domains() - Method in class com.dtflys.forest.http.ForestCookies
 
doScan(String...) - Method in class com.dtflys.forest.scanner.ClassPathClientScanner
重写扫描逻辑
DownloadFile - Annotation Type in com.dtflys.forest.extensions
文件下载注解
DownloadLifeCycle - Class in com.dtflys.forest.lifecycles.file
文件下载生命周期
DownloadLifeCycle() - Constructor for class com.dtflys.forest.lifecycles.file.DownloadLifeCycle
 

E

EnableForest - Annotation Type in com.thebeastshop.forest.springboot.annotation
 
encode(String) - Static method in class com.dtflys.forest.utils.Base64Utils
 
encodeToString(Object) - Method in interface com.dtflys.forest.converter.ForestEncoder
 
encodeToString(Object) - Method in class com.dtflys.forest.converter.json.ForestFastjsonConverter
 
encodeToString(Object) - Method in class com.dtflys.forest.converter.json.ForestGsonConverter
 
encodeToString(Object) - Method in class com.dtflys.forest.converter.json.ForestJacksonConverter
 
encodeToString(Object) - Method in class com.dtflys.forest.converter.xml.ForestJaxbConverter
 
entrySet() - Method in class com.dtflys.forest.http.ForestQueryMap
 
equals(Object) - Method in class com.dtflys.forest.utils.ForestDataType
重载equals方法
error(String, Object...) - Method in class com.dtflys.forest.logging.ForestLogger
输出ERROR级别内容到日志
exception - Variable in class com.dtflys.forest.http.ForestResponse
请求发送过程中可能产生的异常
execute(LifeCycleHandler) - Method in class com.dtflys.forest.backend.AbstractHttpExecutor
 
execute(LifeCycleHandler) - Method in class com.dtflys.forest.backend.httpclient.executor.AbstractHttpclientExecutor
 
execute(int, LifeCycleHandler) - Method in class com.dtflys.forest.backend.httpclient.executor.AbstractHttpclientExecutor
 
execute(LifeCycleHandler) - Method in interface com.dtflys.forest.backend.HttpExecutor
 
execute(LifeCycleHandler, int) - Method in class com.dtflys.forest.backend.okhttp3.executor.AbstractOkHttp3Executor
 
execute(LifeCycleHandler) - Method in class com.dtflys.forest.backend.okhttp3.executor.AbstractOkHttp3Executor
 
execute(HttpBackend, LifeCycleHandler) - Method in class com.dtflys.forest.http.ForestRequest
执行请求发送过程
execute() - Method in class com.dtflys.forest.http.ForestRequest
执行请求发送过程
EXPECTATION_FAILED - Static variable in class com.dtflys.forest.http.HttpStatus
 

F

failed(Exception) - Method in class com.dtflys.forest.backend.okhttp3.response.OkHttp3ResponseFuture
 
FAILED_DEPENDENCY - Static variable in class com.dtflys.forest.http.HttpStatus
 
file - Variable in class com.thebeastshop.forest.springboot.properties.ForestSSLKeyStoreProperties
 
FileMultipart - Class in com.dtflys.forest.multipart
 
FileMultipart() - Constructor for class com.dtflys.forest.multipart.FileMultipart
 
filename - Variable in class com.dtflys.forest.http.ForestResponse
文件名
fileName - Variable in class com.dtflys.forest.multipart.ForestMultipart
 
filePath - Variable in class com.dtflys.forest.ssl.SSLKeyStore
 
FilePathMultipart - Class in com.dtflys.forest.multipart
 
FilePathMultipart() - Constructor for class com.dtflys.forest.multipart.FilePathMultipart
 
Filter - Interface in com.dtflys.forest.filter
 
FilterChain - Class in com.dtflys.forest.filter
 
FilterChain() - Constructor for class com.dtflys.forest.filter.FilterChain
 
findByName(String) - Static method in class com.dtflys.forest.utils.ForestDataType
Find data type object by data type name
findHttpclientBackendInstance() - Method in class com.dtflys.forest.backend.HttpBackendSelector
 
findOkHttp3BackendInstance() - Method in class com.dtflys.forest.backend.HttpBackendSelector
 
findOrCreateDataType(String) - Static method in class com.dtflys.forest.utils.ForestDataType
Find or create a data type
findType(String) - Static method in enum com.dtflys.forest.http.ForestRequestType
根据请求类型名称(HTTP方法名称)找到对应的Forest请求类型枚举
FORBIDDEN - Static variable in class com.dtflys.forest.http.HttpStatus
 
ForestAutoConfiguration - Class in com.thebeastshop.forest.springboot
 
ForestAutoConfiguration() - Constructor for class com.thebeastshop.forest.springboot.ForestAutoConfiguration
 
forestBeanRegister(ForestConfigurationProperties) - Method in class com.thebeastshop.forest.springboot.ForestAutoConfiguration
 
ForestBeanRegister - Class in com.thebeastshop.forest.springboot
 
ForestBeanRegister(ConfigurableApplicationContext, ForestConfigurationProperties) - Constructor for class com.thebeastshop.forest.springboot.ForestBeanRegister
 
ForestClientBeanDefinitionParser - Class in com.dtflys.forest.schema
 
ForestClientBeanDefinitionParser() - Constructor for class com.dtflys.forest.schema.ForestClientBeanDefinitionParser
 
ForestClientProxy - Interface in com.dtflys.forest.proxy
 
ForestConfiguration - Class in com.dtflys.forest.config
global configuration Forest全局配置管理类
ForestConfigurationBeanDefinitionParser - Class in com.dtflys.forest.schema
 
ForestConfigurationBeanDefinitionParser() - Constructor for class com.dtflys.forest.schema.ForestConfigurationBeanDefinitionParser
 
ForestConfigurationProperties - Class in com.thebeastshop.forest.springboot.properties
 
ForestConfigurationProperties() - Constructor for class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
ForestConnectionManager - Interface in com.dtflys.forest.backend
 
ForestConverter<S> - Interface in com.dtflys.forest.converter
Forest的数据转换器 转换器包含序列化以及反序列化过程 Created by Gongjun on 2016/5/26.
ForestConverterItemProperties - Class in com.thebeastshop.forest.springboot.properties
 
ForestConverterItemProperties() - Constructor for class com.thebeastshop.forest.springboot.properties.ForestConverterItemProperties
 
ForestConvertException - Exception in com.dtflys.forest.exceptions
 
ForestConvertException(String, Throwable) - Constructor for exception com.dtflys.forest.exceptions.ForestConvertException
 
ForestConvertProperties - Class in com.thebeastshop.forest.springboot.properties
 
ForestConvertProperties() - Constructor for class com.thebeastshop.forest.springboot.properties.ForestConvertProperties
 
ForestCookie - Class in com.dtflys.forest.http
Forest Cookie
ForestCookie(String, String, Date, Duration, String, String, boolean, boolean, boolean, boolean) - Constructor for class com.dtflys.forest.http.ForestCookie
 
ForestCookies - Class in com.dtflys.forest.http
Forest Cookie 集合
ForestCookies() - Constructor for class com.dtflys.forest.http.ForestCookies
 
ForestDataType - Class in com.dtflys.forest.utils
数据类型封装类型
ForestEncoder - Interface in com.dtflys.forest.converter
 
ForestFastjsonConverter - Class in com.dtflys.forest.converter.json
使用Fastjson实现的消息转换实现类
ForestFastjsonConverter() - Constructor for class com.dtflys.forest.converter.json.ForestFastjsonConverter
 
ForestFileNotFoundException - Exception in com.dtflys.forest.exceptions
 
ForestFileNotFoundException(String) - Constructor for exception com.dtflys.forest.exceptions.ForestFileNotFoundException
 
ForestGsonConverter - Class in com.dtflys.forest.converter.json
使用Gson实现的消息转换实现类
ForestGsonConverter() - Constructor for class com.dtflys.forest.converter.json.ForestGsonConverter
 
ForestHandlerException - Exception in com.dtflys.forest.exceptions
 
ForestHandlerException(String, Throwable, ForestRequest, ForestResponse) - Constructor for exception com.dtflys.forest.exceptions.ForestHandlerException
 
ForestHandlerException(String, ForestRequest, ForestResponse) - Constructor for exception com.dtflys.forest.exceptions.ForestHandlerException
 
ForestHandlerException(Throwable, ForestRequest, ForestResponse) - Constructor for exception com.dtflys.forest.exceptions.ForestHandlerException
 
ForestHeader - Class in com.dtflys.forest.http
Forest请求头
ForestHeader(String, String) - Constructor for class com.dtflys.forest.http.ForestHeader
 
ForestHeaderMap - Class in com.dtflys.forest.http
Forest请求头Map
ForestHeaderMap(List<ForestHeader>) - Constructor for class com.dtflys.forest.http.ForestHeaderMap
 
ForestHeaderMap() - Constructor for class com.dtflys.forest.http.ForestHeaderMap
 
ForestInterceptorDefineException - Exception in com.dtflys.forest.exceptions
 
ForestInterceptorDefineException(Class) - Constructor for exception com.dtflys.forest.exceptions.ForestInterceptorDefineException
 
ForestJacksonConverter - Class in com.dtflys.forest.converter.json
使用Jackson实现的消息转折实现类
ForestJacksonConverter() - Constructor for class com.dtflys.forest.converter.json.ForestJacksonConverter
 
ForestJaxbConverter - Class in com.dtflys.forest.converter.xml
基于JAXB实现的XML转换器
ForestJaxbConverter() - Constructor for class com.dtflys.forest.converter.xml.ForestJaxbConverter
 
ForestJsonConverter - Interface in com.dtflys.forest.converter.json
Forest的JSON数据转换接口
ForestLogger - Class in com.dtflys.forest.logging
Forest日志控制对象
ForestLogger() - Constructor for class com.dtflys.forest.logging.ForestLogger
 
ForestLogHandler - Interface in com.dtflys.forest.logging
日志处理器接口
ForestMethod<T> - Class in com.dtflys.forest.reflection
通过代理调用的实际执行的方法对象
ForestMethod(InterfaceProxyHandler, ForestConfiguration, Method) - Constructor for class com.dtflys.forest.reflection.ForestMethod
 
ForestMultipart<T> - Class in com.dtflys.forest.multipart
Forest对上传下载的文件、流、二进制数值等内容的封装抽象类 提供针对用于上传下载等用途资源的公共接口
ForestMultipart() - Constructor for class com.dtflys.forest.multipart.ForestMultipart
 
ForestMultipartFactory<T> - Class in com.dtflys.forest.multipart
 
ForestMultipartFactory(Class<T>, String, int, MappingTemplate, MappingTemplate) - Constructor for class com.dtflys.forest.multipart.ForestMultipartFactory
 
ForestNamespaceHandler - Class in com.dtflys.forest.schema
 
ForestNamespaceHandler() - Constructor for class com.dtflys.forest.schema.ForestNamespaceHandler
 
ForestNetworkException - Exception in com.dtflys.forest.exceptions
 
ForestNetworkException(String, Integer, ForestResponse) - Constructor for exception com.dtflys.forest.exceptions.ForestNetworkException
 
ForestNoFileNameException - Exception in com.dtflys.forest.exceptions
 
ForestNoFileNameException(Class) - Constructor for exception com.dtflys.forest.exceptions.ForestNoFileNameException
 
ForestProgress - Class in com.dtflys.forest.utils
 
ForestProgress(ForestRequest, long) - Constructor for class com.dtflys.forest.utils.ForestProgress
 
ForestProxy - Class in com.dtflys.forest.http
Forest请求正向代理
ForestProxy(String, int) - Constructor for class com.dtflys.forest.http.ForestProxy
 
ForestQueryMap - Class in com.dtflys.forest.http
Forest请求Query参数Map
ForestQueryMap() - Constructor for class com.dtflys.forest.http.ForestQueryMap
 
ForestQueryParameter - Class in com.dtflys.forest.http
Forest请求URL的Query参数项
ForestQueryParameter(String, Object) - Constructor for class com.dtflys.forest.http.ForestQueryParameter
 
ForestQueryParameter(String, Object, boolean) - Constructor for class com.dtflys.forest.http.ForestQueryParameter
 
ForestQueryParameter(String) - Constructor for class com.dtflys.forest.http.ForestQueryParameter
 
ForestRequest<T> - Class in com.dtflys.forest.http
Forest请求对象
ForestRequest(ForestConfiguration, ForestMethod, Object[]) - Constructor for class com.dtflys.forest.http.ForestRequest
 
ForestRequest(ForestConfiguration, ForestMethod) - Constructor for class com.dtflys.forest.http.ForestRequest
 
ForestRequest(ForestConfiguration) - Constructor for class com.dtflys.forest.http.ForestRequest
 
ForestRequest(ForestConfiguration, Object[]) - Constructor for class com.dtflys.forest.http.ForestRequest
 
ForestRequestBody - Class in com.dtflys.forest.http
Forest请求体
ForestRequestBody(ForestRequestBody.BodyType) - Constructor for class com.dtflys.forest.http.ForestRequestBody
 
ForestRequestBody.BodyType - Enum in com.dtflys.forest.http
请求体类型枚举类
ForestRequestType - Enum in com.dtflys.forest.http
Forest请求类型(请求方法)枚举
ForestResponse<T> - Class in com.dtflys.forest.http
Forest请求响应类
ForestResponse(ForestRequest) - Constructor for class com.dtflys.forest.http.ForestResponse
 
ForestResponseFactory<R> - Interface in com.dtflys.forest.http
 
ForestRetryException - Exception in com.dtflys.forest.exceptions
 
ForestRetryException(Throwable, ForestRequest, int, int) - Constructor for exception com.dtflys.forest.exceptions.ForestRetryException
 
ForestRuntimeException - Exception in com.dtflys.forest.exceptions
Created by Administrator on 2016/5/30.
ForestRuntimeException(String) - Constructor for exception com.dtflys.forest.exceptions.ForestRuntimeException
 
ForestRuntimeException(String, Throwable) - Constructor for exception com.dtflys.forest.exceptions.ForestRuntimeException
 
ForestRuntimeException(Throwable) - Constructor for exception com.dtflys.forest.exceptions.ForestRuntimeException
 
ForestScan - Annotation Type in com.thebeastshop.forest.springboot.annotation
 
ForestScanBeanDefinitionParser - Class in com.dtflys.forest.schema
 
ForestScanBeanDefinitionParser() - Constructor for class com.dtflys.forest.schema.ForestScanBeanDefinitionParser
 
ForestScannerRegister - Class in com.thebeastshop.forest.springboot.annotation
 
ForestScannerRegister() - Constructor for class com.thebeastshop.forest.springboot.annotation.ForestScannerRegister
 
ForestSSLConnectionFactory - Class in com.dtflys.forest.backend.httpclient.conn
 
ForestSSLConnectionFactory() - Constructor for class com.dtflys.forest.backend.httpclient.conn.ForestSSLConnectionFactory
 
ForestSSLConnectionFactory(X509HostnameVerifier) - Constructor for class com.dtflys.forest.backend.httpclient.conn.ForestSSLConnectionFactory
 
ForestSSLKeyStoreProperties - Class in com.thebeastshop.forest.springboot.properties
 
ForestSSLKeyStoreProperties() - Constructor for class com.thebeastshop.forest.springboot.properties.ForestSSLKeyStoreProperties
 
ForestUnsupportException - Exception in com.dtflys.forest.exceptions
 
ForestUnsupportException(String) - Constructor for exception com.dtflys.forest.exceptions.ForestUnsupportException
 
ForestX509TrustManager - Class in com.dtflys.forest.ssl
 
ForestX509TrustManager(SSLKeyStore) - Constructor for class com.dtflys.forest.ssl.ForestX509TrustManager
 
ForestXmlConverter - Interface in com.dtflys.forest.converter.xml
Xml消息转化接口
FormBody - Annotation Type in com.dtflys.forest.annotation
Request Form Body
FormBodyLifeCycle - Class in com.dtflys.forest.lifecycles.parameter
Forest @FormBody注解的生命周期
FormBodyLifeCycle() - Constructor for class com.dtflys.forest.lifecycles.parameter.FormBodyLifeCycle
 

G

GATEWAY_TIMEOUT - Static variable in class com.dtflys.forest.http.HttpStatus
 
Get - Annotation Type in com.dtflys.forest.annotation
Get请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。当调用被修饰的方法时就会执行Forest动态的代理的代码, 也就会自动执行组装请求、发送请求、接受请求响应信息等任务。
get() - Method in class com.dtflys.forest.backend.httpclient.response.HttpclientForestFuture
 
get(long, TimeUnit) - Method in class com.dtflys.forest.backend.httpclient.response.HttpclientForestFuture
 
get() - Method in class com.dtflys.forest.backend.okhttp3.response.OkHttp3ResponseFuture
 
get(long, TimeUnit) - Method in class com.dtflys.forest.backend.okhttp3.response.OkHttp3ResponseFuture
 
get(Object) - Method in class com.dtflys.forest.http.ForestQueryMap
 
getAcceptedIssuers() - Method in class com.dtflys.forest.ssl.ForestX509TrustManager
 
getAcceptedIssuers() - Method in class com.dtflys.forest.ssl.TrustAllManager
 
getAccess_token() - Method in class com.dtflys.forest.lifecycles.authorization.OAuth2Token
 
getAccessToken() - Method in class com.dtflys.forest.lifecycles.authorization.OAuth2LifeCycle.TokenCache
 
getArgList() - Method in class com.dtflys.forest.mapping.MappingInvoke
 
getArgument(int) - Method in class com.dtflys.forest.http.ForestRequest
根据参数下标获取该请求对应方法的参数值
getArguments() - Method in class com.dtflys.forest.http.ForestRequest
获取该请求对应方法的所有参数值
getAttachment(String) - Method in class com.dtflys.forest.http.ForestRequest
根据名称获取该请求中的附件
getAttribute(ForestRequest, String) - Method in interface com.dtflys.forest.interceptor.Interceptor
 
getAttribute(ForestRequest, String, Class<T>) - Method in interface com.dtflys.forest.interceptor.Interceptor
 
getAttribute(String) - Method in class com.dtflys.forest.interceptor.InterceptorAttributes
 
getAttributeAsDouble(ForestRequest, String) - Method in interface com.dtflys.forest.interceptor.Interceptor
 
getAttributeAsFloat(ForestRequest, String) - Method in interface com.dtflys.forest.interceptor.Interceptor
 
getAttributeAsInteger(ForestRequest, String) - Method in interface com.dtflys.forest.interceptor.Interceptor
 
getAttributeAsString(ForestRequest, String) - Method in interface com.dtflys.forest.interceptor.Interceptor
 
getAttributes(ForestRequest) - Method in interface com.dtflys.forest.interceptor.Interceptor
 
getAttributes() - Method in class com.dtflys.forest.interceptor.InterceptorAttributes
 
getAttributesFromAnnotation(Annotation) - Static method in class com.dtflys.forest.utils.ReflectUtils
从注解对象中获取所有属性
getAttributeTemplates() - Method in class com.dtflys.forest.interceptor.InterceptorAttributes
 
getBackend() - Method in class com.dtflys.forest.config.ForestConfiguration
获取当前HTTP后端
getBackend() - Method in class com.dtflys.forest.http.ForestRequest
获取HTTP后端对象
getBackend() - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
getBackendName() - Method in class com.dtflys.forest.config.ForestConfiguration
获取HTTP后端名称
getBaseAnnotations() - Method in class com.dtflys.forest.proxy.InterfaceProxyHandler
 
getBaseMetaRequest() - Method in class com.dtflys.forest.proxy.InterfaceProxyHandler
 
getBeanId(String, Class, ParserContext) - Static method in class com.dtflys.forest.utils.ClientFactoryBeanUtils
 
getBeanId(String, Class, BeanDefinitionRegistry) - Static method in class com.dtflys.forest.utils.ClientFactoryBeanUtils
 
getBeanId() - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
getBinary() - Method in class com.thebeastshop.forest.springboot.properties.ForestConvertProperties
 
getBody() - Method in class com.dtflys.forest.http.ForestRequest
 
getBody() - Method in class com.dtflys.forest.logging.RequestLogMessage
 
getBodyBuilder() - Method in class com.dtflys.forest.backend.okhttp3.executor.AbstractOkHttp3Executor
 
getBodyBuilder() - Method in class com.dtflys.forest.backend.okhttp3.executor.OkHttp3DeleteExecutor
 
getBodyBuilder() - Method in class com.dtflys.forest.backend.okhttp3.executor.OkHttp3GetExecutor
 
getBodyBuilder() - Method in class com.dtflys.forest.backend.okhttp3.executor.OkHttp3HeadExecutor
 
getBodyBuilder() - Method in class com.dtflys.forest.backend.okhttp3.executor.OkHttp3OptionsExecutor
 
getBodyBuilder() - Method in class com.dtflys.forest.backend.okhttp3.executor.OkHttp3PatchExecutor
 
getBodyBuilder() - Method in class com.dtflys.forest.backend.okhttp3.executor.OkHttp3PostExecutor
 
getBodyBuilder() - Method in class com.dtflys.forest.backend.okhttp3.executor.OkHttp3PutExecutor
 
getBodyBuilder() - Method in class com.dtflys.forest.backend.okhttp3.executor.OkHttp3TraceExecutor
 
getBodyList() - Method in class com.dtflys.forest.http.ForestRequest
Deprecated.
getBodyString() - Method in class com.dtflys.forest.backend.httpclient.logging.HttpclientLogBodyMessage
 
getBodyString() - Method in class com.dtflys.forest.backend.okhttp3.logging.OkHttp3LogBodyMessage
 
getBodyString() - Method in interface com.dtflys.forest.logging.LogBodyMessage
获取请求体日志信息
getByteArray() - Method in class com.dtflys.forest.backend.httpclient.response.HttpclientForestResponse
 
getByteArray() - Method in class com.dtflys.forest.backend.okhttp3.response.OkHttp3ForestResponse
 
getByteArray() - Method in class com.dtflys.forest.http.ForestResponse
以字节数组的形式获取请求响应内容
getBytes() - Method in class com.dtflys.forest.file.SpringMultipartFile
 
getBytes() - Method in class com.dtflys.forest.multipart.ByteArrayMultipart
 
getBytes() - Method in class com.dtflys.forest.multipart.ForestMultipart
 
getCertPass() - Method in class com.dtflys.forest.ssl.SSLKeyStore
 
getCertPass() - Method in class com.thebeastshop.forest.springboot.properties.ForestSSLKeyStoreProperties
 
getCharset() - Method in class com.dtflys.forest.backend.ContentType
 
getCharset() - Method in class com.dtflys.forest.config.ForestConfiguration
获取全局的请求数据字符集
getCharset() - Method in class com.dtflys.forest.http.ForestRequest
 
getCharset() - Method in class com.dtflys.forest.reflection.MetaRequest
 
getCharset() - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
getCharsetName(byte[]) - Static method in class com.dtflys.forest.utils.ByteEncodeUtils
通过字符串字节数组获得字符串编码名称
getCharsetName(byte[], String) - Static method in class com.dtflys.forest.utils.ByteEncodeUtils
通过字符串字节数组获得字符串编码名称
getCipherSuites() - Method in class com.dtflys.forest.ssl.SSLKeyStore
 
getCipherSuites() - Method in class com.thebeastshop.forest.springboot.properties.ForestSSLKeyStoreProperties
 
getClassByType(Type) - Static method in class com.dtflys.forest.utils.ReflectUtils
从Type获取Class
getClient(ForestRequest, LifeCycleHandler) - Method in class com.dtflys.forest.backend.okhttp3.conn.OkHttp3ConnectionManager
 
getClient(ForestRequest, LifeCycleHandler) - Method in class com.dtflys.forest.backend.okhttp3.executor.AbstractOkHttp3Executor
 
getClientId() - Method in class com.dtflys.forest.lifecycles.authorization.OAuth2LifeCycle.TokenCache
 
getConfiguration() - Method in interface com.dtflys.forest.config.VariableScope
 
getConfiguration() - Method in class com.dtflys.forest.http.ForestRequest
获取该请求的配置对象
getConfiguration() - Method in class com.dtflys.forest.mapping.SubVariableScope
 
getConfiguration() - Method in class com.dtflys.forest.proxy.InterfaceProxyHandler
 
getConfiguration() - Method in class com.dtflys.forest.reflection.ForestMethod
 
getConnectTimeout() - Method in class com.dtflys.forest.config.ForestConfiguration
获取全局的请求连接超时时间,单位为毫秒
getConnectTimeout() - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
getContent() - Method in class com.dtflys.forest.backend.httpclient.response.HttpclientEntity
 
getContent() - Method in class com.dtflys.forest.http.ForestResponse
获取请求响应内容文本 和ForestResponse.readAsString()不同的地方在于, ForestResponse.getContent()不会读取二进制形式数据内容, 而ForestResponse.readAsString()会将二进制数据转换成字符串读取
getContent() - Method in class com.dtflys.forest.http.StringRequestBody
 
getContentEncoding() - Method in class com.dtflys.forest.backend.httpclient.response.HttpclientEntity
 
getContentEncoding() - Method in class com.dtflys.forest.http.ForestRequest
 
getContentEncoding() - Method in class com.dtflys.forest.http.ForestResponse
获取请求响应内容的数据编码
getContentEncoding() - Method in class com.dtflys.forest.reflection.MetaRequest
 
getContentLength() - Method in class com.dtflys.forest.backend.httpclient.body.HttpclientMultipartCommonBody
 
getContentLength() - Method in class com.dtflys.forest.backend.httpclient.response.HttpclientEntity
 
getContentLength() - Method in class com.dtflys.forest.http.ForestResponse
获取请求响应内容的数据长度
getContentType() - Method in class com.dtflys.forest.backend.httpclient.response.HttpclientEntity
 
getContentType() - Method in class com.dtflys.forest.http.ForestRequest
 
getContentType() - Method in class com.dtflys.forest.http.ForestResponse
获取请求响应内容的数据类型
getContentType() - Method in class com.dtflys.forest.http.NameValueRequestBody
 
getContentType() - Method in class com.dtflys.forest.multipart.ByteArrayMultipart
 
getContentType() - Method in class com.dtflys.forest.multipart.FilePathMultipart
 
getContentType() - Method in class com.dtflys.forest.multipart.ForestMultipart
 
getContentType() - Method in class com.dtflys.forest.reflection.MetaRequest
 
getConverter(ForestDataType) - Method in class com.dtflys.forest.config.ForestConfiguration
根据请求响应数据类型获取数据转换器
getConverterMap() - Method in class com.dtflys.forest.config.ForestConfiguration
获取全局数据转换器表
getConverters() - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
getCookies(String) - Method in class com.dtflys.forest.http.ForestCookies
 
getCookies(String, String) - Method in class com.dtflys.forest.http.ForestCookies
 
getCookies(String, String, String) - Method in class com.dtflys.forest.http.ForestCookies
 
getCookiesFromHttpCookieStore(CookieStore) - Method in class com.dtflys.forest.backend.httpclient.request.AbstractHttpclientRequestSender
 
getCreateTime() - Method in class com.dtflys.forest.http.ForestCookie
 
getCurrentBytes() - Method in class com.dtflys.forest.utils.ForestProgress
 
getCurrentRetryCount() - Method in exception com.dtflys.forest.exceptions.ForestRetryException
 
getData() - Method in class com.dtflys.forest.http.ForestRequest
Deprecated.
getData() - Method in class com.dtflys.forest.reflection.MetaRequest
 
getDataNameValueList() - Method in class com.dtflys.forest.http.ForestRequest
 
getDataType() - Method in class com.dtflys.forest.http.ForestRequest
 
getDataType() - Method in class com.dtflys.forest.reflection.MetaRequest
 
getDateFormat() - Method in class com.dtflys.forest.converter.json.ForestFastjsonConverter
 
getDateFormat() - Method in class com.dtflys.forest.converter.json.ForestGsonConverter
 
getDateFormat() - Method in class com.dtflys.forest.converter.json.ForestJacksonConverter
 
getDateFormat() - Method in interface com.dtflys.forest.converter.json.ForestJsonConverter
获取日期格式
getDecoder() - Method in class com.dtflys.forest.http.ForestRequest
获取反序列化器
getDecoder() - Method in class com.dtflys.forest.reflection.MetaRequest
 
getDefaultConfiguration() - Static method in class com.dtflys.forest.config.ForestConfiguration
 
getDefaultHeaders() - Method in class com.dtflys.forest.config.ForestConfiguration
获取全局默认请求头信息列表
getDefaultParameters() - Method in class com.dtflys.forest.config.ForestConfiguration
获取全局默认请求参数列表
getDefaultParamTarget() - Method in enum com.dtflys.forest.http.ForestRequestType
 
getDomain() - Method in class com.dtflys.forest.http.ForestCookie
 
getErrcode() - Method in class com.dtflys.forest.lifecycles.authorization.OAuth2Token
 
getErrmsg() - Method in class com.dtflys.forest.lifecycles.authorization.OAuth2Token
 
getError() - Method in class com.dtflys.forest.lifecycles.authorization.OAuth2Token
 
getError_description() - Method in class com.dtflys.forest.lifecycles.authorization.OAuth2Token
 
getErrorMessage() - Method in class com.dtflys.forest.lifecycles.authorization.OAuth2Token
 
getException() - Method in class com.dtflys.forest.http.ForestResponse
获取请求发送过程中的异常
getExpires_in() - Method in class com.dtflys.forest.lifecycles.authorization.OAuth2Token
 
getExpiresAt() - Method in class com.dtflys.forest.lifecycles.authorization.OAuth2LifeCycle.TokenCache
 
getExpiresIn() - Method in class com.dtflys.forest.lifecycles.authorization.OAuth2LifeCycle.TokenCache
Token有效期剩余时间.
getExpiresTime() - Method in class com.dtflys.forest.http.ForestCookie
 
getFile() - Method in class com.dtflys.forest.file.SpringMultipartFile
 
getFile() - Method in class com.dtflys.forest.file.SpringResource
 
getFile() - Method in class com.dtflys.forest.multipart.ByteArrayMultipart
 
getFile() - Method in class com.dtflys.forest.multipart.FileMultipart
 
getFile() - Method in class com.dtflys.forest.multipart.FilePathMultipart
 
getFile() - Method in class com.dtflys.forest.multipart.ForestMultipart
 
getFile() - Method in class com.dtflys.forest.multipart.InputStreamMultipart
 
getFile() - Method in class com.thebeastshop.forest.springboot.properties.ForestSSLKeyStoreProperties
 
getFilename() - Method in class com.dtflys.forest.backend.httpclient.body.HttpclientMultipartCommonBody
 
getFilename() - Method in class com.dtflys.forest.http.ForestRequest
 
getFileNameTemplate() - Method in class com.dtflys.forest.multipart.ForestMultipartFactory
 
getFilePath() - Method in class com.dtflys.forest.multipart.FilePathMultipart
获取文件实际路径
getFilePath() - Method in class com.dtflys.forest.ssl.SSLKeyStore
 
getFilterChain() - Method in class com.dtflys.forest.mapping.MappingParameter
 
getFilters() - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
getForestConfiguration() - Method in class com.dtflys.forest.beans.ClientFactoryBean
 
getFormValueString(ForestJsonConverter, Object) - Static method in class com.dtflys.forest.mapping.MappingTemplate
 
getGetterName(Method) - Static method in class com.dtflys.forest.utils.StringUtils
 
getHeader(String) - Method in class com.dtflys.forest.http.ForestHeaderMap
根据请求头名称获取请求头对象
getHeader(String) - Method in class com.dtflys.forest.http.ForestRequest
根据请求头名称获取该请求的请求头信息
getHeader(String) - Method in class com.dtflys.forest.http.ForestResponse
根据响应头名称获取单个请求响应头
getHeaderNameValueList() - Method in class com.dtflys.forest.http.ForestRequest
 
getHeaders(String) - Method in class com.dtflys.forest.http.ForestHeaderMap
根据请求头名称获取请求头对象列表
getHeaders() - Method in class com.dtflys.forest.http.ForestRequest
获取该请求的所有请求头信息
getHeaders(String) - Method in class com.dtflys.forest.http.ForestResponse
根据响应头名称获取请求响应头列表
getHeaders() - Method in class com.dtflys.forest.http.ForestResponse
获取请求响应的所有响应头
getHeaders() - Method in class com.dtflys.forest.logging.RequestLogMessage
 
getHeaders() - Method in class com.dtflys.forest.reflection.MetaRequest
 
getHeaderValue(String) - Method in class com.dtflys.forest.http.ForestRequest
根据请求头名称获取该请求的请求头的值
getHeaderValue(String) - Method in class com.dtflys.forest.http.ForestResponse
根据响应头名称获取请求响应头值
getHeaderValues(String) - Method in class com.dtflys.forest.http.ForestResponse
根据响应头名称获取请求响应头值列表
getHost() - Method in class com.dtflys.forest.http.ForestProxy
 
getHost() - Method in class com.dtflys.forest.logging.RequestProxyLogMessage
 
getHttpAsyncClient(ForestRequest) - Method in class com.dtflys.forest.backend.httpclient.conn.HttpclientConnectionManager
 
getHttpClient(ForestRequest, CookieStore) - Method in class com.dtflys.forest.backend.httpclient.conn.HttpclientConnectionManager
 
getHttpClient(CookieStore) - Method in class com.dtflys.forest.backend.httpclient.request.SyncHttpclientRequestSender
 
getHttpResponse() - Method in class com.dtflys.forest.backend.httpclient.response.HttpclientForestResponse
 
getId() - Method in class com.dtflys.forest.config.ForestConfiguration
获取全局配置ID
getId() - Method in class com.dtflys.forest.ssl.SSLKeyStore
 
getId() - Method in class com.thebeastshop.forest.springboot.properties.ForestSSLKeyStoreProperties
 
getIndex() - Method in class com.dtflys.forest.mapping.MappingIndex
 
getIndex() - Method in class com.dtflys.forest.mapping.MappingParameter
 
getIndex() - Method in class com.dtflys.forest.multipart.ForestMultipartFactory
 
getInputStream() - Method in class com.dtflys.forest.backend.httpclient.body.HttpclientMultipartCommonBody
 
getInputStream() - Method in class com.dtflys.forest.file.SpringMultipartFile
 
getInputStream() - Method in class com.dtflys.forest.file.SpringResource
 
getInputStream() - Method in class com.dtflys.forest.http.ForestResponse
以输入流的形式获取请求响应内容
getInputStream() - Method in class com.dtflys.forest.multipart.ByteArrayMultipart
 
getInputStream() - Method in class com.dtflys.forest.multipart.FileMultipart
 
getInputStream() - Method in class com.dtflys.forest.multipart.FilePathMultipart
 
getInputStream() - Method in class com.dtflys.forest.multipart.ForestMultipart
 
getInputStream() - Method in class com.dtflys.forest.multipart.InputStreamMultipart
 
getInputStream() - Method in class com.dtflys.forest.ssl.SpringSSLKeyStore
 
getInputStream() - Method in class com.dtflys.forest.ssl.SSLKeyStore
 
getInstance() - Static method in class com.dtflys.forest.converter.json.JSONConverterSelector
 
getInstanceCache() - Method in class com.dtflys.forest.config.ForestConfiguration
获取请求接口实例缓存,返回的缓存对象集合用于缓存请求接口的动态代理的实例
getInterceptor(Class<T>) - Method in class com.dtflys.forest.interceptor.DefaultInterceptorFactory
 
getInterceptor(Class<T>) - Method in interface com.dtflys.forest.interceptor.InterceptorFactory
 
getInterceptor() - Method in class com.dtflys.forest.reflection.MetaRequest
 
getInterceptorAttribute(Class, String) - Method in class com.dtflys.forest.http.ForestRequest
根据拦截器类和拦截器属性名获取拦截器属性值
getInterceptorAttributes() - Method in class com.dtflys.forest.http.ForestRequest
获取拦截器属性表
getInterceptorAttributes(Class) - Method in class com.dtflys.forest.http.ForestRequest
根据拦截器类获取拦截器属性集合对象
getInterceptorChain() - Method in class com.dtflys.forest.http.ForestRequest
获取拦截器链对象
getInterceptorChain() - Method in class com.dtflys.forest.interceptor.DefaultInterceptorFactory
 
getInterceptorChain() - Method in interface com.dtflys.forest.interceptor.InterceptorFactory
 
getInterceptorClass() - Method in class com.dtflys.forest.interceptor.InterceptorAttributes
 
getInterceptorFactory() - Method in class com.dtflys.forest.config.ForestConfiguration
获取拦截器工厂
getInterceptors() - Method in class com.dtflys.forest.config.ForestConfiguration
获取全局拦截器列表
getInterceptors() - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
getInterceptorSize() - Method in class com.dtflys.forest.interceptor.InterceptorChain
 
getInterfaceClass() - Method in class com.dtflys.forest.beans.ClientFactoryBean
 
getInterfaceClass() - Method in class com.dtflys.forest.proxy.ProxyFactory
 
getJson() - Method in class com.thebeastshop.forest.springboot.properties.ForestConvertProperties
 
getJsonConverter() - Method in class com.dtflys.forest.config.ForestConfiguration
获取当前全局JSON数据转换器
getJsonParamName() - Method in class com.dtflys.forest.mapping.MappingParameter
 
getKeyStore(String) - Method in class com.dtflys.forest.config.ForestConfiguration
根据ID获取全局SSL的Key Store信息
getKeyStore() - Method in class com.dtflys.forest.http.ForestRequest
获取SSL KeyStore信息
getKeyStore() - Method in class com.dtflys.forest.reflection.MetaRequest
 
getKeystorePass() - Method in class com.dtflys.forest.ssl.SSLKeyStore
 
getKeystorePass() - Method in class com.thebeastshop.forest.springboot.properties.ForestSSLKeyStoreProperties
 
getKeystoreType() - Method in class com.dtflys.forest.ssl.SSLKeyStore
 
getLifeCycleHandler() - Method in class com.dtflys.forest.http.ForestRequest
获取生命周期处理器
getLogConfiguration() - Method in class com.dtflys.forest.http.ForestRequest
获取请求日志配置信息
getLogConfiguration() - Method in class com.dtflys.forest.reflection.MetaRequest
 
getLogger() - Method in class com.dtflys.forest.logging.DefaultLogHandler
 
getLogger() - Method in interface com.dtflys.forest.logging.ForestLogHandler
获取Forest日志控制对象
getLogHandler() - Method in class com.dtflys.forest.config.ForestConfiguration
获取日志处理器
getLogHandler() - Method in class com.dtflys.forest.logging.LogConfiguration
获取日志处理器
getLogHandler() - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
getMap() - Method in class com.dtflys.forest.mapping.MappingParameter
 
getMapper() - Method in class com.dtflys.forest.converter.json.ForestJacksonConverter
获取Jackson的Mapper对象
getMaxAge() - Method in class com.dtflys.forest.http.ForestCookie
 
getMaxConnections() - Method in class com.dtflys.forest.config.ForestConfiguration
获取全局的最大连接数
getMaxConnections() - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
getMaxRetryCount() - Method in exception com.dtflys.forest.exceptions.ForestRetryException
 
getMaxRetryCount() - Method in class com.dtflys.forest.retryer.BackOffRetryer
 
getMaxRetryInterval() - Method in class com.dtflys.forest.config.ForestConfiguration
获取全局的最大请求重试之间的时间间隔,单位为毫秒
getMaxRetryInterval() - Method in class com.dtflys.forest.http.ForestRequest
 
getMaxRetryInterval() - Method in class com.dtflys.forest.reflection.MetaRequest
 
getMaxRetryInterval() - Method in class com.dtflys.forest.retryer.BackOffRetryer
 
getMaxRetryInterval() - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
getMaxRouteConnections() - Method in class com.dtflys.forest.config.ForestConfiguration
获取全局的最大请求路径连接数
getMaxRouteConnections() - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
getMetaRequest() - Method in class com.dtflys.forest.reflection.ForestMethod
获取元请求信息
getMethod() - Method in class com.dtflys.forest.backend.httpclient.entity.AbstractHttpWithBodyEntity
 
getMethod() - Method in class com.dtflys.forest.backend.httpclient.executor.HttpclientPatchExecutor.HttpPatch
 
getMethod() - Method in class com.dtflys.forest.backend.httpclient.HttpclientDelete
 
getMethod() - Method in class com.dtflys.forest.http.ForestRequest
获取请求对应的Forest方法
getMethod() - Method in class com.dtflys.forest.reflection.ForestMethod
获取Forest方法对应的Java原生方法
getMethodName() - Method in class com.dtflys.forest.reflection.ForestMethod
获取方法名
getMethodReturnValue() - Method in class com.dtflys.forest.http.ForestRequest
获取该请求对应的方法返回值
getMultiparts() - Method in class com.dtflys.forest.http.ForestRequest
 
getName() - Method in interface com.dtflys.forest.backend.HttpBackend
 
getName() - Method in class com.dtflys.forest.backend.httpclient.HttpclientBackend
 
getName() - Method in class com.dtflys.forest.backend.okhttp3.OkHttp3Backend
 
getName() - Method in class com.dtflys.forest.http.ForestCookie
 
getName() - Method in class com.dtflys.forest.http.ForestHeader
 
getName() - Method in class com.dtflys.forest.http.ForestQueryParameter
 
getName() - Method in enum com.dtflys.forest.http.ForestRequestType
 
getName() - Method in class com.dtflys.forest.http.NameValueRequestBody
 
getName() - Method in class com.dtflys.forest.logging.LogHeaderMessage
 
getName() - Method in class com.dtflys.forest.mapping.MappingIdentity
 
getName() - Method in class com.dtflys.forest.mapping.MappingNameValue
 
getName() - Method in class com.dtflys.forest.mapping.MappingParameter
 
getName() - Method in class com.dtflys.forest.mapping.MappingReference
 
getName() - Method in class com.dtflys.forest.mapping.MappingVariable
 
getName() - Method in enum com.dtflys.forest.mapping.Token
 
getName() - Method in class com.dtflys.forest.multipart.ForestMultipart
 
getName() - Method in class com.dtflys.forest.utils.ForestDataType
获取数据类型名称
getName() - Method in class com.dtflys.forest.utils.RequestNameValue
 
getNameTemplate() - Method in class com.dtflys.forest.multipart.ForestMultipartFactory
 
getNumber() - Method in class com.dtflys.forest.mapping.MappingDouble
 
getNumber() - Method in class com.dtflys.forest.mapping.MappingFloat
 
getNumber() - Method in class com.dtflys.forest.mapping.MappingInteger
 
getNumber() - Method in class com.dtflys.forest.mapping.MappingLong
 
getObject() - Method in class com.dtflys.forest.beans.ClientFactoryBean
 
getObject() - Method in class com.dtflys.forest.http.ObjectRequestBody
 
getObjectType() - Method in class com.dtflys.forest.beans.ClientFactoryBean
 
getOnError() - Method in class com.dtflys.forest.http.ForestRequest
获取OnError回调函数,该回调函数在请求失败时被调用
getOnLoadCookie() - Method in class com.dtflys.forest.http.ForestRequest
获取回调函数: 加载Cookie时调用
getOnProgress() - Method in class com.dtflys.forest.http.ForestRequest
获取进度回调函数:上传/下载进度监听时调用
getOnSaveCookie() - Method in class com.dtflys.forest.http.ForestRequest
获取回调函数: 需要保存Cookie时调用
getOnSuccess() - Method in class com.dtflys.forest.http.ForestRequest
获取OnSuccess回调函数,该回调函数在请求成功时被调用
getOnSuccessClassGenericType() - Method in interface com.dtflys.forest.handler.LifeCycleHandler
 
getOnSuccessClassGenericType() - Method in class com.dtflys.forest.reflection.MethodLifeCycleHandler
 
getOnSuccessClassGenericType() - Method in class com.dtflys.forest.reflection.NoneLifeCycleHandler
 
getOriginalFileName() - Method in class com.dtflys.forest.file.SpringMultipartFile
 
getOriginalFileName() - Method in class com.dtflys.forest.file.SpringResource
 
getOriginalFileName() - Method in class com.dtflys.forest.multipart.ByteArrayMultipart
 
getOriginalFileName() - Method in class com.dtflys.forest.multipart.FileMultipart
 
getOriginalFileName() - Method in class com.dtflys.forest.multipart.FilePathMultipart
 
getOriginalFileName() - Method in class com.dtflys.forest.multipart.ForestMultipart
 
getOriginalFileName() - Method in class com.dtflys.forest.multipart.InputStreamMultipart
 
getParameters() - Method in class com.thebeastshop.forest.springboot.properties.ForestConverterItemProperties
 
getParameterValue(ForestJsonConverter, Object) - Static method in class com.dtflys.forest.mapping.MappingTemplate
 
getPartContentType() - Method in class com.dtflys.forest.mapping.MappingParameter
 
getPartContentType() - Method in class com.dtflys.forest.utils.RequestNameValue
 
getPath() - Method in class com.dtflys.forest.http.ForestCookie
 
getPort() - Method in class com.dtflys.forest.http.ForestProxy
 
getPort() - Method in class com.dtflys.forest.logging.RequestProxyLogMessage
 
getProgressStep() - Method in class com.dtflys.forest.http.ForestRequest
获取上传/下载进度监听的步长
getProgressStep() - Method in class com.dtflys.forest.reflection.MetaRequest
 
getPropMethodFromClass(Class, MappingIdentity) - Method in class com.dtflys.forest.mapping.MappingDot
 
getProtocol() - Method in class com.dtflys.forest.http.ForestRequest
获取请求协议
getProtocols() - Method in class com.dtflys.forest.ssl.SSLKeyStore
 
getProtocols() - Method in class com.thebeastshop.forest.springboot.properties.ForestSSLKeyStoreProperties
 
getProxy() - Method in class com.dtflys.forest.http.ForestRequest
获取正向代理
getProxy() - Method in class com.dtflys.forest.logging.RequestLogMessage
 
getProxyFactory(Class<T>) - Method in class com.dtflys.forest.config.ForestConfiguration
根据请求接口类创建并获取请求接口的动态代理工厂
getProxyFactory() - Method in class com.dtflys.forest.proxy.InterfaceProxyHandler
 
getProxyHandler() - Method in interface com.dtflys.forest.proxy.ForestClientProxy
 
getQueries(String) - Method in class com.dtflys.forest.http.ForestQueryMap
 
getQuery(String) - Method in class com.dtflys.forest.http.ForestQueryMap
 
getQuery() - Method in class com.dtflys.forest.http.ForestRequest
获取请求的Query参数表
getQuery(String) - Method in class com.dtflys.forest.http.ForestRequest
根据名称获取请求的Query参数值
getQueryableURLBuilder() - Static method in class com.dtflys.forest.backend.url.URLBuilder
 
getQueryNameValueList() - Method in class com.dtflys.forest.http.ForestRequest
Deprecated.
getQueryString() - Method in class com.dtflys.forest.http.ForestRequest
动态获取请求的URL Query参数字符串
getQueryValues() - Method in class com.dtflys.forest.http.ForestRequest
 
getRate() - Method in class com.dtflys.forest.utils.ForestProgress
 
getRefresh_token() - Method in class com.dtflys.forest.lifecycles.authorization.OAuth2Token
 
getRefreshToken() - Method in class com.dtflys.forest.lifecycles.authorization.OAuth2LifeCycle.TokenCache
 
getRegisteredFilterNames() - Method in class com.dtflys.forest.config.ForestConfiguration
获取全局过滤器注册表中所有过滤器的名称列表
GetRequest - Annotation Type in com.dtflys.forest.annotation
Get请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。当调用被修饰的方法时就会执行Forest动态的代理的代码, 也就会自动执行组装请求、发送请求、接受请求响应信息等任务。
getRequest(String) - Method in interface com.dtflys.forest.backend.httpclient.HttpclientRequestProvider
 
getRequest() - Method in exception com.dtflys.forest.exceptions.ForestHandlerException
 
getRequest() - Method in exception com.dtflys.forest.exceptions.ForestRetryException
 
getRequest() - Method in class com.dtflys.forest.http.ForestResponse
获取该响应对象对应的请求对象
getRequest() - Method in class com.dtflys.forest.logging.RequestLogMessage
 
getRequest() - Method in class com.dtflys.forest.retryer.BackOffRetryer
 
getRequest() - Method in class com.dtflys.forest.utils.ForestProgress
 
getRequestAnnotation() - Method in class com.dtflys.forest.reflection.MetaRequest
 
GetRequestLifeCycle - Class in com.dtflys.forest.lifecycles.method
 
GetRequestLifeCycle() - Constructor for class com.dtflys.forest.lifecycles.method.GetRequestLifeCycle
 
getRequestLine() - Method in class com.dtflys.forest.logging.RequestLogMessage
获取请求行
getRequestLogMessage() - Method in class com.dtflys.forest.http.ForestRequest
 
getRequestProvider() - Method in class com.dtflys.forest.backend.httpclient.executor.AbstractHttpclientExecutor
 
getRequestProvider() - Method in class com.dtflys.forest.backend.httpclient.executor.HttpclientDeleteExecutor
 
getRequestProvider() - Method in class com.dtflys.forest.backend.httpclient.executor.HttpclientGetExecutor
 
getRequestProvider() - Method in class com.dtflys.forest.backend.httpclient.executor.HttpclientHeadExecutor
 
getRequestProvider() - Method in class com.dtflys.forest.backend.httpclient.executor.HttpclientOptionsExecutor
 
getRequestProvider() - Method in class com.dtflys.forest.backend.httpclient.executor.HttpclientPatchExecutor
 
getRequestProvider() - Method in class com.dtflys.forest.backend.httpclient.executor.HttpclientPostExecutor
 
getRequestProvider() - Method in class com.dtflys.forest.backend.httpclient.executor.HttpclientPutExecutor
 
getRequestProvider() - Method in class com.dtflys.forest.backend.httpclient.executor.HttpclientTraceExecutor
 
getRequestTime() - Method in class com.dtflys.forest.logging.ResponseLogMessage
 
getResponse() - Method in exception com.dtflys.forest.exceptions.ForestHandlerException
 
getResponse() - Method in exception com.dtflys.forest.exceptions.ForestNetworkException
 
getResponse() - Method in class com.dtflys.forest.logging.ResponseLogMessage
 
getResponseEncode() - Method in class com.dtflys.forest.http.ForestRequest
 
getResponseTime() - Method in class com.dtflys.forest.logging.ResponseLogMessage
 
getResult(ForestRequest, ForestResponse, Type, Class) - Method in class com.dtflys.forest.handler.ResultHandler
 
getResult() - Method in class com.dtflys.forest.http.ForestResponse
获取反序列化成对象类型的请求响应内容
getResultData() - Method in class com.dtflys.forest.reflection.MethodLifeCycleHandler
 
getRetryCount() - Method in class com.dtflys.forest.config.ForestConfiguration
获取全局的最大请求失败重试次数
getRetryCount() - Method in class com.dtflys.forest.http.ForestRequest
 
getRetryCount() - Method in class com.dtflys.forest.logging.RequestLogMessage
 
getRetryCount() - Method in class com.dtflys.forest.reflection.MetaRequest
 
getRetryCount() - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
getRetryer() - Method in class com.dtflys.forest.config.ForestConfiguration
获取全局的请求失败重试策略类
getRetryer() - Method in class com.dtflys.forest.http.ForestRequest
获取Forest请求重试器
getRetryer() - Method in class com.dtflys.forest.reflection.MetaRequest
 
getRetryer() - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
getReturnClass() - Method in class com.dtflys.forest.reflection.ForestMethod
 
getReturnType() - Method in interface com.dtflys.forest.handler.LifeCycleHandler
 
getReturnType() - Method in class com.dtflys.forest.reflection.ForestMethod
获取方法返回值类型
getReturnType() - Method in class com.dtflys.forest.reflection.MethodLifeCycleHandler
 
getReturnType() - Method in class com.dtflys.forest.reflection.NoneLifeCycleHandler
 
getScheme() - Method in class com.dtflys.forest.logging.RequestLogMessage
 
getSerializerFeature() - Method in class com.dtflys.forest.converter.json.ForestFastjsonConverter
获取FastJson的序列化特性对象
getSerializerFeatureName() - Method in class com.dtflys.forest.converter.json.ForestFastjsonConverter
获取FastJson的序列化特性名
getSimpleURLBuilder() - Static method in class com.dtflys.forest.backend.url.URLBuilder
 
getSize() - Method in class com.dtflys.forest.file.SpringMultipartFile
 
getSize() - Method in class com.dtflys.forest.file.SpringResource
 
getSize() - Method in class com.dtflys.forest.multipart.ByteArrayMultipart
 
getSize() - Method in class com.dtflys.forest.multipart.FileMultipart
 
getSize() - Method in class com.dtflys.forest.multipart.FilePathMultipart
 
getSize() - Method in class com.dtflys.forest.multipart.ForestMultipart
 
getSize() - Method in class com.dtflys.forest.multipart.InputStreamMultipart
 
getSocketFactory() - Static method in class com.dtflys.forest.backend.httpclient.conn.ForestSSLConnectionFactory
 
getSSLContext(ForestRequest, String) - Static method in class com.dtflys.forest.ssl.SSLUtils
获取SSL上下文
getSslKeyStores() - Method in class com.dtflys.forest.config.ForestConfiguration
获取全局SSL的Key Store表
getSslKeyStores() - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
getSslProtocol() - Method in class com.dtflys.forest.config.ForestConfiguration
获取全局的单向HTTPS请求的SSL协议,默认为 TLSv1.2
getSslProtocol() - Method in class com.dtflys.forest.http.ForestRequest
 
getSslProtocol() - Method in class com.dtflys.forest.reflection.MetaRequest
 
getSslProtocol() - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
getSSLSocketFactory(ForestRequest, String) - Static method in class com.dtflys.forest.ssl.SSLUtils
 
getStatus() - Method in class com.dtflys.forest.logging.ResponseLogMessage
 
getStatusCode() - Method in exception com.dtflys.forest.exceptions.ForestNetworkException
 
getStatusCode() - Method in class com.dtflys.forest.http.ForestResponse
获取请求响应的状态码
getSubType() - Method in class com.dtflys.forest.backend.ContentType
 
getSystemSocketFactory() - Static method in class com.dtflys.forest.backend.httpclient.conn.ForestSSLConnectionFactory
 
getTarget() - Method in class com.dtflys.forest.mapping.MappingParameter
 
getTarget() - Method in class com.dtflys.forest.utils.RequestNameValue
 
getText() - Method in class com.dtflys.forest.mapping.MappingString
 
getText() - Method in class com.thebeastshop.forest.springboot.properties.ForestConvertProperties
 
getTime() - Method in class com.dtflys.forest.logging.ResponseLogMessage
计算并获取请求耗时
getTimeout() - Method in class com.dtflys.forest.config.ForestConfiguration
获取全局的请求超时时间,单位为毫秒
getTimeout() - Method in class com.dtflys.forest.http.ForestRequest
 
getTimeout() - Method in class com.dtflys.forest.reflection.MetaRequest
 
getTimeout() - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
getToken_type() - Method in class com.dtflys.forest.lifecycles.authorization.OAuth2Token
 
getTokenPrefix() - Method in enum com.dtflys.forest.extensions.OAuth2.TokenAt
 
getTokenType() - Method in class com.dtflys.forest.lifecycles.authorization.OAuth2LifeCycle.TokenCache
 
getTokenValue(String, String) - Method in enum com.dtflys.forest.extensions.OAuth2.TokenAt
获得 Token 值
getTokenVariable() - Method in enum com.dtflys.forest.extensions.OAuth2.TokenAt
 
getTokenVariable(String) - Method in enum com.dtflys.forest.extensions.OAuth2.TokenAt
获取变量名
getTotalBytes() - Method in class com.dtflys.forest.utils.ForestProgress
 
getTransferEncoding() - Method in class com.dtflys.forest.backend.httpclient.body.HttpclientMultipartCommonBody
 
getTrustManager(KeyStore, ForestRequest) - Method in class com.dtflys.forest.backend.okhttp3.conn.OkHttp3ConnectionManager
 
getTrustStore() - Method in class com.dtflys.forest.ssl.SSLKeyStore
 
getTrustStore() - Method in class com.thebeastshop.forest.springboot.properties.ForestSSLKeyStoreProperties
 
getType() - Method in class com.dtflys.forest.backend.ContentType
 
getType() - Method in class com.dtflys.forest.http.ForestRequest
 
getType() - Method in class com.dtflys.forest.http.ForestRequestBody
获取请求体类型
getType() - Method in class com.dtflys.forest.logging.RequestLogMessage
 
getType() - Method in class com.dtflys.forest.mapping.MappingParameter
 
getType() - Method in class com.dtflys.forest.reflection.MetaRequest
 
getType() - Method in class com.thebeastshop.forest.springboot.properties.ForestConverterItemProperties
 
getType() - Method in class com.thebeastshop.forest.springboot.properties.ForestSSLKeyStoreProperties
 
getTypeChangeHistory() - Method in class com.dtflys.forest.http.ForestRequest
获取请求类型变更历史列表
getTypeChangeHistory() - Method in class com.dtflys.forest.logging.RequestLogMessage
 
getTypeChangeHistoryString() - Method in class com.dtflys.forest.http.ForestRequest
获取请求类型变更历史字符串列表
getURI() - Method in class com.dtflys.forest.http.ForestRequest
获取请求URI
getUri() - Method in class com.dtflys.forest.logging.RequestLogMessage
 
getUrl() - Method in class com.dtflys.forest.http.ForestRequest
获取请求URL
getUrl() - Method in class com.dtflys.forest.reflection.MetaRequest
 
getURLBuilder() - Method in class com.dtflys.forest.backend.httpclient.executor.AbstractHttpclientExecutor
 
getURLBuilder() - Method in class com.dtflys.forest.backend.httpclient.executor.HttpclientDeleteExecutor
 
getURLBuilder() - Method in class com.dtflys.forest.backend.httpclient.executor.HttpclientGetExecutor
 
getURLBuilder() - Method in class com.dtflys.forest.backend.httpclient.executor.HttpclientHeadExecutor
 
getURLBuilder() - Method in class com.dtflys.forest.backend.httpclient.executor.HttpclientOptionsExecutor
 
getURLBuilder() - Method in class com.dtflys.forest.backend.httpclient.executor.HttpclientPatchExecutor
 
getURLBuilder() - Method in class com.dtflys.forest.backend.httpclient.executor.HttpclientPostExecutor
 
getURLBuilder() - Method in class com.dtflys.forest.backend.httpclient.executor.HttpclientPutExecutor
 
getURLBuilder() - Method in class com.dtflys.forest.backend.httpclient.executor.HttpclientTraceExecutor
 
getURLBuilder() - Method in class com.dtflys.forest.backend.okhttp3.executor.AbstractOkHttp3Executor
 
getURLBuilder() - Method in class com.dtflys.forest.backend.okhttp3.executor.OkHttp3DeleteExecutor
 
getURLBuilder() - Method in class com.dtflys.forest.backend.okhttp3.executor.OkHttp3GetExecutor
 
getURLBuilder() - Method in class com.dtflys.forest.backend.okhttp3.executor.OkHttp3HeadExecutor
 
getURLBuilder() - Method in class com.dtflys.forest.backend.okhttp3.executor.OkHttp3OptionsExecutor
 
getURLBuilder() - Method in class com.dtflys.forest.backend.okhttp3.executor.OkHttp3PatchExecutor
 
getURLBuilder() - Method in class com.dtflys.forest.backend.okhttp3.executor.OkHttp3PostExecutor
 
getURLBuilder() - Method in class com.dtflys.forest.backend.okhttp3.executor.OkHttp3PutExecutor
 
getURLBuilder() - Method in class com.dtflys.forest.backend.okhttp3.executor.OkHttp3TraceExecutor
 
getUserAgent() - Method in class com.dtflys.forest.http.ForestRequest
 
getUserAgent() - Method in class com.dtflys.forest.reflection.MetaRequest
 
getUserInfo() - Method in class com.dtflys.forest.http.ForestRequest
 
getValidBaseURL(String) - Static method in class com.dtflys.forest.utils.URLUtils
 
getValidURL(String, String) - Static method in class com.dtflys.forest.utils.URLUtils
 
getValue(String) - Method in enum com.dtflys.forest.extensions.OAuth2.GrantType
获取 GrantType 的实际请求参数值
getValue() - Method in class com.dtflys.forest.http.ForestCookie
 
getValue() - Method in class com.dtflys.forest.http.ForestHeader
 
getValue(String) - Method in class com.dtflys.forest.http.ForestHeaderMap
根据请求头名称获取请求头的值
getValue() - Method in class com.dtflys.forest.http.ForestQueryParameter
 
getValue() - Method in class com.dtflys.forest.http.NameValueRequestBody
 
getValue() - Method in class com.dtflys.forest.logging.LogHeaderMessage
 
getValue() - Method in class com.dtflys.forest.mapping.MappingNameValue
 
getValue() - Method in enum com.dtflys.forest.mapping.Token
 
getValue() - Method in class com.dtflys.forest.utils.RequestNameValue
 
getValues(String) - Method in class com.dtflys.forest.http.ForestHeaderMap
根据请求头名称获取请求头的值列表
getValues() - Method in class com.dtflys.forest.http.ForestHeaderMap
获取所有请求头的值
getVariable(String) - Method in interface com.dtflys.forest.config.VariableScope
 
getVariable(String) - Method in class com.dtflys.forest.mapping.SubVariableScope
 
getVariable(String) - Method in class com.dtflys.forest.proxy.InterfaceProxyHandler
 
getVariable(String) - Method in class com.dtflys.forest.reflection.ForestMethod
 
getVariables() - Method in class com.dtflys.forest.config.ForestConfiguration
获取全局变量表
getVariables() - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
getVariableScope() - Method in class com.dtflys.forest.mapping.MappingTemplate
 
getVariableValue(String) - Method in class com.dtflys.forest.config.ForestConfiguration
根据变量名获取全局变量值
getVariableValue(String) - Method in interface com.dtflys.forest.config.VariableScope
 
getVariableValue(String) - Method in class com.dtflys.forest.mapping.SubVariableScope
 
getVariableValue(String) - Method in class com.dtflys.forest.proxy.InterfaceProxyHandler
 
getVariableValue(String) - Method in class com.dtflys.forest.reflection.ForestMethod
 
getWaitedTime() - Method in class com.dtflys.forest.retryer.BackOffRetryer
 
getX509TrustManager(ForestRequest) - Method in class com.dtflys.forest.backend.okhttp3.conn.OkHttp3ConnectionManager
 
getXml() - Method in class com.thebeastshop.forest.springboot.properties.ForestConvertProperties
 
getXmlConverter() - Method in class com.dtflys.forest.config.ForestConfiguration
获取当前全局XML数据转换器
GONE - Static variable in class com.dtflys.forest.http.HttpStatus
 

H

handleError(ForestResponse) - Method in class com.dtflys.forest.backend.AbstractBackendResponseHandler
 
handleError(ForestResponse, Throwable) - Method in class com.dtflys.forest.backend.AbstractBackendResponseHandler
 
handleError(ForestRequest, ForestResponse) - Method in interface com.dtflys.forest.handler.LifeCycleHandler
 
handleError(ForestRequest, ForestResponse, Throwable) - Method in interface com.dtflys.forest.handler.LifeCycleHandler
 
handleError(ForestRequest, ForestResponse) - Method in class com.dtflys.forest.reflection.MethodLifeCycleHandler
 
handleError(ForestRequest, ForestResponse, Throwable) - Method in class com.dtflys.forest.reflection.MethodLifeCycleHandler
 
handleError(ForestRequest, ForestResponse) - Method in class com.dtflys.forest.reflection.NoneLifeCycleHandler
 
handleError(ForestRequest, ForestResponse, Throwable) - Method in class com.dtflys.forest.reflection.NoneLifeCycleHandler
 
handleFuture(Future<R>, ForestResponseFactory) - Method in class com.dtflys.forest.backend.AbstractBackendResponseHandler
 
handleFuture(Future, ForestResponseFactory) - Method in class com.dtflys.forest.backend.httpclient.response.HttpclientResponseHandler
 
handleFuture(Future<Object>, ForestResponseFactory) - Method in class com.dtflys.forest.backend.okhttp3.response.OkHttp3ResponseHandler
 
handleFutureResult(Future, Class, ForestResponseFactory) - Method in class com.dtflys.forest.backend.httpclient.response.HttpclientResponseHandler
 
handleInvokeMethod(ForestRequest, ForestMethod, Object[]) - Method in interface com.dtflys.forest.handler.LifeCycleHandler
 
handleInvokeMethod(ForestRequest, ForestMethod, Object[]) - Method in class com.dtflys.forest.reflection.MethodLifeCycleHandler
 
handleInvokeMethod(ForestRequest, ForestMethod, Object[]) - Method in class com.dtflys.forest.reflection.NoneLifeCycleHandler
 
handleLoadCookie(ForestRequest, ForestCookies) - Method in interface com.dtflys.forest.handler.LifeCycleHandler
 
handleLoadCookie(ForestRequest, ForestCookies) - Method in class com.dtflys.forest.reflection.MethodLifeCycleHandler
 
handleLoadCookie(ForestRequest, ForestCookies) - Method in class com.dtflys.forest.reflection.NoneLifeCycleHandler
 
handleProgress(ForestRequest, ForestProgress) - Method in interface com.dtflys.forest.handler.LifeCycleHandler
 
handleProgress(ForestRequest, ForestProgress) - Method in class com.dtflys.forest.reflection.MethodLifeCycleHandler
 
handleProgress(ForestRequest, ForestProgress) - Method in class com.dtflys.forest.reflection.NoneLifeCycleHandler
 
handleResult(Object) - Method in interface com.dtflys.forest.handler.LifeCycleHandler
 
handleResult(Object) - Method in class com.dtflys.forest.reflection.MethodLifeCycleHandler
 
handleResult(Object) - Method in class com.dtflys.forest.reflection.NoneLifeCycleHandler
 
handleResultType(ForestRequest, ForestResponse) - Method in interface com.dtflys.forest.handler.LifeCycleHandler
 
handleResultType(ForestRequest, ForestResponse, Type, Class) - Method in interface com.dtflys.forest.handler.LifeCycleHandler
 
handleResultType(ForestRequest, ForestResponse) - Method in class com.dtflys.forest.reflection.MethodLifeCycleHandler
 
handleResultType(ForestRequest, ForestResponse, Type, Class) - Method in class com.dtflys.forest.reflection.MethodLifeCycleHandler
 
handleResultType(ForestRequest, ForestResponse) - Method in class com.dtflys.forest.reflection.NoneLifeCycleHandler
 
handleResultType(ForestRequest, ForestResponse, Type, Class) - Method in class com.dtflys.forest.reflection.NoneLifeCycleHandler
 
handleSaveCookie(ForestRequest, ForestCookies) - Method in interface com.dtflys.forest.handler.LifeCycleHandler
 
handleSaveCookie(ForestRequest, ForestCookies) - Method in class com.dtflys.forest.reflection.MethodLifeCycleHandler
 
handleSaveCookie(ForestRequest, ForestCookies) - Method in class com.dtflys.forest.reflection.NoneLifeCycleHandler
 
handleSuccess(ForestResponse) - Method in class com.dtflys.forest.backend.AbstractBackendResponseHandler
 
handleSuccess(Object, ForestRequest, ForestResponse) - Method in interface com.dtflys.forest.handler.LifeCycleHandler
 
handleSuccess(Object, ForestRequest, ForestResponse) - Method in class com.dtflys.forest.reflection.MethodLifeCycleHandler
 
handleSuccess(Object, ForestRequest, ForestResponse) - Method in class com.dtflys.forest.reflection.NoneLifeCycleHandler
 
handleSync(ForestResponse, int, String) - Method in class com.dtflys.forest.backend.AbstractBackendResponseHandler
 
handleSync(HttpResponse, ForestResponse) - Method in class com.dtflys.forest.backend.httpclient.response.HttpclientResponseHandler
 
handleSync(Response, ForestResponse) - Method in class com.dtflys.forest.backend.okhttp3.response.OkHttp3ResponseHandler
 
handleSync(ForestRequest, ForestResponse) - Method in interface com.dtflys.forest.handler.LifeCycleHandler
 
handleSync(ForestRequest, ForestResponse) - Method in class com.dtflys.forest.reflection.MethodLifeCycleHandler
 
handleSync(ForestRequest, ForestResponse) - Method in class com.dtflys.forest.reflection.NoneLifeCycleHandler
 
handleSyncWithException(ForestRequest, ForestResponse, Exception) - Method in interface com.dtflys.forest.handler.LifeCycleHandler
 
handleSyncWithException(ForestRequest, ForestResponse, Exception) - Method in class com.dtflys.forest.reflection.MethodLifeCycleHandler
 
handleSyncWithException(ForestRequest, ForestResponse, Exception) - Method in class com.dtflys.forest.reflection.NoneLifeCycleHandler
 
handleTry(ForestRetryException, Retryer) - Method in interface com.dtflys.forest.handler.LifeCycleHandler
 
handleTry(ForestRetryException, Retryer) - Method in class com.dtflys.forest.reflection.MethodLifeCycleHandler
 
handleTry(ForestRetryException, Retryer) - Method in class com.dtflys.forest.reflection.NoneLifeCycleHandler
 
hasError() - Method in class com.dtflys.forest.lifecycles.authorization.OAuth2Token
 
hasFilter(String) - Method in class com.dtflys.forest.config.ForestConfiguration
判断全局过滤器注册表是否已存在某个过滤器
hashCode() - Method in class com.dtflys.forest.utils.ForestDataType
重载HashCode
hasIterateVariable() - Method in class com.dtflys.forest.mapping.MappingTemplate
 
hasProtocol(String) - Static method in class com.dtflys.forest.utils.URLUtils
 
Header - Annotation Type in com.dtflys.forest.annotation
请求头注解,该注解只能修饰方法的参数,被修饰的参数会被作为请求头信息添加到请求中并发送到服务端
headerIterator() - Method in class com.dtflys.forest.http.ForestHeaderMap
获取本请求头集合的迭代器对象
HeaderLifeCycle - Class in com.dtflys.forest.lifecycles.parameter
Forest @Header注解的生命周期
HeaderLifeCycle() - Constructor for class com.dtflys.forest.lifecycles.parameter.HeaderLifeCycle
 
headers - Variable in class com.dtflys.forest.http.ForestResponse
请求响应头集合
HeadRequest - Annotation Type in com.dtflys.forest.annotation
Head请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。当调用被修饰的方法时就会执行Forest动态的代理的代码, 也就会自动执行组装请求、发送请求、接受请求响应信息等任务。
HeadRequestLifeCycle - Class in com.dtflys.forest.lifecycles.method
 
HeadRequestLifeCycle() - Constructor for class com.dtflys.forest.lifecycles.method.HeadRequestLifeCycle
 
HTTP_VERSION_NOT_SUPPORTED - Static variable in class com.dtflys.forest.http.HttpStatus
 
HttpBackend - Interface in com.dtflys.forest.backend
HTTP后端接口
HttpBackend.HttpExecutorCreator - Interface in com.dtflys.forest.backend
 
HttpBackendSelector - Class in com.dtflys.forest.backend
 
HttpBackendSelector() - Constructor for class com.dtflys.forest.backend.HttpBackendSelector
 
HTTPCLIENT_CLIENT_CLASS_NAME - Static variable in class com.dtflys.forest.backend.HttpBackendSelector
 
HttpclientBackend - Class in com.dtflys.forest.backend.httpclient
 
HttpclientBackend() - Constructor for class com.dtflys.forest.backend.httpclient.HttpclientBackend
 
HttpclientBodyBuilder<T extends org.apache.http.client.methods.HttpEntityEnclosingRequestBase> - Class in com.dtflys.forest.backend.httpclient.body
HttpClient后端的请求Body构造器
HttpclientBodyBuilder() - Constructor for class com.dtflys.forest.backend.httpclient.body.HttpclientBodyBuilder
 
HttpclientConnectionManager - Class in com.dtflys.forest.backend.httpclient.conn
 
HttpclientConnectionManager() - Constructor for class com.dtflys.forest.backend.httpclient.conn.HttpclientConnectionManager
 
HttpclientDelete - Class in com.dtflys.forest.backend.httpclient
 
HttpclientDelete(String) - Constructor for class com.dtflys.forest.backend.httpclient.HttpclientDelete
 
HttpclientDeleteExecutor - Class in com.dtflys.forest.backend.httpclient.executor
 
HttpclientDeleteExecutor(ForestRequest, HttpclientResponseHandler, HttpclientRequestSender) - Constructor for class com.dtflys.forest.backend.httpclient.executor.HttpclientDeleteExecutor
 
HttpclientEntity - Class in com.dtflys.forest.backend.httpclient.response
 
HttpclientEntity(ForestRequest, HttpEntity, LifeCycleHandler) - Constructor for class com.dtflys.forest.backend.httpclient.response.HttpclientEntity
 
HttpclientForestFuture<T,R> - Class in com.dtflys.forest.backend.httpclient.response
 
HttpclientForestFuture(ForestRequest, Class<T>, LifeCycleHandler, Future<R>, ForestResponseFactory) - Constructor for class com.dtflys.forest.backend.httpclient.response.HttpclientForestFuture
 
HttpclientForestResponse - Class in com.dtflys.forest.backend.httpclient.response
 
HttpclientForestResponse(ForestRequest, HttpResponse, HttpEntity) - Constructor for class com.dtflys.forest.backend.httpclient.response.HttpclientForestResponse
 
HttpclientForestResponseFactory - Class in com.dtflys.forest.backend.httpclient.response
 
HttpclientForestResponseFactory() - Constructor for class com.dtflys.forest.backend.httpclient.response.HttpclientForestResponseFactory
 
HttpclientGetExecutor - Class in com.dtflys.forest.backend.httpclient.executor
 
HttpclientGetExecutor(ForestRequest, HttpclientResponseHandler, HttpclientRequestSender) - Constructor for class com.dtflys.forest.backend.httpclient.executor.HttpclientGetExecutor
 
HttpclientHeadExecutor - Class in com.dtflys.forest.backend.httpclient.executor
 
HttpclientHeadExecutor(ForestRequest, HttpclientResponseHandler, HttpclientRequestSender) - Constructor for class com.dtflys.forest.backend.httpclient.executor.HttpclientHeadExecutor
 
HttpclientLogBodyMessage - Class in com.dtflys.forest.backend.httpclient.logging
Httpclient后端的请求头日志消息
HttpclientLogBodyMessage(HttpEntity) - Constructor for class com.dtflys.forest.backend.httpclient.logging.HttpclientLogBodyMessage
 
HttpclientMultipartCommonBody - Class in com.dtflys.forest.backend.httpclient.body
HttpClient后端通用类型的MultipartBody封装,主要用于文件上传以及上传时的进度监听
HttpclientMultipartCommonBody(ForestRequest, ForestMultipart, ContentType, String, LifeCycleHandler) - Constructor for class com.dtflys.forest.backend.httpclient.body.HttpclientMultipartCommonBody
 
HttpclientMultipartFileBody - Class in com.dtflys.forest.backend.httpclient.body
HttpClient后端的的对于文件类型的MultipartBody封装,主要用于文件上传以及上传时的进度监听
HttpclientMultipartFileBody(ForestRequest, File, ContentType, String, LifeCycleHandler) - Constructor for class com.dtflys.forest.backend.httpclient.body.HttpclientMultipartFileBody
 
HttpclientOptionsExecutor - Class in com.dtflys.forest.backend.httpclient.executor
 
HttpclientOptionsExecutor(ForestRequest, HttpclientResponseHandler, HttpclientRequestSender) - Constructor for class com.dtflys.forest.backend.httpclient.executor.HttpclientOptionsExecutor
 
HttpclientPatchExecutor - Class in com.dtflys.forest.backend.httpclient.executor
 
HttpclientPatchExecutor(ForestRequest, HttpclientResponseHandler, HttpclientRequestSender) - Constructor for class com.dtflys.forest.backend.httpclient.executor.HttpclientPatchExecutor
 
HttpclientPatchExecutor.HttpPatch - Class in com.dtflys.forest.backend.httpclient.executor
 
HttpclientPostExecutor - Class in com.dtflys.forest.backend.httpclient.executor
 
HttpclientPostExecutor(ForestRequest, HttpclientResponseHandler, HttpclientRequestSender) - Constructor for class com.dtflys.forest.backend.httpclient.executor.HttpclientPostExecutor
 
HttpclientPutExecutor - Class in com.dtflys.forest.backend.httpclient.executor
 
HttpclientPutExecutor(ForestRequest, HttpclientResponseHandler, HttpclientRequestSender) - Constructor for class com.dtflys.forest.backend.httpclient.executor.HttpclientPutExecutor
 
HttpclientRequestProvider<T extends org.apache.http.client.methods.HttpRequestBase> - Interface in com.dtflys.forest.backend.httpclient
 
HttpclientRequestSender - Interface in com.dtflys.forest.backend.httpclient.request
 
httpclientResponseHandler - Variable in class com.dtflys.forest.backend.httpclient.executor.AbstractHttpclientExecutor
 
HttpclientResponseHandler - Class in com.dtflys.forest.backend.httpclient.response
 
HttpclientResponseHandler(ForestRequest, LifeCycleHandler) - Constructor for class com.dtflys.forest.backend.httpclient.response.HttpclientResponseHandler
 
HttpclientTraceExecutor - Class in com.dtflys.forest.backend.httpclient.executor
 
HttpclientTraceExecutor(ForestRequest, HttpclientResponseHandler, HttpclientRequestSender) - Constructor for class com.dtflys.forest.backend.httpclient.executor.HttpclientTraceExecutor
 
HttpConnectionConstants - Class in com.dtflys.forest.backend
 
HttpConnectionConstants() - Constructor for class com.dtflys.forest.backend.HttpConnectionConstants
 
HttpDeleteWithBodyEntity - Class in com.dtflys.forest.backend.httpclient.entity
HttpClient后端的Delete方法请求体
HttpDeleteWithBodyEntity(String) - Constructor for class com.dtflys.forest.backend.httpclient.entity.HttpDeleteWithBodyEntity
 
HttpExecutor - Interface in com.dtflys.forest.backend
HTTP执行器
HttpGetWithBodyEntity - Class in com.dtflys.forest.backend.httpclient.entity
HttpClient后端的Get方法请求体
HttpGetWithBodyEntity(String) - Constructor for class com.dtflys.forest.backend.httpclient.entity.HttpGetWithBodyEntity
 
HttpHeadWithBodyEntity - Class in com.dtflys.forest.backend.httpclient.entity
HttpClient后端的Head方法请求体
HttpHeadWithBodyEntity(String) - Constructor for class com.dtflys.forest.backend.httpclient.entity.HttpHeadWithBodyEntity
 
HttpOptionsWithBodyEntity - Class in com.dtflys.forest.backend.httpclient.entity
HttpClient后端的Options方法请求体
HttpOptionsWithBodyEntity(String) - Constructor for class com.dtflys.forest.backend.httpclient.entity.HttpOptionsWithBodyEntity
 
HttpPatch(String) - Constructor for class com.dtflys.forest.backend.httpclient.executor.HttpclientPatchExecutor.HttpPatch
 
HTTPProxy - Annotation Type in com.dtflys.forest.annotation
HTTP正向代理注解
HTTPProxyLifeCycle - Class in com.dtflys.forest.lifecycles.proxy
HTTP正向代理生命周期类
HTTPProxyLifeCycle() - Constructor for class com.dtflys.forest.lifecycles.proxy.HTTPProxyLifeCycle
 
httpRequest - Variable in class com.dtflys.forest.backend.httpclient.executor.AbstractHttpclientExecutor
 
HttpStatus - Class in com.dtflys.forest.http
 
HttpStatus() - Constructor for class com.dtflys.forest.http.HttpStatus
 
HttpTraceWithBodyEntity - Class in com.dtflys.forest.backend.httpclient.entity
HttpClient后端的Trace方法请求体
HttpTraceWithBodyEntity(String) - Constructor for class com.dtflys.forest.backend.httpclient.entity.HttpTraceWithBodyEntity
 

I

id - Variable in class com.dtflys.forest.ssl.SSLKeyStore
 
id - Variable in class com.thebeastshop.forest.springboot.properties.ForestSSLKeyStoreProperties
 
IgnoreAllIntercetpors - Annotation Type in com.dtflys.forest.extensions
该注解修饰的方法或接口类,将忽略所有的拦截器
IgnoreAllIntercetporsLifeCycle - Class in com.dtflys.forest.lifecycles.intercetpor
 
IgnoreAllIntercetporsLifeCycle() - Constructor for class com.dtflys.forest.lifecycles.intercetpor.IgnoreAllIntercetporsLifeCycle
 
index - Variable in class com.dtflys.forest.mapping.MappingParameter
参数下标
info(String, Object...) - Method in class com.dtflys.forest.logging.ForestLogger
输出INFO级别内容到日志
init(ForestConfiguration) - Method in class com.dtflys.forest.backend.AbstractHttpBackend
 
init(ForestConfiguration) - Method in interface com.dtflys.forest.backend.ForestConnectionManager
 
init(ForestConfiguration) - Method in interface com.dtflys.forest.backend.HttpBackend
 
init(ForestConfiguration) - Method in class com.dtflys.forest.backend.httpclient.conn.HttpclientConnectionManager
 
init(ForestConfiguration) - Method in class com.dtflys.forest.backend.okhttp3.conn.OkHttp3ConnectionManager
 
init() - Method in class com.dtflys.forest.schema.ForestNamespaceHandler
 
init() - Method in class com.dtflys.forest.ssl.SpringSSLKeyStore
 
init() - Method in class com.dtflys.forest.ssl.SSLKeyStore
 
inputStream - Variable in class com.dtflys.forest.ssl.SSLKeyStore
 
InputStreamMultipart - Class in com.dtflys.forest.multipart
 
InputStreamMultipart() - Constructor for class com.dtflys.forest.multipart.InputStreamMultipart
 
INSUFFICIENT_SPACE_ON_RESOURCE - Static variable in class com.dtflys.forest.http.HttpStatus
 
INSUFFICIENT_STORAGE - Static variable in class com.dtflys.forest.http.HttpStatus
 
Interceptor<T> - Interface in com.dtflys.forest.interceptor
Forest拦截器接口
InterceptorAttributes - Class in com.dtflys.forest.interceptor
拦截器属性类,用于封装通过注解传入的拦截器属性
InterceptorAttributes(Class, Map<String, Object>) - Constructor for class com.dtflys.forest.interceptor.InterceptorAttributes
 
interceptorChain - Variable in class com.dtflys.forest.interceptor.DefaultInterceptorFactory
 
InterceptorChain - Class in com.dtflys.forest.interceptor
 
InterceptorChain() - Constructor for class com.dtflys.forest.interceptor.InterceptorChain
 
InterceptorFactory - Interface in com.dtflys.forest.interceptor
 
interceptorMap - Variable in class com.dtflys.forest.interceptor.DefaultInterceptorFactory
 
InterfaceProxyHandler<T> - Class in com.dtflys.forest.proxy
 
InterfaceProxyHandler(ForestConfiguration, ProxyFactory, Class<T>) - Constructor for class com.dtflys.forest.proxy.InterfaceProxyHandler
 
INTERNAL_SERVER_ERROR - Static variable in class com.dtflys.forest.http.HttpStatus
 
invoke(Object, Method, Object[]) - Method in class com.dtflys.forest.proxy.InterfaceProxyHandler
 
invoke(Object[]) - Method in class com.dtflys.forest.reflection.ForestMethod
调用方法
isApplication() - Method in class com.dtflys.forest.backend.ContentType
 
isAsync() - Method in class com.dtflys.forest.http.ForestRequest
 
isAsync() - Method in class com.dtflys.forest.reflection.MetaRequest
 
isAudio() - Method in class com.dtflys.forest.backend.ContentType
 
isBegin() - Method in class com.dtflys.forest.utils.ForestProgress
 
isBlank(String) - Static method in class com.dtflys.forest.utils.StringUtils
 
isBody() - Method in class com.dtflys.forest.mapping.MappingParameter
 
isBody(int) - Static method in class com.dtflys.forest.mapping.MappingParameter
 
isCacheEnabled() - Method in class com.dtflys.forest.config.ForestConfiguration
是否缓存请求接口实例
isCancelled() - Method in class com.dtflys.forest.backend.httpclient.response.HttpclientForestFuture
 
isCancelled() - Method in class com.dtflys.forest.backend.okhttp3.response.OkHttp3ResponseFuture
 
isCandidateComponent(AnnotatedBeanDefinition) - Method in class com.dtflys.forest.scanner.ClassPathClientScanner
 
isChunked() - Method in class com.dtflys.forest.backend.httpclient.response.HttpclientEntity
 
isDone() - Method in class com.dtflys.forest.backend.httpclient.response.HttpclientForestFuture
 
isDone() - Method in class com.dtflys.forest.backend.okhttp3.response.OkHttp3ResponseFuture
 
isDone() - Method in class com.dtflys.forest.utils.ForestProgress
 
isDownloadFile() - Method in class com.dtflys.forest.http.ForestRequest
该请求是否下载文件
isEmpty() - Method in class com.dtflys.forest.backend.ContentType
 
isEmpty() - Method in class com.dtflys.forest.filter.FilterChain
 
isEmpty() - Method in class com.dtflys.forest.http.ForestQueryMap
 
isEmpty(String) - Static method in class com.dtflys.forest.utils.StringUtils
 
isError() - Method in class com.dtflys.forest.http.ForestResponse
网络请求是否失败
isFile() - Method in class com.dtflys.forest.file.SpringMultipartFile
 
isFile() - Method in class com.dtflys.forest.file.SpringResource
 
isFile() - Method in class com.dtflys.forest.multipart.ByteArrayMultipart
 
isFile() - Method in class com.dtflys.forest.multipart.FileMultipart
 
isFile() - Method in class com.dtflys.forest.multipart.FilePathMultipart
 
isFile() - Method in class com.dtflys.forest.multipart.ForestMultipart
 
isFile() - Method in class com.dtflys.forest.multipart.InputStreamMultipart
 
isFromUrl() - Method in class com.dtflys.forest.http.ForestQueryParameter
是否源自URL
isHeader() - Method in class com.dtflys.forest.mapping.MappingParameter
 
isHeader(int) - Static method in class com.dtflys.forest.mapping.MappingParameter
 
isHostOnly() - Method in class com.dtflys.forest.http.ForestCookie
 
isHttpOnly() - Method in class com.dtflys.forest.http.ForestCookie
 
isImage() - Method in class com.dtflys.forest.backend.ContentType
 
isInBody() - Method in class com.dtflys.forest.utils.RequestNameValue
 
isInHeader() - Method in class com.dtflys.forest.utils.RequestNameValue
 
isInQuery() - Method in class com.dtflys.forest.utils.RequestNameValue
 
isIterateVariable() - Method in class com.dtflys.forest.mapping.MappingBoolean
 
isIterateVariable() - Method in class com.dtflys.forest.mapping.MappingDot
 
isIterateVariable() - Method in class com.dtflys.forest.mapping.MappingDouble
 
isIterateVariable() - Method in class com.dtflys.forest.mapping.MappingExpr
 
isIterateVariable() - Method in class com.dtflys.forest.mapping.MappingFloat
 
isIterateVariable() - Method in class com.dtflys.forest.mapping.MappingIdentity
 
isIterateVariable() - Method in class com.dtflys.forest.mapping.MappingIndex
 
isIterateVariable() - Method in class com.dtflys.forest.mapping.MappingInteger
 
isIterateVariable() - Method in class com.dtflys.forest.mapping.MappingInvoke
 
isIterateVariable() - Method in class com.dtflys.forest.mapping.MappingLong
 
isIterateVariable() - Method in class com.dtflys.forest.mapping.MappingReference
 
isIterateVariable() - Method in class com.dtflys.forest.mapping.MappingString
 
isJavaScript() - Method in class com.dtflys.forest.backend.ContentType
 
isJson() - Method in class com.dtflys.forest.backend.ContentType
 
isJsonParam() - Method in class com.dtflys.forest.mapping.MappingParameter
 
isLogEnable() - Method in class com.dtflys.forest.http.ForestRequest
Deprecated.
isLogEnabled() - Method in class com.dtflys.forest.config.ForestConfiguration
是否允许打印请求日志
isLogEnabled() - Method in class com.dtflys.forest.logging.LogConfiguration
是否允许打印请求/响应日志
isLogEnabled() - Method in class com.dtflys.forest.reflection.MetaRequest
 
isLogEnabled() - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
isLogRequest() - Method in class com.dtflys.forest.config.ForestConfiguration
是否允许打印请求/响应日志
isLogRequest() - Method in class com.dtflys.forest.logging.LogConfiguration
是否允许打印请求日志
isLogRequest() - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
isLogResponseContent() - Method in class com.dtflys.forest.config.ForestConfiguration
是否允许打印响应日志
isLogResponseContent() - Method in class com.dtflys.forest.logging.LogConfiguration
是否允许打印响应日志
isLogResponseContent() - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
isLogResponseStatus() - Method in class com.dtflys.forest.config.ForestConfiguration
是否允许打印响应日志
isLogResponseStatus() - Method in class com.dtflys.forest.logging.LogConfiguration
是否允许打印响应日志
isLogResponseStatus() - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
isMultipart() - Method in class com.dtflys.forest.backend.ContentType
 
isNoExpires() - Method in class com.dtflys.forest.lifecycles.authorization.OAuth2LifeCycle.TokenCache
判断Token是否有效
isNotBlank(String) - Static method in class com.dtflys.forest.utils.StringUtils
 
isNotEmpty(String) - Static method in class com.dtflys.forest.utils.StringUtils
 
isObjectProperties() - Method in class com.dtflys.forest.mapping.MappingParameter
 
isOctetStream() - Method in class com.dtflys.forest.backend.ContentType
 
isOgg() - Method in class com.dtflys.forest.backend.ContentType
 
isPdf() - Method in class com.dtflys.forest.backend.ContentType
 
isPrimaryArrayType(Class) - Static method in class com.dtflys.forest.utils.ReflectUtils
是否为基本数组类型
isPrimaryType(Class) - Static method in class com.dtflys.forest.utils.ReflectUtils
是否是Java基本类型
isQuery() - Method in class com.dtflys.forest.mapping.MappingParameter
 
isQuery(int) - Static method in class com.dtflys.forest.mapping.MappingParameter
 
isReceivedResponseData() - Method in class com.dtflys.forest.backend.httpclient.response.HttpclientForestResponse
 
isReceivedResponseData() - Method in class com.dtflys.forest.backend.okhttp3.response.OkHttp3ForestResponse
 
isReceivedResponseData(ForestResponse) - Method in class com.dtflys.forest.handler.ResultHandler
 
isReceivedResponseData() - Method in class com.dtflys.forest.http.ForestResponse
是否已接受到响应数据
isRepeatable() - Method in class com.dtflys.forest.backend.httpclient.response.HttpclientEntity
 
isSecure() - Method in class com.dtflys.forest.http.ForestCookie
 
isSingleton() - Method in class com.dtflys.forest.beans.ClientFactoryBean
 
isStream() - Method in class com.dtflys.forest.backend.ContentType
 
isStreaming() - Method in class com.dtflys.forest.backend.httpclient.response.HttpclientEntity
 
isSuccess() - Method in class com.dtflys.forest.http.ForestResponse
网络请求是否成功
isText() - Method in class com.dtflys.forest.backend.ContentType
 
isTorrent() - Method in class com.dtflys.forest.backend.ContentType
 
isUnknownTarget() - Method in class com.dtflys.forest.mapping.MappingParameter
 
isUnknownTarget(int) - Static method in class com.dtflys.forest.mapping.MappingParameter
 
isValue() - Method in class com.dtflys.forest.mapping.MappingBoolean
 
isVideo() - Method in class com.dtflys.forest.backend.ContentType
 
isXml() - Method in class com.dtflys.forest.backend.ContentType
 
isZip() - Method in class com.dtflys.forest.backend.ContentType
 
iterator() - Method in class com.dtflys.forest.http.ForestCookies
 

J

JSON - Static variable in class com.dtflys.forest.utils.ForestDataType
数据类型: JSON类型
JSONBody - Annotation Type in com.dtflys.forest.annotation
Request JSON Body
JSONBodyLifeCycle - Class in com.dtflys.forest.lifecycles.parameter
Forest @JSONBody注解的生命周期
JSONBodyLifeCycle() - Constructor for class com.dtflys.forest.lifecycles.parameter.JSONBodyLifeCycle
 
JSONConverterSelector - Class in com.dtflys.forest.converter.json
JSON转换器选择策略 此类负责选择对应的可用JSON转转器供Forest使用
JSONConverterSelector() - Constructor for class com.dtflys.forest.converter.json.JSONConverterSelector
 
JSONFilter - Class in com.dtflys.forest.filter
 
JSONFilter() - Constructor for class com.dtflys.forest.filter.JSONFilter
 
JSONQuery - Annotation Type in com.dtflys.forest.annotation
URL JSON Query参数注解,该注解只能修饰方法的参数,被修饰的参数会被作为一个URL的Query参数并以JSON格式添加到请求的URL中的Query部分(即'?'后的那部分)
JSONQueryLifeCycle - Class in com.dtflys.forest.lifecycles.parameter
Forest @Query注解的生命周期
JSONQueryLifeCycle() - Constructor for class com.dtflys.forest.lifecycles.parameter.JSONQueryLifeCycle
 

K

keySet() - Method in class com.dtflys.forest.http.ForestQueryMap
 
keystorePass - Variable in class com.dtflys.forest.ssl.SSLKeyStore
 
keystorePass - Variable in class com.thebeastshop.forest.springboot.properties.ForestSSLKeyStoreProperties
 
keystoreType - Variable in class com.dtflys.forest.ssl.SSLKeyStore
 

L

left - Variable in class com.dtflys.forest.mapping.MappingDot
 
LENGTH_REQUIRED - Static variable in class com.dtflys.forest.http.HttpStatus
 
lifeCycleHandler - Variable in class com.dtflys.forest.backend.AbstractBackendResponseHandler
 
LifeCycleHandler - Interface in com.dtflys.forest.handler
Forest生命周期处理器
loadTrustStore() - Method in class com.dtflys.forest.ssl.SSLKeyStore
 
LOCKED - Static variable in class com.dtflys.forest.http.HttpStatus
 
LogBodyMessage - Interface in com.dtflys.forest.logging
请求体日志消息接口
LogConfiguration - Class in com.dtflys.forest.logging
请求日志配置信息
LogConfiguration() - Constructor for class com.dtflys.forest.logging.LogConfiguration
 
logContent(String) - Static method in class com.dtflys.forest.backend.httpclient.request.AbstractHttpclientRequestSender
 
logContent(String) - Method in class com.dtflys.forest.logging.DefaultLogHandler
打印日志内容
LogEnabled - Annotation Type in com.dtflys.forest.annotation
Forest请求日志控制注解
LogEnabledLifeCycle - Class in com.dtflys.forest.lifecycles.logging
 
LogEnabledLifeCycle() - Constructor for class com.dtflys.forest.lifecycles.logging.LogEnabledLifeCycle
 
LogHandler - Annotation Type in com.dtflys.forest.annotation
Forest请求日志处理器注解
LogHandlerLifeCycle - Class in com.dtflys.forest.lifecycles.logging
 
LogHandlerLifeCycle() - Constructor for class com.dtflys.forest.lifecycles.logging.LogHandlerLifeCycle
 
LogHeaderMessage - Class in com.dtflys.forest.logging
 
LogHeaderMessage(String, String) - Constructor for class com.dtflys.forest.logging.LogHeaderMessage
 
logRequest(int, T) - Method in class com.dtflys.forest.backend.httpclient.request.AbstractHttpclientRequestSender
 
logRequest(int, Request, OkHttpClient) - Method in class com.dtflys.forest.backend.okhttp3.executor.AbstractOkHttp3Executor
 
logRequest(RequestLogMessage) - Method in class com.dtflys.forest.logging.DefaultLogHandler
打印请求日志
logRequest(RequestLogMessage) - Method in interface com.dtflys.forest.logging.ForestLogHandler
打印请求日志
logResponse(long, ForestResponse) - Method in class com.dtflys.forest.backend.httpclient.executor.AbstractHttpclientExecutor
 
logResponse(long, ForestResponse) - Method in class com.dtflys.forest.backend.httpclient.request.SyncHttpclientRequestSender
 
logResponse(long, ForestResponse) - Method in class com.dtflys.forest.backend.okhttp3.executor.AbstractOkHttp3Executor
 
logResponseContent(ResponseLogMessage) - Method in class com.dtflys.forest.logging.DefaultLogHandler
打印响应内容日志
logResponseContent(ResponseLogMessage) - Method in interface com.dtflys.forest.logging.ForestLogHandler
打印响应内容日志
logResponseStatus(ResponseLogMessage) - Method in class com.dtflys.forest.logging.DefaultLogHandler
打印响应状态日志
logResponseStatus(ResponseLogMessage) - Method in interface com.dtflys.forest.logging.ForestLogHandler
打印响应状态日志

M

makeTemplate(String) - Method in class com.dtflys.forest.reflection.ForestMethod
 
map - Variable in class com.dtflys.forest.mapping.MappingParameter
映射操作
mapper - Variable in class com.dtflys.forest.converter.json.ForestJacksonConverter
 
MappingBoolean - Class in com.dtflys.forest.mapping
 
MappingBoolean(boolean) - Constructor for class com.dtflys.forest.mapping.MappingBoolean
 
MappingDot - Class in com.dtflys.forest.mapping
 
MappingDot(VariableScope, MappingExpr, MappingIdentity) - Constructor for class com.dtflys.forest.mapping.MappingDot
 
MappingDot(Token, VariableScope, MappingExpr, MappingIdentity) - Constructor for class com.dtflys.forest.mapping.MappingDot
 
MappingDouble - Class in com.dtflys.forest.mapping
 
MappingDouble(double) - Constructor for class com.dtflys.forest.mapping.MappingDouble
 
MappingExpr - Class in com.dtflys.forest.mapping
 
MappingExpr(Token) - Constructor for class com.dtflys.forest.mapping.MappingExpr
 
MappingFilterInvoke - Class in com.dtflys.forest.mapping
 
MappingFilterInvoke(VariableScope, MappingIdentity, List<MappingExpr>) - Constructor for class com.dtflys.forest.mapping.MappingFilterInvoke
 
MappingFloat - Class in com.dtflys.forest.mapping
 
MappingFloat(float) - Constructor for class com.dtflys.forest.mapping.MappingFloat
 
MappingIdentity - Class in com.dtflys.forest.mapping
 
MappingIdentity(String) - Constructor for class com.dtflys.forest.mapping.MappingIdentity
 
MappingIndex - Class in com.dtflys.forest.mapping
Created by Administrator on 2016/5/17.
MappingIndex(Integer) - Constructor for class com.dtflys.forest.mapping.MappingIndex
 
MappingInteger - Class in com.dtflys.forest.mapping
Created by Administrator on 2016/5/17.
MappingInteger(int) - Constructor for class com.dtflys.forest.mapping.MappingInteger
 
MappingInvoke - Class in com.dtflys.forest.mapping
 
MappingInvoke(VariableScope, MappingExpr, MappingIdentity, List<MappingExpr>) - Constructor for class com.dtflys.forest.mapping.MappingInvoke
 
MappingInvoke(Token, VariableScope, MappingExpr, MappingIdentity, List<MappingExpr>) - Constructor for class com.dtflys.forest.mapping.MappingInvoke
 
MappingLong - Class in com.dtflys.forest.mapping
 
MappingLong(long) - Constructor for class com.dtflys.forest.mapping.MappingLong
 
MappingNameValue - Class in com.dtflys.forest.mapping
 
MappingNameValue() - Constructor for class com.dtflys.forest.mapping.MappingNameValue
 
MappingParameter - Class in com.dtflys.forest.mapping
字符串模板解析类 方法参数
MappingParameter(Class) - Constructor for class com.dtflys.forest.mapping.MappingParameter
 
MappingReference - Class in com.dtflys.forest.mapping
Created by Administrator on 2016/5/26.
MappingReference(VariableScope, String) - Constructor for class com.dtflys.forest.mapping.MappingReference
 
MappingString - Class in com.dtflys.forest.mapping
Created by Administrator on 2016/5/4.
MappingString(String) - Constructor for class com.dtflys.forest.mapping.MappingString
 
MappingTemplate - Class in com.dtflys.forest.mapping
 
MappingTemplate(String, VariableScope) - Constructor for class com.dtflys.forest.mapping.MappingTemplate
 
MappingVariable - Class in com.dtflys.forest.mapping
Created by Administrator on 2016/5/4.
MappingVariable(String, Class) - Constructor for class com.dtflys.forest.mapping.MappingVariable
 
match(String) - Method in enum com.dtflys.forest.http.ForestRequestType
判断本Forest请求类型枚举是否匹配传入的名称
matchDomain(String, String) - Static method in class com.dtflys.forest.http.ForestCookie
 
matchDomain(String) - Method in class com.dtflys.forest.http.ForestCookie
 
matchPath(String, String) - Static method in class com.dtflys.forest.http.ForestCookie
 
matchPath(String) - Method in class com.dtflys.forest.http.ForestCookie
 
maxRetryCount - Variable in class com.dtflys.forest.retryer.BackOffRetryer
 
maxRetryInterval - Variable in class com.dtflys.forest.retryer.BackOffRetryer
 
MetaRequest - Class in com.dtflys.forest.reflection
 
MetaRequest(Annotation) - Constructor for class com.dtflys.forest.reflection.MetaRequest
 
MetaRequest() - Constructor for class com.dtflys.forest.reflection.MetaRequest
 
METHOD_FAILURE - Static variable in class com.dtflys.forest.http.HttpStatus
 
METHOD_NAME - Static variable in class com.dtflys.forest.backend.httpclient.HttpclientDelete
 
METHOD_NOT_ALLOWED - Static variable in class com.dtflys.forest.http.HttpStatus
 
MethodAnnotationLifeCycle<A extends Annotation,I> - Interface in com.dtflys.forest.lifecycles
方法注解的生命周期
MethodLifeCycle - Annotation Type in com.dtflys.forest.annotation
该注解用于为方法级别的自定义注解指定生命周期类
MethodLifeCycleHandler<T> - Class in com.dtflys.forest.reflection
请求方法生命周期处理器
MethodLifeCycleHandler(ForestMethod, Type) - Constructor for class com.dtflys.forest.reflection.MethodLifeCycleHandler
 
methodReturn(T) - Method in class com.dtflys.forest.http.ForestRequest
设置该请求对应的方法返回值
MOVED_PERMANENTLY - Static variable in class com.dtflys.forest.http.HttpStatus
 
MOVED_TEMPORARILY - Static variable in class com.dtflys.forest.http.HttpStatus
 
MULTI_STATUS - Static variable in class com.dtflys.forest.http.HttpStatus
 
MULTIPART_FORM_DATA - Static variable in class com.dtflys.forest.backend.ContentType
 
MULTIPLE_CHOICES - Static variable in class com.dtflys.forest.http.HttpStatus
 

N

name - Variable in class com.dtflys.forest.mapping.MappingParameter
参数名称
name - Variable in class com.dtflys.forest.multipart.ForestMultipart
 
names() - Method in class com.dtflys.forest.http.ForestCookies
 
names() - Method in class com.dtflys.forest.http.ForestHeaderMap
获取所有请求头的名称列表
NameUtils - Class in com.dtflys.forest.utils
 
NameUtils() - Constructor for class com.dtflys.forest.utils.NameUtils
 
NameValueRequestBody - Class in com.dtflys.forest.http
键值对类型请求体
NameValueRequestBody(String, Object) - Constructor for class com.dtflys.forest.http.NameValueRequestBody
 
NameValueRequestBody(String, String, Object) - Constructor for class com.dtflys.forest.http.NameValueRequestBody
 
newFilterInstance(String) - Method in class com.dtflys.forest.config.ForestConfiguration
根据过滤器名称创建新的过滤器实例
nextInterval(int) - Method in class com.dtflys.forest.retryer.BackOffRetryer
 
NO_CONTENT - Static variable in class com.dtflys.forest.http.HttpStatus
 
NON_AUTHORITATIVE_INFORMATION - Static variable in class com.dtflys.forest.http.HttpStatus
 
NoneBodyBuilder - Class in com.dtflys.forest.backend.body
 
NoneBodyBuilder() - Constructor for class com.dtflys.forest.backend.body.NoneBodyBuilder
 
NoneLifeCycleHandler - Class in com.dtflys.forest.reflection
 
NoneLifeCycleHandler() - Constructor for class com.dtflys.forest.reflection.NoneLifeCycleHandler
 
NoneRetryer - Class in com.dtflys.forest.retryer
空重试器,该重试器不会错任何重试动作
NoneRetryer(ForestRequest) - Constructor for class com.dtflys.forest.retryer.NoneRetryer
 
NOT_ACCEPTABLE - Static variable in class com.dtflys.forest.http.HttpStatus
 
NOT_FOUND - Static variable in class com.dtflys.forest.http.HttpStatus
 
NOT_IMPLEMENTED - Static variable in class com.dtflys.forest.http.HttpStatus
 
NOT_MODIFIED - Static variable in class com.dtflys.forest.http.HttpStatus
 

O

OAuth2 - Annotation Type in com.dtflys.forest.extensions
OAuth2 请求。自动获取Token、刷新Token,目前只支持 PASSWORD、CLIENT_CREDENTIALS 这样的无回调、无交互的类型。
OAuth2.GrantType - Enum in com.dtflys.forest.extensions
验证类型
OAuth2.TokenAt - Enum in com.dtflys.forest.extensions
Token 信息位置
OAuth2Client - Interface in com.dtflys.forest.lifecycles.authorization
OAuth2 请求
OAuth2LifeCycle - Class in com.dtflys.forest.lifecycles.authorization
OAuth2 注解的生命周期.
OAuth2LifeCycle() - Constructor for class com.dtflys.forest.lifecycles.authorization.OAuth2LifeCycle
 
OAuth2LifeCycle.TokenCache - Class in com.dtflys.forest.lifecycles.authorization
缓存 Token 信息的对象.
OAuth2Token - Class in com.dtflys.forest.lifecycles.authorization
OAuth2 Token
OAuth2Token() - Constructor for class com.dtflys.forest.lifecycles.authorization.OAuth2Token
 
ObjectRequestBody - Class in com.dtflys.forest.http
对象类型请求体
ObjectRequestBody(Object) - Constructor for class com.dtflys.forest.http.ObjectRequestBody
 
OK - Static variable in class com.dtflys.forest.http.HttpStatus
 
OKHTTP3_CLIENT_CLASS_NAME - Static variable in class com.dtflys.forest.backend.HttpBackendSelector
 
OkHttp3Backend - Class in com.dtflys.forest.backend.okhttp3
 
OkHttp3Backend() - Constructor for class com.dtflys.forest.backend.okhttp3.OkHttp3Backend
 
OkHttp3ConnectionManager - Class in com.dtflys.forest.backend.okhttp3.conn
 
OkHttp3ConnectionManager() - Constructor for class com.dtflys.forest.backend.okhttp3.conn.OkHttp3ConnectionManager
 
OkHttp3DeleteBodyBuilder - Class in com.dtflys.forest.backend.okhttp3.body
 
OkHttp3DeleteBodyBuilder() - Constructor for class com.dtflys.forest.backend.okhttp3.body.OkHttp3DeleteBodyBuilder
 
OkHttp3DeleteExecutor - Class in com.dtflys.forest.backend.okhttp3.executor
 
OkHttp3DeleteExecutor(OkHttp3ConnectionManager, OkHttp3ResponseHandler, ForestRequest) - Constructor for class com.dtflys.forest.backend.okhttp3.executor.OkHttp3DeleteExecutor
 
OkHttp3ForestResponse - Class in com.dtflys.forest.backend.okhttp3.response
 
OkHttp3ForestResponse(ForestRequest, Response) - Constructor for class com.dtflys.forest.backend.okhttp3.response.OkHttp3ForestResponse
 
OkHttp3ForestResponseFactory - Class in com.dtflys.forest.backend.okhttp3.response
 
OkHttp3ForestResponseFactory() - Constructor for class com.dtflys.forest.backend.okhttp3.response.OkHttp3ForestResponseFactory
 
OkHttp3GetBodyBuilder - Class in com.dtflys.forest.backend.okhttp3.body
 
OkHttp3GetBodyBuilder() - Constructor for class com.dtflys.forest.backend.okhttp3.body.OkHttp3GetBodyBuilder
 
OkHttp3GetExecutor - Class in com.dtflys.forest.backend.okhttp3.executor
 
OkHttp3GetExecutor(OkHttp3ConnectionManager, OkHttp3ResponseHandler, ForestRequest) - Constructor for class com.dtflys.forest.backend.okhttp3.executor.OkHttp3GetExecutor
 
OkHttp3HeadExecutor - Class in com.dtflys.forest.backend.okhttp3.executor
 
OkHttp3HeadExecutor(OkHttp3ConnectionManager, OkHttp3ResponseHandler, ForestRequest) - Constructor for class com.dtflys.forest.backend.okhttp3.executor.OkHttp3HeadExecutor
 
OkHttp3LogBodyMessage - Class in com.dtflys.forest.backend.okhttp3.logging
OkHttp3后端的请求头日志消息
OkHttp3LogBodyMessage(RequestBody) - Constructor for class com.dtflys.forest.backend.okhttp3.logging.OkHttp3LogBodyMessage
 
OkHttp3OptionsExecutor - Class in com.dtflys.forest.backend.okhttp3.executor
 
OkHttp3OptionsExecutor(OkHttp3ConnectionManager, OkHttp3ResponseHandler, ForestRequest) - Constructor for class com.dtflys.forest.backend.okhttp3.executor.OkHttp3OptionsExecutor
 
OkHttp3PatchBodyBuilder - Class in com.dtflys.forest.backend.okhttp3.body
 
OkHttp3PatchBodyBuilder() - Constructor for class com.dtflys.forest.backend.okhttp3.body.OkHttp3PatchBodyBuilder
 
OkHttp3PatchExecutor - Class in com.dtflys.forest.backend.okhttp3.executor
 
OkHttp3PatchExecutor(OkHttp3ConnectionManager, OkHttp3ResponseHandler, ForestRequest) - Constructor for class com.dtflys.forest.backend.okhttp3.executor.OkHttp3PatchExecutor
 
OkHttp3PostBodyBuilder - Class in com.dtflys.forest.backend.okhttp3.body
 
OkHttp3PostBodyBuilder() - Constructor for class com.dtflys.forest.backend.okhttp3.body.OkHttp3PostBodyBuilder
 
OkHttp3PostExecutor - Class in com.dtflys.forest.backend.okhttp3.executor
 
OkHttp3PostExecutor(OkHttp3ConnectionManager, OkHttp3ResponseHandler, ForestRequest) - Constructor for class com.dtflys.forest.backend.okhttp3.executor.OkHttp3PostExecutor
 
OkHttp3PutBodyBuilder - Class in com.dtflys.forest.backend.okhttp3.body
 
OkHttp3PutBodyBuilder() - Constructor for class com.dtflys.forest.backend.okhttp3.body.OkHttp3PutBodyBuilder
 
OkHttp3PutExecutor - Class in com.dtflys.forest.backend.okhttp3.executor
 
OkHttp3PutExecutor(OkHttp3ConnectionManager, OkHttp3ResponseHandler, ForestRequest) - Constructor for class com.dtflys.forest.backend.okhttp3.executor.OkHttp3PutExecutor
 
OkHttp3ResponseFuture - Class in com.dtflys.forest.backend.okhttp3.response
 
OkHttp3ResponseFuture() - Constructor for class com.dtflys.forest.backend.okhttp3.response.OkHttp3ResponseFuture
 
OkHttp3ResponseHandler - Class in com.dtflys.forest.backend.okhttp3.response
OkHttp3后端请求响应处理器
OkHttp3ResponseHandler(ForestRequest, LifeCycleHandler) - Constructor for class com.dtflys.forest.backend.okhttp3.response.OkHttp3ResponseHandler
 
OkHttp3TraceExecutor - Class in com.dtflys.forest.backend.okhttp3.executor
 
OkHttp3TraceExecutor(OkHttp3ConnectionManager, OkHttp3ResponseHandler, ForestRequest) - Constructor for class com.dtflys.forest.backend.okhttp3.executor.OkHttp3TraceExecutor
 
OkHttpMultipartBody - Class in com.dtflys.forest.backend.okhttp3.body
 
OkHttpMultipartBody(ForestRequest, RequestBody, LifeCycleHandler) - Constructor for class com.dtflys.forest.backend.okhttp3.body.OkHttpMultipartBody
 
OkHttpResponseBody - Class in com.dtflys.forest.backend.okhttp3.response
 
OkHttpResponseBody(ForestRequest, ResponseBody, LifeCycleHandler) - Constructor for class com.dtflys.forest.backend.okhttp3.response.OkHttpResponseBody
 
OnError - Interface in com.dtflys.forest.callback
回调函数: 请求失败后调用
onError(ForestRuntimeException, ForestRequest, ForestResponse) - Method in interface com.dtflys.forest.callback.OnError
请求失败后调用该方法
onError(ForestRuntimeException, ForestRequest, ForestResponse) - Method in class com.dtflys.forest.interceptor.InterceptorChain
 
onError(ForestRuntimeException, ForestRequest, ForestResponse) - Method in interface com.dtflys.forest.lifecycles.BaseAnnotationLifeCycle
 
onError(ForestRuntimeException, ForestRequest, ForestResponse) - Method in interface com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle
 
onError(ForestRuntimeException, ForestRequest, ForestResponse) - Method in interface com.dtflys.forest.lifecycles.ParameterAnnotationLifeCycle
 
onInvokeMethod(ForestRequest, ForestMethod, Object[]) - Method in interface com.dtflys.forest.interceptor.Interceptor
 
onInvokeMethod(ForestRequest, ForestMethod, Object[]) - Method in class com.dtflys.forest.interceptor.InterceptorChain
 
onInvokeMethod(ForestRequest, ForestMethod, Object[]) - Method in class com.dtflys.forest.lifecycles.authorization.BasicAuthLifeCycle
 
onInvokeMethod(ForestRequest, ForestMethod, Object[]) - Method in class com.dtflys.forest.lifecycles.file.DownloadLifeCycle
 
onInvokeMethod(ForestRequest, ForestMethod, Object[]) - Method in class com.dtflys.forest.lifecycles.intercetpor.IgnoreAllIntercetporsLifeCycle
 
onInvokeMethod(ForestRequest, ForestMethod, Object[]) - Method in class com.dtflys.forest.lifecycles.proxy.HTTPProxyLifeCycle
 
OnLoadCookie - Interface in com.dtflys.forest.callback
回调函数: 加载Cookie时调用
onLoadCookie(ForestRequest, ForestCookies) - Method in interface com.dtflys.forest.callback.OnLoadCookie
在发送请求加载Cookie时调用该方法
onLoadCookie(ForestRequest, ForestCookies) - Method in interface com.dtflys.forest.interceptor.Interceptor
 
onLoadCookie(ForestRequest, ForestCookies) - Method in class com.dtflys.forest.interceptor.InterceptorChain
 
onMethodInitialized(ForestMethod, BasicAuth) - Method in class com.dtflys.forest.lifecycles.authorization.BasicAuthLifeCycle
 
onMethodInitialized(ForestMethod, OAuth2) - Method in class com.dtflys.forest.lifecycles.authorization.OAuth2LifeCycle
 
onMethodInitialized(ForestMethod, DownloadFile) - Method in class com.dtflys.forest.lifecycles.file.DownloadLifeCycle
 
onMethodInitialized(ForestMethod, BasicAuth) - Method in class com.dtflys.forest.lifecycles.intercetpor.IgnoreAllIntercetporsLifeCycle
 
onMethodInitialized(ForestMethod, LogEnabled) - Method in class com.dtflys.forest.lifecycles.logging.LogEnabledLifeCycle
 
onMethodInitialized(ForestMethod, LogHandler) - Method in class com.dtflys.forest.lifecycles.logging.LogHandlerLifeCycle
 
onMethodInitialized(ForestMethod, Annotation) - Method in class com.dtflys.forest.lifecycles.method.DeleteRequestLifeCycle
 
onMethodInitialized(ForestMethod, Annotation) - Method in class com.dtflys.forest.lifecycles.method.GetRequestLifeCycle
 
onMethodInitialized(ForestMethod, Annotation) - Method in class com.dtflys.forest.lifecycles.method.HeadRequestLifeCycle
 
onMethodInitialized(ForestMethod, Annotation) - Method in class com.dtflys.forest.lifecycles.method.OptionsRequestLifeCycle
 
onMethodInitialized(ForestMethod, Annotation) - Method in class com.dtflys.forest.lifecycles.method.PatchRequestLifeCycle
 
onMethodInitialized(ForestMethod, Annotation) - Method in class com.dtflys.forest.lifecycles.method.PostRequestLifeCycle
 
onMethodInitialized(ForestMethod, Annotation) - Method in class com.dtflys.forest.lifecycles.method.PutRequestLifeCycle
 
onMethodInitialized(ForestMethod, Annotation) - Method in class com.dtflys.forest.lifecycles.method.RequestLifeCycle
 
onMethodInitialized(ForestMethod, Annotation) - Method in class com.dtflys.forest.lifecycles.method.TraceRequestLifeCycle
 
onMethodInitialized(ForestMethod, A) - Method in interface com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle
 
onMethodInitialized(ForestMethod, HTTPProxy) - Method in class com.dtflys.forest.lifecycles.proxy.HTTPProxyLifeCycle
 
onParameterInitialized(ForestMethod, MappingParameter, A) - Method in class com.dtflys.forest.lifecycles.parameter.AbstractBodyLifeCycle
 
onParameterInitialized(ForestMethod, MappingParameter, DataFile) - Method in class com.dtflys.forest.lifecycles.parameter.DataFileLifeCycle
 
onParameterInitialized(ForestMethod, MappingParameter, DataObject) - Method in class com.dtflys.forest.lifecycles.parameter.DataObjectLifeCycle
 
onParameterInitialized(ForestMethod, MappingParameter, DataParam) - Method in class com.dtflys.forest.lifecycles.parameter.DataParamLifeCycle
 
onParameterInitialized(ForestMethod, MappingParameter, DataVariable) - Method in class com.dtflys.forest.lifecycles.parameter.DataVariableLifeCycle
 
onParameterInitialized(ForestMethod, MappingParameter, FormBody) - Method in class com.dtflys.forest.lifecycles.parameter.FormBodyLifeCycle
 
onParameterInitialized(ForestMethod, MappingParameter, Header) - Method in class com.dtflys.forest.lifecycles.parameter.HeaderLifeCycle
 
onParameterInitialized(ForestMethod, MappingParameter, JSONBody) - Method in class com.dtflys.forest.lifecycles.parameter.JSONBodyLifeCycle
 
onParameterInitialized(ForestMethod, MappingParameter, JSONQuery) - Method in class com.dtflys.forest.lifecycles.parameter.JSONQueryLifeCycle
 
onParameterInitialized(ForestMethod, MappingParameter, Query) - Method in class com.dtflys.forest.lifecycles.parameter.QueryLifeCycle
 
onParameterInitialized(ForestMethod, MappingParameter, XMLBody) - Method in class com.dtflys.forest.lifecycles.parameter.XMLBodyLifeCycle
 
onParameterInitialized(ForestMethod, MappingParameter, A) - Method in interface com.dtflys.forest.lifecycles.ParameterAnnotationLifeCycle
在被注解修饰的方法参数初始化时被调用
OnProgress - Interface in com.dtflys.forest.callback
回调函数: 文件上传或下载监听传输进度时调用
onProgress(ForestProgress) - Method in interface com.dtflys.forest.callback.OnProgress
文件上传或下载监听传输进度时调用该方法
onProgress(ForestProgress) - Method in interface com.dtflys.forest.interceptor.Interceptor
 
onProgress(ForestProgress) - Method in class com.dtflys.forest.interceptor.InterceptorChain
 
onProxyHandlerInitialized(InterfaceProxyHandler, BaseRequest) - Method in class com.dtflys.forest.lifecycles.base.BaseRequestLifeCycle
 
onProxyHandlerInitialized(InterfaceProxyHandler, A) - Method in interface com.dtflys.forest.lifecycles.BaseAnnotationLifeCycle
在被注解修饰的接口初始化时被调用
OnSaveCookie - Interface in com.dtflys.forest.callback
回调函数: 需要保存Cookie时调用
onSaveCookie(ForestRequest, ForestCookies) - Method in interface com.dtflys.forest.callback.OnSaveCookie
在请求响应成功后,需要保存Cookie时调用该方法
onSaveCookie(ForestRequest, ForestCookies) - Method in interface com.dtflys.forest.interceptor.Interceptor
 
onSaveCookie(ForestRequest, ForestCookies) - Method in class com.dtflys.forest.interceptor.InterceptorChain
 
OnSuccess<T> - Interface in com.dtflys.forest.callback
回调函数: 请求成功后调用
onSuccess(T, ForestRequest, ForestResponse) - Method in interface com.dtflys.forest.callback.OnSuccess
请求成功后调用该方法
onSuccess(Object, ForestRequest, ForestResponse) - Method in class com.dtflys.forest.interceptor.InterceptorChain
 
onSuccess(I, ForestRequest, ForestResponse) - Method in interface com.dtflys.forest.lifecycles.BaseAnnotationLifeCycle
 
onSuccess(Object, ForestRequest, ForestResponse) - Method in class com.dtflys.forest.lifecycles.file.DownloadLifeCycle
 
onSuccess(I, ForestRequest, ForestResponse) - Method in interface com.dtflys.forest.lifecycles.MethodAnnotationLifeCycle
 
onSuccess(I, ForestRequest, ForestResponse) - Method in interface com.dtflys.forest.lifecycles.ParameterAnnotationLifeCycle
 
Options - Annotation Type in com.dtflys.forest.annotation
Options请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。当调用被修饰的方法时就会执行Forest动态的代理的代码, 也就会自动执行组装请求、发送请求、接受请求响应信息等任务。
OptionsRequest - Annotation Type in com.dtflys.forest.annotation
Options请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。当调用被修饰的方法时就会执行Forest动态的代理的代码, 也就会自动执行组装请求、发送请求、接受请求响应信息等任务。
OptionsRequestLifeCycle - Class in com.dtflys.forest.lifecycles.method
 
OptionsRequestLifeCycle() - Constructor for class com.dtflys.forest.lifecycles.method.OptionsRequestLifeCycle
 

P

ParameterAnnotationLifeCycle<A extends Annotation,I> - Interface in com.dtflys.forest.lifecycles
参数注解的生命周期
ParamLifeCycle - Annotation Type in com.dtflys.forest.annotation
该注解用于为参数级别的自定义注解指定生命周期类
parse(String, String) - Static method in class com.dtflys.forest.http.ForestCookie
 
parse(Element, ParserContext) - Method in class com.dtflys.forest.schema.ForestClientBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class com.dtflys.forest.schema.ForestConfigurationBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class com.dtflys.forest.schema.ForestScanBeanDefinitionParser
 
parseChildren(NodeList, RootBeanDefinition) - Method in class com.dtflys.forest.schema.ForestConfigurationBeanDefinitionParser
 
parseExpression() - Method in class com.dtflys.forest.mapping.MappingTemplate
 
parseIdentity() - Method in class com.dtflys.forest.mapping.MappingTemplate
 
parseIndex() - Method in class com.dtflys.forest.mapping.MappingTemplate
 
parseInvokeParams(VariableScope, MappingExpr, MappingIdentity) - Method in class com.dtflys.forest.mapping.MappingTemplate
 
parseLiteral() - Method in class com.dtflys.forest.mapping.MappingTemplate
 
parseMethodParams_inner(VariableScope, MappingExpr, MappingIdentity, List<MappingExpr>) - Method in class com.dtflys.forest.mapping.MappingTemplate
 
parseSSLKeyStore(Element, ManagedMap<String, BeanDefinition>) - Method in class com.dtflys.forest.schema.ForestConfigurationBeanDefinitionParser
 
parseString(char) - Method in class com.dtflys.forest.mapping.MappingTemplate
 
parseTextToken() - Method in class com.dtflys.forest.mapping.MappingTemplate
 
parseVariable(Element, ManagedMap<String, Object>) - Method in class com.dtflys.forest.schema.ForestConfigurationBeanDefinitionParser
 
PARTIAL_CONTENT - Static variable in class com.dtflys.forest.http.HttpStatus
 
Patch - Annotation Type in com.dtflys.forest.annotation
Patch请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。当调用被修饰的方法时就会执行Forest动态的代理的代码, 也就会自动执行组装请求、发送请求、接受请求响应信息等任务。
PatchRequest - Annotation Type in com.dtflys.forest.annotation
Patch请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。当调用被修饰的方法时就会执行Forest动态的代理的代码, 也就会自动执行组装请求、发送请求、接受请求响应信息等任务。
PatchRequestLifeCycle - Class in com.dtflys.forest.lifecycles.method
 
PatchRequestLifeCycle() - Constructor for class com.dtflys.forest.lifecycles.method.PatchRequestLifeCycle
 
paths(String) - Method in class com.dtflys.forest.http.ForestCookies
 
PAYMENT_REQUIRED - Static variable in class com.dtflys.forest.http.HttpStatus
 
Post - Annotation Type in com.dtflys.forest.annotation
Post请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。当调用被修饰的方法时就会执行Forest动态的代理的代码, 也就会自动执行组装请求、发送请求、接受请求响应信息等任务。
postProcessAfterInitialization(Object, String) - Method in class com.thebeastshop.forest.springboot.ForestBeanRegister
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.thebeastshop.forest.springboot.ForestBeanRegister
 
postProcessBeforeInitialization(Object, String) - Method in class com.thebeastshop.forest.springboot.ForestBeanRegister
 
PostRequest - Annotation Type in com.dtflys.forest.annotation
Post请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。当调用被修饰的方法时就会执行Forest动态的代理的代码, 也就会自动执行组装请求、发送请求、接受请求响应信息等任务。
PostRequestLifeCycle - Class in com.dtflys.forest.lifecycles.method
 
PostRequestLifeCycle() - Constructor for class com.dtflys.forest.lifecycles.method.PostRequestLifeCycle
 
PRECONDITION_FAILED - Static variable in class com.dtflys.forest.http.HttpStatus
 
prepare(LifeCycleHandler) - Method in class com.dtflys.forest.backend.httpclient.executor.AbstractHttpclientExecutor
 
prepareBody(LifeCycleHandler) - Method in class com.dtflys.forest.backend.httpclient.executor.AbstractHttpclientExecutor
 
prepareBody(Request.Builder, LifeCycleHandler) - Method in class com.dtflys.forest.backend.okhttp3.executor.AbstractOkHttp3Executor
 
prepareBodyBuilder() - Method in class com.dtflys.forest.backend.httpclient.executor.AbstractHttpclientEntityExecutor
 
prepareBodyBuilder() - Method in class com.dtflys.forest.backend.httpclient.executor.AbstractHttpclientExecutor
 
prepareCookies(LifeCycleHandler) - Method in class com.dtflys.forest.backend.httpclient.executor.AbstractHttpclientExecutor
 
prepareHeaders() - Method in class com.dtflys.forest.backend.httpclient.executor.AbstractHttpclientExecutor
 
prepareHeaders(Request.Builder) - Method in class com.dtflys.forest.backend.okhttp3.executor.AbstractOkHttp3Executor
 
prepareMethod(Request.Builder) - Method in class com.dtflys.forest.backend.okhttp3.executor.AbstractOkHttp3Executor
 
prepareMethod(Request.Builder) - Method in class com.dtflys.forest.backend.okhttp3.executor.OkHttp3HeadExecutor
 
prepareMethod(Request.Builder) - Method in class com.dtflys.forest.backend.okhttp3.executor.OkHttp3OptionsExecutor
 
prepareMethod(Request.Builder) - Method in class com.dtflys.forest.backend.okhttp3.executor.OkHttp3TraceExecutor
 
prepareSocket(SSLSocket) - Method in class com.dtflys.forest.backend.httpclient.conn.ForestSSLConnectionFactory
 
printProgressBar(ForestProgress) - Static method in class com.dtflys.forest.utils.ProgressUtils
 
processFormArrayItem(List<RequestNameValue>, ForestConfiguration, String, Object, int) - Method in class com.dtflys.forest.backend.body.AbstractBodyBuilder
处理Form表单中的数组项
processFormCollectionItem(List<RequestNameValue>, ForestConfiguration, String, Collection, int) - Method in class com.dtflys.forest.backend.body.AbstractBodyBuilder
处理Form表单中的集合项
processFormItem(List<RequestNameValue>, ForestConfiguration, String, Object, int) - Method in class com.dtflys.forest.backend.body.AbstractBodyBuilder
处理Form表单中的项
processFormMapItem(List<RequestNameValue>, ForestConfiguration, String, Map, int) - Method in class com.dtflys.forest.backend.body.AbstractBodyBuilder
处理Form表单中的Map项
processFromNameValueList(List<RequestNameValue>, ForestConfiguration) - Method in class com.dtflys.forest.backend.body.AbstractBodyBuilder
处理Form表单中的键值对列表
PROCESSING - Static variable in class com.dtflys.forest.http.HttpStatus
 
processParameterFilter(MappingParameter, String) - Method in class com.dtflys.forest.reflection.ForestMethod
处理参数的过滤器
ProgressUtils - Class in com.dtflys.forest.utils
 
ProgressUtils() - Constructor for class com.dtflys.forest.utils.ProgressUtils
 
protocols - Variable in class com.dtflys.forest.ssl.SSLKeyStore
 
protocols - Variable in class com.thebeastshop.forest.springboot.properties.ForestSSLKeyStoreProperties
 
PROXY_AUTHENTICATION_REQUIRED - Static variable in class com.dtflys.forest.http.HttpStatus
 
proxyContent(RequestLogMessage) - Method in class com.dtflys.forest.logging.DefaultLogHandler
正向代理信息
ProxyFactory<T> - Class in com.dtflys.forest.proxy
 
ProxyFactory(ForestConfiguration, Class<T>) - Constructor for class com.dtflys.forest.proxy.ProxyFactory
 
Put - Annotation Type in com.dtflys.forest.annotation
Put请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。当调用被修饰的方法时就会执行Forest动态的代理的代码, 也就会自动执行组装请求、发送请求、接受请求响应信息等任务。
put(String, Object) - Method in class com.dtflys.forest.http.ForestQueryMap
 
putAll(Map<? extends String, ?>) - Method in class com.dtflys.forest.http.ForestQueryMap
 
PutRequest - Annotation Type in com.dtflys.forest.annotation
Put请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。当调用被修饰的方法时就会执行Forest动态的代理的代码, 也就会自动执行组装请求、发送请求、接受请求响应信息等任务。
PutRequestLifeCycle - Class in com.dtflys.forest.lifecycles.method
 
PutRequestLifeCycle() - Constructor for class com.dtflys.forest.lifecycles.method.PutRequestLifeCycle
 

Q

Query - Annotation Type in com.dtflys.forest.annotation
URL Query参数注解,该注解只能修饰方法的参数,被修饰的参数会被作为一个URL的Query参数添加到请求的URL中的Query部分(即'?'后的那部分)
QueryableURLBuilder - Class in com.dtflys.forest.backend.url
带查询参数的URL构造器
QueryableURLBuilder() - Constructor for class com.dtflys.forest.backend.url.QueryableURLBuilder
 
QueryLifeCycle - Class in com.dtflys.forest.lifecycles.parameter
Forest @Query注解的生命周期
QueryLifeCycle() - Constructor for class com.dtflys.forest.lifecycles.parameter.QueryLifeCycle
 
queryValues() - Method in class com.dtflys.forest.http.ForestQueryMap
 

R

readAsString() - Method in class com.dtflys.forest.http.ForestResponse
以字符串方式读取请求响应内容
ReflectUtils - Class in com.dtflys.forest.utils
 
ReflectUtils() - Constructor for class com.dtflys.forest.utils.ReflectUtils
 
registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class com.thebeastshop.forest.springboot.annotation.ForestScannerRegister
 
registerFactory(Class<P>, Class<M>) - Static method in class com.dtflys.forest.multipart.ForestMultipartFactory
 
registerFilter(String, Class) - Method in class com.dtflys.forest.config.ForestConfiguration
注册全局过滤器
registerFilters() - Method in class com.dtflys.forest.scanner.ClassPathClientScanner
注册过滤器
registerForestConfiguration(ForestConfigurationProperties) - Method in class com.thebeastshop.forest.springboot.ForestBeanRegister
 
registerInterceptorFactoryBean() - Method in class com.thebeastshop.forest.springboot.ForestBeanRegister
 
registerKeyStore(SSLKeyStore) - Method in class com.dtflys.forest.config.ForestConfiguration
注册全局SSL的Key Store信息
registerMultipartTypes() - Method in class com.dtflys.forest.scanner.ClassPathClientScanner
注册能上传下载的文件类型
registerScanner(ForestConfigurationProperties) - Method in class com.thebeastshop.forest.springboot.ForestBeanRegister
 
registerSSLKeyStoreBean(ManagedMap<String, BeanDefinition>, ForestSSLKeyStoreProperties) - Method in class com.thebeastshop.forest.springboot.ForestBeanRegister
 
remove(String) - Method in class com.dtflys.forest.http.ForestHeaderMap
根据请求头的名称删除请求头
remove(Object) - Method in class com.dtflys.forest.http.ForestQueryMap
 
removeCurrentRequest() - Method in class com.dtflys.forest.backend.httpclient.conn.ForestSSLConnectionFactory
 
removeQueries(String) - Method in class com.dtflys.forest.http.ForestQueryMap
删除所有参数名为指定名称的Query参数
render(Object[]) - Method in class com.dtflys.forest.interceptor.InterceptorAttributes
 
render(Object[]) - Method in class com.dtflys.forest.mapping.MappingBoolean
 
render(Object[]) - Method in class com.dtflys.forest.mapping.MappingDot
 
render(Object[]) - Method in class com.dtflys.forest.mapping.MappingDouble
 
render(Object[]) - Method in class com.dtflys.forest.mapping.MappingExpr
 
render(Object[]) - Method in class com.dtflys.forest.mapping.MappingFilterInvoke
 
render(Object[]) - Method in class com.dtflys.forest.mapping.MappingFloat
 
render(Object[]) - Method in class com.dtflys.forest.mapping.MappingIdentity
 
render(Object[]) - Method in class com.dtflys.forest.mapping.MappingIndex
 
render(Object[]) - Method in class com.dtflys.forest.mapping.MappingInteger
 
render(Object[]) - Method in class com.dtflys.forest.mapping.MappingInvoke
 
render(Object[]) - Method in class com.dtflys.forest.mapping.MappingLong
 
render(Object[]) - Method in class com.dtflys.forest.mapping.MappingReference
 
render(Object[]) - Method in class com.dtflys.forest.mapping.MappingString
 
render(Object[]) - Method in class com.dtflys.forest.mapping.MappingTemplate
 
replaceBody(ForestRequestBody) - Method in class com.dtflys.forest.http.ForestRequest
替换Body数据,原有的Body数据将被清空
replaceBody(String) - Method in class com.dtflys.forest.http.ForestRequest
替换Body为新的字符串数据,原有的Body数据将被清空
replaceOrAddQuery(ForestQueryParameter) - Method in class com.dtflys.forest.http.ForestRequest
替换或添加请求中的Query参数
replaceOrAddQuery(String, String) - Method in class com.dtflys.forest.http.ForestRequest
替换或添加请求中的Query参数
replaceQuery(ForestQueryParameter) - Method in class com.dtflys.forest.http.ForestRequest
替换请求中的Query参数值
replaceQuery(String, Object) - Method in class com.dtflys.forest.http.ForestRequest
替换请求中的Query参数值
Request - Annotation Type in com.dtflys.forest.annotation
请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。当调用被修饰的方法时就会执行Forest动态的代理的代码, 也就会自动执行组装请求、发送请求、接受请求响应信息等任务。
request - Variable in class com.dtflys.forest.backend.AbstractBackendResponseHandler
 
request - Variable in class com.dtflys.forest.backend.AbstractHttpExecutor
 
request - Variable in class com.dtflys.forest.backend.httpclient.request.AbstractHttpclientRequestSender
 
request - Variable in class com.dtflys.forest.backend.okhttp3.executor.AbstractOkHttp3Executor
 
request - Variable in class com.dtflys.forest.http.ForestResponse
请求对象
request - Variable in class com.dtflys.forest.retryer.BackOffRetryer
 
REQUEST_TIMEOUT - Static variable in class com.dtflys.forest.http.HttpStatus
 
REQUEST_TOO_LONG - Static variable in class com.dtflys.forest.http.HttpStatus
 
REQUEST_URI_TOO_LONG - Static variable in class com.dtflys.forest.http.HttpStatus
 
RequestAttributes - Annotation Type in com.dtflys.forest.annotation
该注解可以修饰其他自定义注解,被修饰过的自定义注解中的所有属性都会被自定转换为请求对象的Attribute
REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class com.dtflys.forest.http.HttpStatus
 
RequestLifeCycle - Class in com.dtflys.forest.lifecycles.method
 
RequestLifeCycle() - Constructor for class com.dtflys.forest.lifecycles.method.RequestLifeCycle
 
requestLoggingBody(RequestLogMessage) - Method in class com.dtflys.forest.logging.DefaultLogHandler
获取请求体日志内容
requestLoggingContent(RequestLogMessage) - Method in class com.dtflys.forest.logging.DefaultLogHandler
请求日志打印的内容
requestLoggingHeaders(RequestLogMessage) - Method in class com.dtflys.forest.logging.DefaultLogHandler
获取请求头日志内容
RequestLogMessage - Class in com.dtflys.forest.logging
请求日志消息
RequestLogMessage() - Constructor for class com.dtflys.forest.logging.RequestLogMessage
 
RequestNameValue - Class in com.dtflys.forest.utils
请求报文中键值对数据的封装
RequestNameValue(String, int) - Constructor for class com.dtflys.forest.utils.RequestNameValue
请求对象中键值对数据的封装
RequestNameValue(String, int, String) - Constructor for class com.dtflys.forest.utils.RequestNameValue
 
RequestNameValue(String, Object, int) - Constructor for class com.dtflys.forest.utils.RequestNameValue
 
RequestNameValue(String, Object, int, String) - Constructor for class com.dtflys.forest.utils.RequestNameValue
 
RequestProxyLogMessage - Class in com.dtflys.forest.logging
请求正向代理日志消息
RequestProxyLogMessage() - Constructor for class com.dtflys.forest.logging.RequestProxyLogMessage
 
requestSender - Variable in class com.dtflys.forest.backend.AbstractHttpExecutor
 
requestTypeChangeHistory(RequestLogMessage) - Method in class com.dtflys.forest.logging.DefaultLogHandler
获取请求类型变更历史日志内容
RESET_CONTENT - Static variable in class com.dtflys.forest.http.HttpStatus
 
response - Variable in class com.dtflys.forest.backend.AbstractHttpExecutor
 
responseLoggingContent(ResponseLogMessage) - Method in class com.dtflys.forest.logging.DefaultLogHandler
请求响应日志打印的内容
ResponseLogMessage - Class in com.dtflys.forest.logging
请求响应日志消息
ResponseLogMessage(ForestResponse, long, long, int) - Constructor for class com.dtflys.forest.logging.ResponseLogMessage
 
result - Variable in class com.dtflys.forest.http.ForestResponse
响应内容反序列化成对象后的结果
ResultHandler - Class in com.dtflys.forest.handler
 
ResultHandler() - Constructor for class com.dtflys.forest.handler.ResultHandler
 
retryContent(RequestLogMessage) - Method in class com.dtflys.forest.logging.DefaultLogHandler
请求失败重试信息
Retryer - Interface in com.dtflys.forest.retryer
Forest请求重试器
right - Variable in class com.dtflys.forest.mapping.MappingDot
 

S

SEE_OTHER - Static variable in class com.dtflys.forest.http.HttpStatus
 
select(ForestConfiguration) - Method in class com.dtflys.forest.backend.HttpBackendSelector
 
select() - Method in class com.dtflys.forest.converter.json.JSONConverterSelector
选择Forest的JSON转换器
sendRequest(ForestRequest, HttpclientResponseHandler, HttpUriRequest, LifeCycleHandler, CookieStore, long, int) - Method in class com.dtflys.forest.backend.httpclient.request.AsyncHttpclientRequestSender
 
sendRequest(ForestRequest, HttpclientResponseHandler, HttpUriRequest, LifeCycleHandler, CookieStore, long, int) - Method in interface com.dtflys.forest.backend.httpclient.request.HttpclientRequestSender
 
sendRequest(ForestRequest, HttpclientResponseHandler, HttpUriRequest, LifeCycleHandler, CookieStore, long, int) - Method in class com.dtflys.forest.backend.httpclient.request.SyncHttpclientRequestSender
 
SERVICE_UNAVAILABLE - Static variable in class com.dtflys.forest.http.HttpStatus
 
setAccess_token(String) - Method in class com.dtflys.forest.lifecycles.authorization.OAuth2Token
 
setApplicationContext(ApplicationContext) - Method in class com.dtflys.forest.beans.ClientFactoryBean
 
setApplicationContext(ApplicationContext) - Method in class com.dtflys.forest.interceptor.SpringInterceptorFactory
 
setAsync(boolean) - Method in class com.dtflys.forest.http.ForestRequest
 
setAsync(boolean) - Method in class com.dtflys.forest.reflection.MetaRequest
 
setBackend(HttpBackend) - Method in class com.dtflys.forest.config.ForestConfiguration
设置HTTP后端
setBackend(HttpBackend) - Method in class com.dtflys.forest.http.ForestRequest
设置HTTP后端对象
setBackend(String) - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
setBackendName(String) - Method in class com.dtflys.forest.config.ForestConfiguration
设置HTTP后端名称
setBeanId(String) - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
setBegin(boolean) - Method in class com.dtflys.forest.utils.ForestProgress
 
setBinary(ForestConverterItemProperties) - Method in class com.thebeastshop.forest.springboot.properties.ForestConvertProperties
 
setBody(Request.Builder, RequestBody) - Method in class com.dtflys.forest.backend.okhttp3.body.AbstractOkHttp3BodyBuilder
 
setBody(Request.Builder, RequestBody) - Method in class com.dtflys.forest.backend.okhttp3.body.OkHttp3DeleteBodyBuilder
 
setBody(Request.Builder, RequestBody) - Method in class com.dtflys.forest.backend.okhttp3.body.OkHttp3GetBodyBuilder
 
setBody(Request.Builder, RequestBody) - Method in class com.dtflys.forest.backend.okhttp3.body.OkHttp3PatchBodyBuilder
 
setBody(Request.Builder, RequestBody) - Method in class com.dtflys.forest.backend.okhttp3.body.OkHttp3PostBodyBuilder
 
setBody(Request.Builder, RequestBody) - Method in class com.dtflys.forest.backend.okhttp3.body.OkHttp3PutBodyBuilder
 
setBody(LogBodyMessage) - Method in class com.dtflys.forest.logging.RequestLogMessage
 
setBodyList(List) - Method in class com.dtflys.forest.http.ForestRequest
Deprecated.
setCacheEnabled(boolean) - Method in class com.dtflys.forest.config.ForestConfiguration
设置是否缓存请求接口实例
setCertPass(String) - Method in class com.thebeastshop.forest.springboot.properties.ForestSSLKeyStoreProperties
 
setCharset(String) - Method in class com.dtflys.forest.config.ForestConfiguration
设置全局的请求数据字符集
setCharset(String) - Method in class com.dtflys.forest.http.ForestRequest
 
setCharset(String) - Method in class com.dtflys.forest.reflection.MetaRequest
 
setCharset(String) - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
setCipherSuites(String[]) - Method in class com.dtflys.forest.ssl.SSLKeyStore
 
setCipherSuites(String) - Method in class com.thebeastshop.forest.springboot.properties.ForestSSLKeyStoreProperties
 
setConnectTimeout(Integer) - Method in class com.dtflys.forest.config.ForestConfiguration
设置全局的请求连接超时时间,单位为毫秒
setConnectTimeout(int) - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
setContent(String) - Method in class com.dtflys.forest.http.ForestResponse
 
setContent(String) - Method in class com.dtflys.forest.http.StringRequestBody
 
setContentEncoding(String) - Method in class com.dtflys.forest.http.ForestRequest
 
setContentEncoding(String) - Method in class com.dtflys.forest.reflection.MetaRequest
 
setContentType(String) - Method in class com.dtflys.forest.http.ForestRequest
 
setContentType(ContentType) - Method in class com.dtflys.forest.http.ForestResponse
设置请求响应内容的数据类型
setContentType(String) - Method in class com.dtflys.forest.http.NameValueRequestBody
 
setContentType(String) - Method in class com.dtflys.forest.multipart.ForestMultipart
 
setContentType(String) - Method in class com.dtflys.forest.reflection.MetaRequest
 
setConverterMap(Map<ForestDataType, ForestConverter>) - Method in class com.dtflys.forest.config.ForestConfiguration
设置全局数据转换器表
setConverters(ForestConvertProperties) - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
setCurrentBytes(long) - Method in class com.dtflys.forest.utils.ForestProgress
 
setCurrentRequest(ForestRequest) - Method in class com.dtflys.forest.backend.httpclient.conn.ForestSSLConnectionFactory
 
setData(MultipartFile) - Method in class com.dtflys.forest.file.SpringMultipartFile
 
setData(Resource) - Method in class com.dtflys.forest.file.SpringResource
 
setData(byte[]) - Method in class com.dtflys.forest.multipart.ByteArrayMultipart
 
setData(File) - Method in class com.dtflys.forest.multipart.FileMultipart
 
setData(String) - Method in class com.dtflys.forest.multipart.FilePathMultipart
 
setData(T) - Method in class com.dtflys.forest.multipart.ForestMultipart
 
setData(InputStream) - Method in class com.dtflys.forest.multipart.InputStreamMultipart
 
setData(String[]) - Method in class com.dtflys.forest.reflection.MetaRequest
 
setDataType(ForestDataType) - Method in class com.dtflys.forest.http.ForestRequest
 
setDataType(String) - Method in class com.dtflys.forest.reflection.MetaRequest
 
setDateFormat(String) - Method in class com.dtflys.forest.converter.json.ForestFastjsonConverter
 
setDateFormat(String) - Method in class com.dtflys.forest.converter.json.ForestGsonConverter
 
setDateFormat(String) - Method in class com.dtflys.forest.converter.json.ForestJacksonConverter
 
setDateFormat(String) - Method in interface com.dtflys.forest.converter.json.ForestJsonConverter
设置日期格式
setDecoder(ForestConverter) - Method in class com.dtflys.forest.http.ForestRequest
设置反序列化器
setDecoder(Class<?>) - Method in class com.dtflys.forest.reflection.MetaRequest
 
setDefaultHeaders(List<RequestNameValue>) - Method in class com.dtflys.forest.config.ForestConfiguration
设置全局默认请求头信息列表
setDefaultParameters(List<RequestNameValue>) - Method in class com.dtflys.forest.config.ForestConfiguration
设置全局默认请求参数列表
setDone(boolean) - Method in class com.dtflys.forest.utils.ForestProgress
 
setDownloadFile(boolean) - Method in class com.dtflys.forest.http.ForestRequest
设置该请求是否下载文件
setErrcode(Object) - Method in class com.dtflys.forest.lifecycles.authorization.OAuth2Token
 
setErrmsg(Object) - Method in class com.dtflys.forest.lifecycles.authorization.OAuth2Token
 
setError(Object) - Method in class com.dtflys.forest.lifecycles.authorization.OAuth2Token
 
setError_description(Object) - Method in class com.dtflys.forest.lifecycles.authorization.OAuth2Token
 
setException(Throwable) - Method in class com.dtflys.forest.http.ForestResponse
设置请求发送过程中的异常
setExpires_in(Long) - Method in class com.dtflys.forest.lifecycles.authorization.OAuth2Token
 
setFile(String) - Method in class com.thebeastshop.forest.springboot.properties.ForestSSLKeyStoreProperties
 
setFileBody(T, ForestRequest, String, String, List<RequestNameValue>, List<ForestMultipart>, LifeCycleHandler) - Method in class com.dtflys.forest.backend.body.AbstractBodyBuilder
设置文件请求体
setFileBody(T, ForestRequest, String, String, List<RequestNameValue>, List<ForestMultipart>, LifeCycleHandler) - Method in class com.dtflys.forest.backend.httpclient.body.HttpclientBodyBuilder
 
setFileBody(Request.Builder, ForestRequest, String, String, List<RequestNameValue>, List<ForestMultipart>, LifeCycleHandler) - Method in class com.dtflys.forest.backend.okhttp3.body.AbstractOkHttp3BodyBuilder
 
setFileName(String) - Method in class com.dtflys.forest.multipart.ForestMultipart
 
setFilePath(String) - Method in class com.dtflys.forest.ssl.SSLKeyStore
 
setFilters(Map<String, Class>) - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
setForestConfiguration(ForestConfiguration) - Method in class com.dtflys.forest.beans.ClientFactoryBean
 
setFormBody(T, ForestRequest, String, String, List<RequestNameValue>) - Method in class com.dtflys.forest.backend.body.AbstractBodyBuilder
设置表单请求体
setFormBody(T, ForestRequest, String, String, List<RequestNameValue>) - Method in class com.dtflys.forest.backend.httpclient.body.HttpclientBodyBuilder
 
setFormBody(Request.Builder, ForestRequest, String, String, List<RequestNameValue>) - Method in class com.dtflys.forest.backend.okhttp3.body.AbstractOkHttp3BodyBuilder
 
setHeader(String, String) - Method in class com.dtflys.forest.http.ForestHeaderMap
设置请求头 当前设置的请求头名称在本集合中已存在的情况下会覆盖原有同名请求头的值,负责便新增一个请求头
setHeaders(List<LogHeaderMessage>) - Method in class com.dtflys.forest.logging.RequestLogMessage
 
setHeaders(String[]) - Method in class com.dtflys.forest.reflection.MetaRequest
 
setHost(String) - Method in class com.dtflys.forest.logging.RequestProxyLogMessage
 
setHttpBackendSelector(HttpBackendSelector) - Method in class com.dtflys.forest.config.ForestConfiguration
设置HTTP后端选择器
setId(String) - Method in class com.thebeastshop.forest.springboot.properties.ForestSSLKeyStoreProperties
 
setIndex(Integer) - Method in class com.dtflys.forest.mapping.MappingParameter
 
setInterceptor(Class<?>[]) - Method in class com.dtflys.forest.reflection.MetaRequest
 
setInterceptorFactory(InterceptorFactory) - Method in class com.dtflys.forest.config.ForestConfiguration
设置拦截器工厂
setInterceptors(List<Class>) - Method in class com.dtflys.forest.config.ForestConfiguration
设置全局拦截器列表
setInterceptors(List<Class>) - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
setInterfaceClass(Class<T>) - Method in class com.dtflys.forest.beans.ClientFactoryBean
 
setInterfaceClass(Class<T>) - Method in class com.dtflys.forest.proxy.ProxyFactory
 
setJson(ForestConverterItemProperties) - Method in class com.thebeastshop.forest.springboot.properties.ForestConvertProperties
 
setJsonConverter(ForestJsonConverter) - Method in class com.dtflys.forest.config.ForestConfiguration
设置全局JSON数据转换器
setJsonParam(boolean) - Method in class com.dtflys.forest.mapping.MappingParameter
 
setJsonParamName(String) - Method in class com.dtflys.forest.mapping.MappingParameter
 
setKeyStore(SSLKeyStore) - Method in class com.dtflys.forest.http.ForestRequest
设置SSL KeyStore信息
setKeyStore(String) - Method in class com.dtflys.forest.reflection.MetaRequest
 
setKeystorePass(String) - Method in class com.dtflys.forest.ssl.SSLKeyStore
 
setKeystorePass(String) - Method in class com.thebeastshop.forest.springboot.properties.ForestSSLKeyStoreProperties
 
setLifeCycleHandler(LifeCycleHandler) - Method in class com.dtflys.forest.http.ForestRequest
设置生命周期处理器
setLogBody(RequestLogMessage, T) - Method in class com.dtflys.forest.backend.httpclient.request.AbstractHttpclientRequestSender
 
setLogBody(RequestLogMessage, Request) - Method in class com.dtflys.forest.backend.okhttp3.executor.AbstractOkHttp3Executor
 
setLogConfiguration(LogConfiguration) - Method in class com.dtflys.forest.http.ForestRequest
 
setLogConfiguration(LogConfiguration) - Method in class com.dtflys.forest.reflection.MetaRequest
 
setLogEnabled(boolean) - Method in class com.dtflys.forest.config.ForestConfiguration
设置是否允许打印请求日志
setLogEnabled(boolean) - Method in class com.dtflys.forest.logging.LogConfiguration
 
setLogEnabled(boolean) - Method in class com.dtflys.forest.reflection.MetaRequest
 
setLogEnabled(boolean) - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
setLogger(ForestLogger) - Method in class com.dtflys.forest.logging.DefaultLogHandler
 
setLogger(ForestLogger) - Method in interface com.dtflys.forest.logging.ForestLogHandler
设置Forest日志控制对象
setLogHandler(ForestLogHandler) - Method in class com.dtflys.forest.config.ForestConfiguration
设置日志处理器
setLogHandler(ForestLogHandler) - Method in class com.dtflys.forest.logging.LogConfiguration
 
setLogHandler(Class<? extends ForestLogHandler>) - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
setLogHeaders(RequestLogMessage, T) - Method in class com.dtflys.forest.backend.httpclient.request.AbstractHttpclientRequestSender
 
setLogHeaders(RequestLogMessage, Request) - Method in class com.dtflys.forest.backend.okhttp3.executor.AbstractOkHttp3Executor
 
setLogRequest(boolean) - Method in class com.dtflys.forest.config.ForestConfiguration
设置是否允许打印请求/响应日志
setLogRequest(boolean) - Method in class com.dtflys.forest.logging.LogConfiguration
 
setLogRequest(boolean) - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
setLogResponseContent(boolean) - Method in class com.dtflys.forest.config.ForestConfiguration
设置是否允许打印响应日志
setLogResponseContent(boolean) - Method in class com.dtflys.forest.logging.LogConfiguration
 
setLogResponseContent(boolean) - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
setLogResponseStatus(boolean) - Method in class com.dtflys.forest.config.ForestConfiguration
设置是否允许打印响应日志
setLogResponseStatus(boolean) - Method in class com.dtflys.forest.logging.LogConfiguration
 
setLogResponseStatus(boolean) - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
setMap(String) - Method in class com.dtflys.forest.mapping.MappingParameter
 
setMaxConnections(Integer) - Method in class com.dtflys.forest.config.ForestConfiguration
设置全局的最大连接数
setMaxConnections(int) - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
setMaxRetryInterval(long) - Method in class com.dtflys.forest.config.ForestConfiguration
设置全局的最大请求重试之间的时间间隔,单位为毫秒
setMaxRetryInterval(long) - Method in class com.dtflys.forest.http.ForestRequest
 
setMaxRetryInterval(long) - Method in class com.dtflys.forest.reflection.MetaRequest
 
setMaxRetryInterval(long) - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
setMaxRouteConnections(Integer) - Method in class com.dtflys.forest.config.ForestConfiguration
设置全局的最大请求路径连接数
setMaxRouteConnections(int) - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
setMetaRequest(MetaRequest) - Method in class com.dtflys.forest.reflection.ForestMethod
 
setMultiparts(List<ForestMultipart>) - Method in class com.dtflys.forest.http.ForestRequest
 
setName(String) - Method in class com.dtflys.forest.http.NameValueRequestBody
 
setName(String) - Method in class com.dtflys.forest.mapping.MappingNameValue
 
setName(String) - Method in class com.dtflys.forest.mapping.MappingParameter
 
setName(String) - Method in class com.dtflys.forest.multipart.ForestMultipart
 
setName(String) - Method in class com.dtflys.forest.utils.RequestNameValue
 
setObject(Object) - Method in class com.dtflys.forest.http.ObjectRequestBody
 
setObjectProperties(boolean) - Method in class com.dtflys.forest.mapping.MappingParameter
 
setOnError(OnError) - Method in class com.dtflys.forest.http.ForestRequest
设置OnError回调函数,该回调函数在请求成功时被调用
setOnLoadCookie(OnLoadCookie) - Method in class com.dtflys.forest.http.ForestRequest
设置回调函数: 加载Cookie时调用
setOnProgress(OnProgress) - Method in class com.dtflys.forest.http.ForestRequest
设置进度回调函数:上传/下载进度监听时调用
setOnSaveCookie(OnSaveCookie) - Method in class com.dtflys.forest.http.ForestRequest
设置回调函数: 需要保存Cookie时调用
setOnSuccess(OnSuccess) - Method in class com.dtflys.forest.http.ForestRequest
设置OnSuccess回调函数,该回调函数在请求成功时被调用
setParameters(Map<String, Object>) - Method in class com.thebeastshop.forest.springboot.properties.ForestConverterItemProperties
 
setPartContentType(String) - Method in class com.dtflys.forest.mapping.MappingParameter
 
setPartContentType(String) - Method in class com.dtflys.forest.utils.RequestNameValue
 
setPort(String) - Method in class com.dtflys.forest.logging.RequestProxyLogMessage
 
setProgressStep(long) - Method in class com.dtflys.forest.http.ForestRequest
设置获取上传/下载进度监听的步长
setProgressStep(long) - Method in class com.dtflys.forest.reflection.MetaRequest
 
setProtocol(String) - Method in class com.dtflys.forest.http.ForestRequest
设置请求协议
setProtocols(String[]) - Method in class com.dtflys.forest.ssl.SSLKeyStore
 
setProtocols(String) - Method in class com.thebeastshop.forest.springboot.properties.ForestSSLKeyStoreProperties
 
setProxy(ForestProxy) - Method in class com.dtflys.forest.http.ForestRequest
设置正向代理
setProxy(RequestProxyLogMessage) - Method in class com.dtflys.forest.logging.RequestLogMessage
 
setRefresh_token(String) - Method in class com.dtflys.forest.lifecycles.authorization.OAuth2Token
 
setRequest(ForestRequest) - Method in exception com.dtflys.forest.exceptions.ForestHandlerException
 
setRequest(ForestRequest) - Method in class com.dtflys.forest.logging.RequestLogMessage
 
setRequestAnnotation(Annotation) - Method in class com.dtflys.forest.reflection.MetaRequest
 
setRequestLogMessage(RequestLogMessage) - Method in class com.dtflys.forest.http.ForestRequest
 
setResourceLoader(ResourceLoader) - Method in class com.thebeastshop.forest.springboot.annotation.ForestScannerRegister
 
setResourceLoader(ResourceLoader) - Method in class com.thebeastshop.forest.springboot.ForestBeanRegister
 
setResponse(ForestResponse) - Method in exception com.dtflys.forest.exceptions.ForestHandlerException
 
setResponseEncode(String) - Method in class com.dtflys.forest.http.ForestRequest
 
setResult(T) - Method in class com.dtflys.forest.http.ForestResponse
设置反序列化成对象类型的请求响应内容
setRetryCount(Integer) - Method in class com.dtflys.forest.config.ForestConfiguration
设置全局的最大请求失败重试次数
setRetryCount(int) - Method in class com.dtflys.forest.http.ForestRequest
 
setRetryCount(int) - Method in class com.dtflys.forest.logging.RequestLogMessage
 
setRetryCount(int) - Method in class com.dtflys.forest.reflection.MetaRequest
 
setRetryCount(int) - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
setRetryer(Class) - Method in class com.dtflys.forest.config.ForestConfiguration
设置全局的请求失败重试策略类
setRetryer(Retryer) - Method in class com.dtflys.forest.http.ForestRequest
设置Forest请求重试器
setRetryer(Class) - Method in class com.dtflys.forest.reflection.MetaRequest
 
setRetryer(Class) - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
setScheme(String) - Method in class com.dtflys.forest.logging.RequestLogMessage
 
setSerializerFeature(SerializerFeature) - Method in class com.dtflys.forest.converter.json.ForestFastjsonConverter
设置FastJson的序列化特性对象
setSerializerFeatureName(String) - Method in class com.dtflys.forest.converter.json.ForestFastjsonConverter
设置FastJson的序列化特性名
setSslKeyStores(Map<String, SSLKeyStore>) - Method in class com.dtflys.forest.config.ForestConfiguration
设置全局SSL的Key Store表
setSslKeyStores(List<ForestSSLKeyStoreProperties>) - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
setSslProtocol(String) - Method in class com.dtflys.forest.config.ForestConfiguration
设置全局的单向HTTPS请求的SSL协议
setSslProtocol(String) - Method in class com.dtflys.forest.http.ForestRequest
 
setSslProtocol(String) - Method in class com.dtflys.forest.reflection.MetaRequest
 
setSslProtocol(String) - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
setStatusCode(Integer) - Method in class com.dtflys.forest.http.ForestResponse
设置请求响应的状态码
setStringBody(T, String, String, String, boolean) - Method in class com.dtflys.forest.backend.body.AbstractBodyBuilder
设置字符串请求体
setStringBody(T, String, String, String, boolean) - Method in class com.dtflys.forest.backend.httpclient.body.HttpclientBodyBuilder
 
setStringBody(Request.Builder, String, String, String, boolean) - Method in class com.dtflys.forest.backend.okhttp3.body.AbstractOkHttp3BodyBuilder
 
setTarget(int) - Method in class com.dtflys.forest.mapping.MappingParameter
 
setterName(String) - Static method in class com.dtflys.forest.utils.NameUtils
 
setText(ForestConverterItemProperties) - Method in class com.thebeastshop.forest.springboot.properties.ForestConvertProperties
 
setTimeout(Integer) - Method in class com.dtflys.forest.config.ForestConfiguration
设置全局的请求超时时间,单位为毫秒
setTimeout(int) - Method in class com.dtflys.forest.http.ForestRequest
 
setTimeout(Integer) - Method in class com.dtflys.forest.reflection.MetaRequest
 
setTimeout(int) - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
setToken_type(String) - Method in class com.dtflys.forest.lifecycles.authorization.OAuth2Token
 
setTrustStore(KeyStore) - Method in class com.thebeastshop.forest.springboot.properties.ForestSSLKeyStoreProperties
 
setType(ForestRequestType) - Method in class com.dtflys.forest.http.ForestRequest
 
setType(String) - Method in class com.dtflys.forest.logging.RequestLogMessage
 
setType(String) - Method in class com.dtflys.forest.reflection.MetaRequest
 
setType(Class<? extends ForestJsonConverter>) - Method in class com.thebeastshop.forest.springboot.properties.ForestConverterItemProperties
 
setType(String) - Method in class com.thebeastshop.forest.springboot.properties.ForestSSLKeyStoreProperties
 
setupClientFactoryBean(AbstractBeanDefinition, String, String) - Static method in class com.dtflys.forest.utils.ClientFactoryBeanUtils
 
setupHttpClient(HttpClient) - Method in class com.dtflys.forest.backend.httpclient.request.SyncHttpclientRequestSender
 
setUri(String) - Method in class com.dtflys.forest.logging.RequestLogMessage
 
setUrl(String) - Method in class com.dtflys.forest.http.ForestRequest
设置请求的url地址
setUrl(String) - Method in class com.dtflys.forest.reflection.MetaRequest
 
setUserAgent(String) - Method in class com.dtflys.forest.http.ForestRequest
 
setUserAgent(String) - Method in class com.dtflys.forest.reflection.MetaRequest
 
setUserInfo(String) - Method in class com.dtflys.forest.http.ForestRequest
 
setValue(String) - Method in class com.dtflys.forest.http.ForestCookie
 
setValue(String) - Method in class com.dtflys.forest.http.ForestHeader
 
setValue(Object) - Method in class com.dtflys.forest.http.ForestQueryParameter
 
setValue(Object) - Method in class com.dtflys.forest.http.NameValueRequestBody
 
setValue(MappingTemplate) - Method in class com.dtflys.forest.mapping.MappingNameValue
 
setValue(Object) - Method in class com.dtflys.forest.utils.RequestNameValue
 
setVariables(Map<String, Object>) - Method in class com.dtflys.forest.config.ForestConfiguration
设置全局变量表
setVariables(Map<String, Object>) - Method in class com.thebeastshop.forest.springboot.properties.ForestConfigurationProperties
 
setVariableScope(VariableScope) - Method in class com.dtflys.forest.mapping.MappingDot
 
setVariableScope(VariableScope) - Method in class com.dtflys.forest.mapping.MappingExpr
 
setVariableScope(VariableScope) - Method in class com.dtflys.forest.mapping.MappingInvoke
 
setVariableScope(VariableScope) - Method in class com.dtflys.forest.mapping.MappingTemplate
 
setVariableValue(String, Object) - Method in class com.dtflys.forest.config.ForestConfiguration
设置全局变量
setXml(ForestConverterItemProperties) - Method in class com.thebeastshop.forest.springboot.properties.ForestConvertProperties
 
setXmlConverter(ForestXmlConverter) - Method in class com.dtflys.forest.config.ForestConfiguration
设置全局XML数据转换器
simpleDecode(String) - Static method in class com.dtflys.forest.utils.Base64Utils
 
simpleEncode(byte[]) - Static method in class com.dtflys.forest.utils.Base64Utils
 
SimpleQuery - Class in com.dtflys.forest.http
 
SimpleQuery() - Constructor for class com.dtflys.forest.http.SimpleQuery
 
SimpleURLBuilder - Class in com.dtflys.forest.backend.url
 
SimpleURLBuilder() - Constructor for class com.dtflys.forest.backend.url.SimpleURLBuilder
 
size() - Method in class com.dtflys.forest.http.ForestCookies
 
size() - Method in class com.dtflys.forest.http.ForestHeaderMap
获取本请求头集合的大小
size() - Method in class com.dtflys.forest.http.ForestQueryMap
 
source() - Method in class com.dtflys.forest.backend.okhttp3.response.OkHttpResponseBody
 
splitCamelName(String) - Static method in class com.dtflys.forest.utils.NameUtils
按驼峰命名法的规则将字符串分割
SpringInterceptorFactory - Class in com.dtflys.forest.interceptor
 
SpringInterceptorFactory() - Constructor for class com.dtflys.forest.interceptor.SpringInterceptorFactory
 
SpringMultipartFile - Class in com.dtflys.forest.file
 
SpringMultipartFile() - Constructor for class com.dtflys.forest.file.SpringMultipartFile
 
SpringResource - Class in com.dtflys.forest.file
 
SpringResource() - Constructor for class com.dtflys.forest.file.SpringResource
 
SpringSSLKeyStore - Class in com.dtflys.forest.ssl
 
SpringSSLKeyStore(String, String, String, String, String) - Constructor for class com.dtflys.forest.ssl.SpringSSLKeyStore
 
SSL_2 - Static variable in class com.dtflys.forest.ssl.SSLUtils
 
SSL_3 - Static variable in class com.dtflys.forest.ssl.SSLUtils
 
SSLKeyStore - Class in com.dtflys.forest.ssl
SSL keyStore
SSLKeyStore(String, String, String, String) - Constructor for class com.dtflys.forest.ssl.SSLKeyStore
 
SSLKeyStore(String, String, String, String, String) - Constructor for class com.dtflys.forest.ssl.SSLKeyStore
 
SSLUtils - Class in com.dtflys.forest.ssl
 
SSLUtils() - Constructor for class com.dtflys.forest.ssl.SSLUtils
 
statusCode - Variable in class com.dtflys.forest.http.ForestResponse
网络状态码
StringRequestBody - Class in com.dtflys.forest.http
字符串类型请求体
StringRequestBody(String) - Constructor for class com.dtflys.forest.http.StringRequestBody
 
StringUtils - Class in com.dtflys.forest.utils
 
SubVariableScope - Class in com.dtflys.forest.mapping
子变量作用域
SubVariableScope(VariableScope) - Constructor for class com.dtflys.forest.mapping.SubVariableScope
 
SWITCHING_PROTOCOLS - Static variable in class com.dtflys.forest.http.HttpStatus
 
SyncHttpclientRequestSender - Class in com.dtflys.forest.backend.httpclient.request
 
SyncHttpclientRequestSender(HttpclientConnectionManager, ForestRequest) - Constructor for class com.dtflys.forest.backend.httpclient.request.SyncHttpclientRequestSender
 

T

target - Variable in class com.dtflys.forest.mapping.MappingParameter
参数绑定的目标位置
TARGET_BODY - Static variable in class com.dtflys.forest.mapping.MappingParameter
 
TARGET_HEADER - Static variable in class com.dtflys.forest.mapping.MappingParameter
 
TARGET_QUERY - Static variable in class com.dtflys.forest.mapping.MappingParameter
 
TARGET_UNKNOWN - Static variable in class com.dtflys.forest.mapping.MappingParameter
 
TEMPORARY_REDIRECT - Static variable in class com.dtflys.forest.http.HttpStatus
 
TEXT - Static variable in class com.dtflys.forest.utils.ForestDataType
数据类型: 文本类型
TLS_1_0 - Static variable in class com.dtflys.forest.ssl.SSLUtils
 
TLS_1_1 - Static variable in class com.dtflys.forest.ssl.SSLUtils
 
TLS_1_2 - Static variable in class com.dtflys.forest.ssl.SSLUtils
 
TLS_1_3 - Static variable in class com.dtflys.forest.ssl.SSLUtils
 
toFormString() - Method in class com.dtflys.forest.http.NameValueRequestBody
 
toGetterName(String) - Static method in class com.dtflys.forest.utils.StringUtils
 
token(String, Map<String, Object>, Map<String, Object>) - Method in interface com.dtflys.forest.lifecycles.authorization.OAuth2Client
获取 Token
Token - Enum in com.dtflys.forest.mapping
字符串模板解析 - 词法标记
TokenCache(String, OAuth2Token) - Constructor for class com.dtflys.forest.lifecycles.authorization.OAuth2LifeCycle.TokenCache
初始化一个 Token 缓存对象.
toString() - Method in class com.dtflys.forest.backend.ContentType
 
toString() - Method in class com.dtflys.forest.http.ForestCookie
 
toString() - Method in class com.dtflys.forest.http.NameValueRequestBody
 
toString() - Method in class com.dtflys.forest.http.ObjectRequestBody
 
toString() - Method in class com.dtflys.forest.http.StringRequestBody
 
toString() - Method in class com.dtflys.forest.lifecycles.authorization.OAuth2Token
 
toString() - Method in class com.dtflys.forest.mapping.MappingBoolean
 
toString() - Method in class com.dtflys.forest.mapping.MappingDot
 
toString() - Method in class com.dtflys.forest.mapping.MappingDouble
 
toString() - Method in class com.dtflys.forest.mapping.MappingFilterInvoke
 
toString() - Method in class com.dtflys.forest.mapping.MappingFloat
 
toString() - Method in class com.dtflys.forest.mapping.MappingIdentity
 
toString() - Method in class com.dtflys.forest.mapping.MappingIndex
 
toString() - Method in class com.dtflys.forest.mapping.MappingInteger
 
toString() - Method in class com.dtflys.forest.mapping.MappingInvoke
 
toString() - Method in class com.dtflys.forest.mapping.MappingLong
 
toString() - Method in class com.dtflys.forest.mapping.MappingReference
 
toString() - Method in class com.dtflys.forest.mapping.MappingString
 
toString() - Method in class com.dtflys.forest.mapping.MappingTemplate
 
toString() - Method in class com.dtflys.forest.mapping.MappingVariable
 
Trace - Annotation Type in com.dtflys.forest.annotation
Trace请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。当调用被修饰的方法时就会执行Forest动态的代理的代码, 也就会自动执行组装请求、发送请求、接受请求响应信息等任务。
TraceRequest - Annotation Type in com.dtflys.forest.annotation
Trace请求信息定义注解,该注解只能修饰方法,被修饰的方法会自动被动态代理。当调用被修饰的方法时就会执行Forest动态的代理的代码, 也就会自动执行组装请求、发送请求、接受请求响应信息等任务。
TraceRequestLifeCycle - Class in com.dtflys.forest.lifecycles.method
 
TraceRequestLifeCycle() - Constructor for class com.dtflys.forest.lifecycles.method.TraceRequestLifeCycle
 
trimBegin(String) - Static method in class com.dtflys.forest.utils.StringUtils
去掉开头空格
TrustAllHostnameVerifier - Class in com.dtflys.forest.ssl
 
TrustAllHostnameVerifier() - Constructor for class com.dtflys.forest.ssl.TrustAllHostnameVerifier
 
TrustAllManager - Class in com.dtflys.forest.ssl
 
TrustAllManager() - Constructor for class com.dtflys.forest.ssl.TrustAllManager
 
trustStore - Variable in class com.dtflys.forest.ssl.SSLKeyStore
 
trustStore - Variable in class com.thebeastshop.forest.springboot.properties.ForestSSLKeyStoreProperties
 
type - Variable in class com.dtflys.forest.http.ForestRequestBody
请求体类型
type - Variable in class com.dtflys.forest.mapping.MappingParameter
参数类型
type - Variable in class com.thebeastshop.forest.springboot.properties.ForestSSLKeyStoreProperties
 
typeName - Variable in class com.dtflys.forest.backend.httpclient.executor.AbstractHttpclientExecutor
 

U

UNAUTHORIZED - Static variable in class com.dtflys.forest.http.HttpStatus
 
UNPROCESSABLE_ENTITY - Static variable in class com.dtflys.forest.http.HttpStatus
 
UNSUPPORTED_MEDIA_TYPE - Static variable in class com.dtflys.forest.http.HttpStatus
 
url - Variable in class com.dtflys.forest.backend.httpclient.executor.AbstractHttpclientExecutor
 
URLBuilder - Class in com.dtflys.forest.backend.url
URL构造器
URLBuilder() - Constructor for class com.dtflys.forest.backend.url.URLBuilder
 
URLUtils - Class in com.dtflys.forest.utils
 
USE_PROXY - Static variable in class com.dtflys.forest.http.HttpStatus
 

V

valueOf(String) - Static method in enum com.dtflys.forest.extensions.OAuth2.GrantType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dtflys.forest.extensions.OAuth2.TokenAt
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dtflys.forest.http.ForestRequestBody.BodyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dtflys.forest.http.ForestRequestType
Returns the enum constant of this type with the specified name.
valueOf(String, ForestMethod) - Method in class com.dtflys.forest.mapping.MappingTemplate
 
valueOf(String) - Static method in enum com.dtflys.forest.mapping.Token
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.dtflys.forest.extensions.OAuth2.GrantType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dtflys.forest.extensions.OAuth2.TokenAt
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.dtflys.forest.http.ForestQueryMap
 
values() - Static method in enum com.dtflys.forest.http.ForestRequestBody.BodyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dtflys.forest.http.ForestRequestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dtflys.forest.mapping.Token
Returns an array containing the constants of this enum type, in the order they are declared.
VariableScope - Interface in com.dtflys.forest.config
 
variableScope - Variable in class com.dtflys.forest.mapping.MappingExpr
 
verify(String, SSLSession) - Method in class com.dtflys.forest.ssl.TrustAllHostnameVerifier
 

W

waitedTime - Variable in class com.dtflys.forest.retryer.BackOffRetryer
 
writeTo(OutputStream) - Method in class com.dtflys.forest.backend.httpclient.body.HttpclientMultipartCommonBody
 
writeTo(OutputStream) - Method in class com.dtflys.forest.backend.httpclient.body.HttpclientMultipartFileBody
 
writeTo(OutputStream) - Method in class com.dtflys.forest.backend.httpclient.response.HttpclientEntity
 
writeTo(BufferedSink) - Method in class com.dtflys.forest.backend.okhttp3.body.OkHttpMultipartBody
 

X

XML - Static variable in class com.dtflys.forest.utils.ForestDataType
数据类型: XML类型
XMLBody - Annotation Type in com.dtflys.forest.annotation
Request XML Body
XMLBodyLifeCycle - Class in com.dtflys.forest.lifecycles.parameter
Forest @XMLBody注解的生命周期
XMLBodyLifeCycle() - Constructor for class com.dtflys.forest.lifecycles.parameter.XMLBodyLifeCycle
 
XmlFilter - Class in com.dtflys.forest.filter
 
XmlFilter() - Constructor for class com.dtflys.forest.filter.XmlFilter
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2020. All rights reserved.