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

A

adapt(Call<Object>) - 类 中的方法gateway.api.SynchCallAdapterFactory.EnvelopeCallAdapter
 
adapt(Call<Object>) - 类 中的方法gateway.api.SynchCallAdapterFactory.ObjectCallAdapter
 
adapter - 类 中的变量gateway.api.GsonRequestBodyConverter
 
adapter - 类 中的变量gateway.api.GsonResponseBodyConverter
 
algorithm - 类 中的变量gateway.api.JwtContext
 
appToken - 类 中的变量gateway.api.JwtContext
 

B

BUILD - 类 中的静态变量gateway.api.Version
 
buildRetrofit(String, String, Algorithm, Interceptor...) - 类 中的静态方法gateway.api.RetrofitUtils
 
buildRetrofit(String, String, Algorithm, int) - 类 中的静态方法gateway.api.RetrofitUtils
 
buildRetrofit(String, String, Algorithm, int, Interceptor...) - 类 中的静态方法gateway.api.RetrofitUtils
 
buildRetrofit(String, String, Algorithm, int, Gson, String, long, TimeUnit, Interceptor...) - 类 中的静态方法gateway.api.RetrofitUtils
 
buildRetrofitBuilder(String, String, Algorithm) - 类 中的静态方法gateway.api.RetrofitUtils
 
buildRetrofitBuilder(String, String, Algorithm, Interceptor...) - 类 中的静态方法gateway.api.RetrofitUtils
 
buildRetrofitBuilder(String, String, Algorithm, int, Interceptor...) - 类 中的静态方法gateway.api.RetrofitUtils
 
buildRetrofitBuilder(String, String, Algorithm, int, Gson, String, long, TimeUnit, Interceptor...) - 类 中的静态方法gateway.api.RetrofitUtils
 
BytesConverterFactory - gateway.api中的类
二进制返回转换工厂
BytesConverterFactory() - 类 的构造器gateway.api.BytesConverterFactory
 

C

charset - 类 中的变量gateway.api.HttpClientHelper.HttpResponseStringExtractor
 
CLIENT_START_ERROR - 异常错误 中的静态变量gateway.api.NotExceptException
 
close() - 类 中的方法gateway.api.HttpClientHelper.InnerHttpClientConnectionManager
 
close() - 类 中的方法gateway.api.HttpClientHelper.SingletonHttpClient
 
close() - 类 中的方法gateway.api.HttpClientHelper.SingletonHttpClientConnectionManager
 
closeExpiredConnections() - 类 中的方法gateway.api.HttpClientHelper.InnerHttpClientConnectionManager
 
closeExpiredConnections() - 类 中的方法gateway.api.HttpClientHelper.SingletonHttpClientConnectionManager
 
closeIdleConnections(long, TimeUnit) - 类 中的方法gateway.api.HttpClientHelper.InnerHttpClientConnectionManager
 
closeIdleConnections(long, TimeUnit) - 类 中的方法gateway.api.HttpClientHelper.SingletonHttpClientConnectionManager
 
code - 异常错误 中的变量gateway.api.NotExceptException
 
code - 类 中的变量gateway.api.Result
 
code - 类 中的变量gateway.api.SynchCallAdapterFactory.EnvelopeReturn
 
connect(HttpClientConnection, HttpRoute, int, HttpContext) - 类 中的方法gateway.api.HttpClientHelper.InnerHttpClientConnectionManager
 
connect(HttpClientConnection, HttpRoute, int, HttpContext) - 类 中的方法gateway.api.HttpClientHelper.SingletonHttpClientConnectionManager
 
connectTimeout - 类 中的变量gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
convert(Date) - 类 中的方法gateway.api.GsonConverterFactory.DateToStringConverter
 
convert(T) - 类 中的方法gateway.api.GsonRequestBodyConverter
 
convert(ResponseBody) - 类 中的方法gateway.api.GsonResponseBodyConverter
 
copyRequestChainForHttpClient(HttpMessage) - 类 中的静态方法gateway.api.ViaGatewayUtils
为httpclient复制调用链参数,验证模式是后台接口调用其它后台接口时使用
copyRequestChainForHttpClient(Request.Builder) - 类 中的静态方法gateway.api.ViaGatewayUtils
 
create() - 类 中的静态方法gateway.api.BytesConverterFactory
 
create() - 类 中的静态方法gateway.api.GsonConverterFactory
Create an instance using a default Gson instance for conversion.
create(Gson, String) - 类 中的静态方法gateway.api.GsonConverterFactory
Create an instance using gson for conversion.
create(String, RSAKey, int) - 类 中的静态方法gateway.api.JwtContext
创建JWT上下文
create(String, Algorithm, int) - 类 中的静态方法gateway.api.JwtContext
 
create() - 类 中的静态方法gateway.api.SynchCallAdapterFactory
 
createConnectionKeepAliveStrategy(HttpClientHelper.HttpClientConnectManagerProperty) - 类 中的静态方法gateway.api.HttpClientHelper
 
createDefaultHttpClientBuilder() - 类 中的静态方法gateway.api.HttpClientHelper
 
createDefaultSingletonHttpClient() - 类 中的静态方法gateway.api.HttpClientHelper
 
createHttpClient(HttpClientHelper.HttpClientConnectManagerProperty, HttpClientConnectionManager, ConnectionKeepAliveStrategy, HttpRequestRetryHandler) - 类 中的静态方法gateway.api.HttpClientHelper
 
createHttpClientBuilder(HttpClientHelper.HttpClientConnectManagerProperty, HttpClientConnectionManager, ConnectionKeepAliveStrategy, HttpRequestRetryHandler) - 类 中的静态方法gateway.api.HttpClientHelper
 
createHttpClientConnectionManager(HttpClientHelper.HttpClientConnectManagerProperty) - 类 中的静态方法gateway.api.HttpClientHelper
 
createHttpRequestRetryHandler(HttpClientHelper.HttpClientConnectManagerProperty) - 类 中的静态方法gateway.api.HttpClientHelper
 
createHttpResponseObjectExtractor(Class<T>, boolean) - 类 中的静态方法gateway.api.HttpClientHelper
 
createIdleConnectionEvictor(HttpClientConnectionManager, long, long, TimeUnit) - 类 中的静态方法gateway.api.HttpClientHelper
 
createJwtToken() - 类 中的方法gateway.api.JwtContext
创建JWT令牌
createRequestConfig(HttpClientHelper.HttpClientConnectManagerProperty) - 类 中的静态方法gateway.api.HttpClientHelper
 
createRetrofit(String) - 类 中的静态方法gateway.api.RetrofitUtils
不使用JWT创建Retrofit
createRetrofit(String, String, String, Interceptor...) - 类 中的静态方法gateway.api.RetrofitUtils
创建Retrofit对象并返回(JWT令牌默认存活1800秒)
createRetrofit(String, String, String, int) - 类 中的静态方法gateway.api.RetrofitUtils
 
createRetrofit(String, String, String, int, Interceptor...) - 类 中的静态方法gateway.api.RetrofitUtils
创建Retrofit对象并返回
createRetrofit(String, String, String, int, Gson, String, long, TimeUnit, Interceptor...) - 类 中的静态方法gateway.api.RetrofitUtils
创建Retrofit对象并返回
createRetrofitBuilder(String, Interceptor...) - 类 中的静态方法gateway.api.RetrofitUtils
 
createRetrofitBuilder(String) - 类 中的静态方法gateway.api.RetrofitUtils
 
createRetrofitBuilder(String, String, String) - 类 中的静态方法gateway.api.RetrofitUtils
 
createRetrofitBuilder(String, String, String, Interceptor...) - 类 中的静态方法gateway.api.RetrofitUtils
 
createRetrofitBuilder(String, String, String, int, Interceptor...) - 类 中的静态方法gateway.api.RetrofitUtils
 
createRetrofitBuilder(String, String, String, int, Gson, String, long, TimeUnit, Interceptor...) - 类 中的静态方法gateway.api.RetrofitUtils
创建Retrofit对象并返回
createTime - 类 中的变量gateway.api.JwtToken
 

D

data - 类 中的变量gateway.api.Page
当前分页数据列表
data - 类 中的变量gateway.api.Return
 
data - 类 中的变量gateway.api.SynchCallAdapterFactory.EnvelopeReturn
 
dateToStringConverter - 类 中的变量gateway.api.GsonConverterFactory
 
DateToStringConverter() - 类 的构造器gateway.api.GsonConverterFactory.DateToStringConverter
 
DateToStringConverter(String) - 类 的构造器gateway.api.GsonConverterFactory.DateToStringConverter
 
decryptData(byte[], Key, String) - 类 中的静态方法gateway.api.RSAUtils
 
decryptData(byte[], int, int, Key, String) - 类 中的静态方法gateway.api.RSAUtils
 
DEFAULT_HCCM_PROPERTIES - 类 中的静态变量gateway.api.HttpClientHelper
 
DefaultJsonDateTypeAdapter - 类 中的静态变量gateway.api.JsonUtils
已过时。
deserialize(JsonElement, Type, JsonDeserializationContext) - 类 中的方法gateway.api.JsonDateTypeAdapter
 
deserializeToDate(JsonElement) - 类 中的方法gateway.api.JsonDateTypeAdapter
 
destorySingletonHttpClientObjects() - 类 中的静态方法gateway.api.HttpClientHelper
 
doGetApiHelperCustomUserAgent() - 类 中的静态方法gateway.api.RetrofitUtils
 

E

encryptData(byte[], Key, String) - 类 中的静态方法gateway.api.RSAUtils
 
encryptData(byte[], int, int, Key, String) - 类 中的静态方法gateway.api.RSAUtils
 
EnvelopeCallAdapter(Type, boolean, boolean) - 类 的构造器gateway.api.SynchCallAdapterFactory.EnvelopeCallAdapter
 
EnvelopeResponse - gateway.api中的注释类型
表示应答由信封方式封装
EnvelopeReturn() - 类 的构造器gateway.api.SynchCallAdapterFactory.EnvelopeReturn
 
equals(Object) - 类 中的方法gateway.api.JwtToken
 
error(int) - 类 中的静态方法gateway.api.Return
 
error(int, String) - 类 中的静态方法gateway.api.Return
 
error(int, String, T) - 类 中的静态方法gateway.api.Return
 
evelope_response - 类 中的变量gateway.api.HttpClientHelper.HttpResponseObjectExtractor
 
exception - 异常错误 中的变量gateway.api.NotExceptException
 
exception - 类 中的变量gateway.api.SynchCallAdapterFactory.EnvelopeReturn
 
execute(HttpUriRequest) - 类 中的方法gateway.api.HttpClientHelper.SingletonHttpClient
 
execute(HttpUriRequest, HttpContext) - 类 中的方法gateway.api.HttpClientHelper.SingletonHttpClient
 
execute(HttpHost, HttpRequest) - 类 中的方法gateway.api.HttpClientHelper.SingletonHttpClient
 
execute(HttpHost, HttpRequest, HttpContext) - 类 中的方法gateway.api.HttpClientHelper.SingletonHttpClient
 
execute(HttpUriRequest, ResponseHandler<? extends T>) - 类 中的方法gateway.api.HttpClientHelper.SingletonHttpClient
 
execute(HttpUriRequest, ResponseHandler<? extends T>, HttpContext) - 类 中的方法gateway.api.HttpClientHelper.SingletonHttpClient
 
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>) - 类 中的方法gateway.api.HttpClientHelper.SingletonHttpClient
 
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>, HttpContext) - 类 中的方法gateway.api.HttpClientHelper.SingletonHttpClient
 
expireTime - 类 中的变量gateway.api.JwtToken
 
extract(HttpResponse) - 类 中的方法gateway.api.HttpClientHelper.HttpResponseBytesExtractor
 
extract(HttpResponse) - 接口 中的方法gateway.api.HttpClientHelper.HttpResponseExtractor
 
extract(HttpResponse) - 类 中的方法gateway.api.HttpClientHelper.HttpResponseGsonExtractor
 
extract(HttpResponse) - 类 中的方法gateway.api.HttpClientHelper.HttpResponseObjectExtractor
 
extract(HttpResponse) - 类 中的方法gateway.api.HttpClientHelper.HttpResponseStringExtractor
 
extract(HttpResponse) - 类 中的方法gateway.api.HttpClientHelper.HttpResponseVoidExtractor
 

F

firstRequestChainForHttpClient(HttpMessage) - 类 中的静态方法gateway.api.ViaGatewayUtils
为httpclient设置调用链入口参数,验证模式是前端接口调用其它接口时使用
firstRequestChainForHttpClient(Request.Builder) - 类 中的静态方法gateway.api.ViaGatewayUtils
 
fixedFormat1 - 类 中的变量gateway.api.JsonDateTypeAdapter
 
fixedFormat2 - 类 中的变量gateway.api.JsonDateTypeAdapter
 
fixedFormat3 - 类 中的变量gateway.api.JsonDateTypeAdapter
 
fixedFormat4 - 类 中的变量gateway.api.JsonDateTypeAdapter
 
fixedFormat5 - 类 中的变量gateway.api.JsonDateTypeAdapter
 
fromJson(String, Class<T>) - 类 中的静态方法gateway.api.JsonUtils
从JSON中转换为对象
fromJson(String, Type) - 类 中的静态方法gateway.api.JsonUtils
 
fromJson(InputStream, Class<T>) - 类 中的静态方法gateway.api.JsonUtils
 
fromJson(InputStream, Type) - 类 中的静态方法gateway.api.JsonUtils
 
fromJson(JsonElement, Class<T>) - 类 中的静态方法gateway.api.JsonUtils
 
fromJson(JsonElement, Type) - 类 中的静态方法gateway.api.JsonUtils
 

G

gateway.api - 程序包 gateway.api
 
generateKeyPair(int) - 类 中的静态方法gateway.api.RSAUtils
产生密钥对
get(Type, Annotation[], Retrofit) - 类 中的方法gateway.api.SynchCallAdapterFactory
 
getApiIdViaGateway() - 类 中的静态方法gateway.api.ViaGatewayUtils
获取当前API在服务端注册的ID
getApiIdViaGateway(HttpServletRequest) - 类 中的静态方法gateway.api.ViaGatewayUtils
获取当前API在服务端注册的ID
getApiURI() - 异常错误 中的方法gateway.api.NotExceptException
请求错误URI
getAppToken() - 类 中的方法gateway.api.JwtContext
获取应用凭据
getClientRealIp() - 类 中的静态方法gateway.api.ViaGatewayUtils
获取客户端真实IP
getClientRealIp(HttpServletRequest) - 类 中的静态方法gateway.api.ViaGatewayUtils
 
getClientUserAgent() - 类 中的静态方法gateway.api.ViaGatewayUtils
获取用户浏览器UserAgent
getClientUserAgent(HttpServletRequest) - 类 中的静态方法gateway.api.ViaGatewayUtils
 
getCode() - 异常错误 中的方法gateway.api.NotExceptException
获得错误代码
getConnectionManager() - 类 中的方法gateway.api.HttpClientHelper.SingletonHttpClient
 
getConnectTimeout() - 类 中的方法gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
getCreateTime() - 类 中的方法gateway.api.JwtToken
创建时间
getDefaultConnectManagerProperty() - 类 中的静态方法gateway.api.HttpClientHelper
 
getDefaultRequestConfig() - 类 中的静态方法gateway.api.HttpClientHelper
 
GetEnvironmentMethod - 类 中的静态变量gateway.api.RetrofitUtils
 
getErrorType() - 异常错误 中的方法gateway.api.NotExceptException
获取错误类型
getExpireTime() - 类 中的方法gateway.api.JwtToken
超时时间
getGatewayHost() - 类 中的静态方法gateway.api.ViaGatewayUtils
获取网关主机名
getGatewayHost(HttpServletRequest) - 类 中的静态方法gateway.api.ViaGatewayUtils
 
getGatewayId() - 类 中的静态方法gateway.api.ViaGatewayUtils
获取网关ID
getGatewayId(HttpServletRequest) - 类 中的静态方法gateway.api.ViaGatewayUtils
获取网关ID
getGatewayPort() - 类 中的静态方法gateway.api.ViaGatewayUtils
获取网关端口
getGatewayPort(HttpServletRequest) - 类 中的静态方法gateway.api.ViaGatewayUtils
获取网关端口
getGatewayProto() - 类 中的静态方法gateway.api.ViaGatewayUtils
获取协议头
getGatewayProto(HttpServletRequest) - 类 中的静态方法gateway.api.ViaGatewayUtils
获取协议头
getGson() - 类 中的静态方法gateway.api.JsonUtils
已过时。
getHttpResponseStringExtractorByCharset(Charset) - 类 中的静态方法gateway.api.HttpClientHelper
 
getHttpResponseStringExtractorByCharset(String) - 类 中的静态方法gateway.api.HttpClientHelper
 
GetHttpServletRequest() - 类 中的静态方法gateway.api.ViaGatewayUtils
已过时。
getHttpServletRequest() - 类 中的静态方法gateway.api.ViaGatewayUtils
获得当前的Servlet请求对象
getIdleCheckInterval() - 类 中的方法gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
getJwtToken() - 类 中的方法gateway.api.JwtToken
获得JWT令牌
getMaxIdleTime() - 类 中的方法gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
getMaxPerRoute() - 类 中的方法gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
getMaxRetry() - 类 中的方法gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
getMaxTotal() - 类 中的方法gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
getMessage() - 异常错误 中的方法gateway.api.NotExceptException
 
getParams() - 类 中的方法gateway.api.HttpClientHelper.SingletonHttpClient
 
GetPropertyMethod - 类 中的静态变量gateway.api.RetrofitUtils
 
getProxyHost() - 类 中的方法gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
getProxyPort() - 类 中的方法gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
getPublishURLViaGateway(String) - 类 中的静态方法gateway.api.ViaGatewayUtils
 
getPublishURLViaGateway(HttpServletRequest, String) - 类 中的静态方法gateway.api.ViaGatewayUtils
获得通过网关的外部URL
getReqeustRoot(HttpServletRequest) - 类 中的静态方法gateway.api.ViaGatewayUtils
获得请求根地址
getReqeustRoot() - 类 中的静态方法gateway.api.ViaGatewayUtils
 
getRequestAclGroups() - 类 中的静态方法gateway.api.ViaGatewayUtils
已过时。
getRequestAclGroups(HttpServletRequest) - 类 中的静态方法gateway.api.ViaGatewayUtils
已过时。
getRequestAppIdViaGateway() - 类 中的静态方法gateway.api.ViaGatewayUtils
获取请求应用ID
getRequestAppIdViaGateway(HttpServletRequest) - 类 中的静态方法gateway.api.ViaGatewayUtils
获取请求应用ID
getRequestDisplayNameViaGateway(HttpServletRequest) - 类 中的静态方法gateway.api.ViaGatewayUtils
 
getRequestDisplayNameViaGateway() - 类 中的静态方法gateway.api.ViaGatewayUtils
 
getRequestIdViaGateway() - 类 中的静态方法gateway.api.ViaGatewayUtils
获取网关发过来的请求ID
getRequestIdViaGateway(HttpServletRequest) - 类 中的静态方法gateway.api.ViaGatewayUtils
获取网关发过来的请求ID
getRequestPageId() - 类 中的静态方法gateway.api.ViaGatewayUtils
获得请求页面ID
getRequestRootViaGateway() - 类 中的静态方法gateway.api.ViaGatewayUtils
获得通过网关的请求根
getRequestRootViaGateway(HttpServletRequest) - 类 中的静态方法gateway.api.ViaGatewayUtils
 
getRequestTimeout() - 类 中的方法gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
getRequestURIViaGateway() - 类 中的静态方法gateway.api.ViaGatewayUtils
获取请求上下文URI(不含主机名与端口信息)
getRequestURIViaGateway(HttpServletRequest) - 类 中的静态方法gateway.api.ViaGatewayUtils
获取请求上下文URI(不含主机名与端口信息)
getRequestURLViaGateway() - 类 中的静态方法gateway.api.ViaGatewayUtils
获取请求URL(完整路径)
getRequestURLViaGateway(HttpServletRequest) - 类 中的静态方法gateway.api.ViaGatewayUtils
获取请求URL(完整路径)
getRequestUserIdViaGateway() - 类 中的静态方法gateway.api.ViaGatewayUtils
获取请求用户ID
getRequestUserIdViaGateway(HttpServletRequest) - 类 中的静态方法gateway.api.ViaGatewayUtils
获取请求用户ID
getRequestUsernameViaGateway() - 类 中的静态方法gateway.api.ViaGatewayUtils
获取请求用户名
getRequestUsernameViaGateway(HttpServletRequest) - 类 中的静态方法gateway.api.ViaGatewayUtils
 
getResponseContentCharset(HttpResponse) - 类 中的静态方法gateway.api.HttpClientHelper
 
getResponseContentCharset(HttpResponse, Charset) - 类 中的静态方法gateway.api.HttpClientHelper
 
getRetry() - 类 中的方法gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
getSingletonConnectionManager() - 类 中的静态方法gateway.api.HttpClientHelper
 
getSingletonHttpClient() - 类 中的静态方法gateway.api.HttpClientHelper
 
getSocketTimeout() - 类 中的方法gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
getTimeLive() - 类 中的方法gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
getTimestamp() - 异常错误 中的方法gateway.api.NotExceptException
获得异常时间
getTokenLiveSconds() - 类 中的方法gateway.api.JwtContext
获取令牌存活时间(秒)
getTraceChainIdViaGateway() - 类 中的静态方法gateway.api.ViaGatewayUtils
获取调用链
getTraceChainIdViaGateway(HttpServletRequest) - 类 中的静态方法gateway.api.ViaGatewayUtils
获取调用链
getTraceParentIdViaGateway() - 类 中的静态方法gateway.api.ViaGatewayUtils
获取调用链上层ID
getTraceParentIdViaGateway(HttpServletRequest) - 类 中的静态方法gateway.api.ViaGatewayUtils
获取调用链上层ID
GetWebSpringContextMethod - 类 中的静态变量gateway.api.RetrofitUtils
 
gson - 类 中的变量gateway.api.GsonConverterFactory
 
gson - 类 中的变量gateway.api.GsonRequestBodyConverter
 
gson - 类 中的变量gateway.api.GsonResponseBodyConverter
 
gson - 类 中的静态变量gateway.api.JsonUtils
已过时。
GsonConverterFactory - gateway.api中的类
JSON应答转换工厂
GsonConverterFactory(Gson, String) - 类 的构造器gateway.api.GsonConverterFactory
 
GsonConverterFactory.DateToStringConverter - gateway.api中的类
 
GsonRequestBodyConverter<T> - gateway.api中的类
JSON请求体转换器
GsonRequestBodyConverter(Gson, TypeAdapter<T>) - 类 的构造器gateway.api.GsonRequestBodyConverter
 
GsonResponseBodyConverter<T> - gateway.api中的类
GSON应答体转换器
GsonResponseBodyConverter(Gson, TypeAdapter<T>) - 类 的构造器gateway.api.GsonResponseBodyConverter
 

H

hashCode() - 类 中的方法gateway.api.JwtToken
 
HttpClientConnectManagerProperty() - 类 的构造器gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
HttpClientHelper - gateway.api中的类
优化HttpClient请求帮助类
使用示例:参见main函数
HttpClientHelper() - 类 的构造器gateway.api.HttpClientHelper
 
HttpClientHelper.HttpClientConnectManagerProperty - gateway.api中的类
 
HttpClientHelper.HttpResponseBytesExtractor - gateway.api中的类
 
HttpClientHelper.HttpResponseExtractor<T> - gateway.api中的接口
 
HttpClientHelper.HttpResponseGsonExtractor - gateway.api中的类
 
HttpClientHelper.HttpResponseObjectExtractor<T> - gateway.api中的类
 
HttpClientHelper.HttpResponseStringExtractor - gateway.api中的类
 
HttpClientHelper.HttpResponseVoidExtractor - gateway.api中的类
 
HttpClientHelper.InnerHttpClientConnectionManager - gateway.api中的类
 
HttpClientHelper.InnerHttpRequestRetryHandler - gateway.api中的类
 
HttpClientHelper.SingletonHttpClient - gateway.api中的类
 
HttpClientHelper.SingletonHttpClientConnectionManager - gateway.api中的类
 
HttpResponseBytesExtractor() - 类 的构造器gateway.api.HttpClientHelper.HttpResponseBytesExtractor
 
HttpResponseDefaultCharset - 类 中的静态变量gateway.api.HttpClientHelper
 
HttpResponseGsonExtractor() - 类 的构造器gateway.api.HttpClientHelper.HttpResponseGsonExtractor
 
HttpResponseObjectExtractor(Type, boolean) - 类 的构造器gateway.api.HttpClientHelper.HttpResponseObjectExtractor
 
HttpResponseStringExtractor(Charset) - 类 的构造器gateway.api.HttpClientHelper.HttpResponseStringExtractor
 
HttpResponseStringExtractor() - 类 的构造器gateway.api.HttpClientHelper.HttpResponseStringExtractor
 
HttpResponseVoidExtractor() - 类 的构造器gateway.api.HttpClientHelper.HttpResponseVoidExtractor
 

I

idle_conn_evictor - 类 中的变量gateway.api.HttpClientHelper.InnerHttpClientConnectionManager
 
idleCheckInterval - 类 中的变量gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
impl - 类 中的变量gateway.api.HttpClientHelper.SingletonHttpClient
 
impl - 类 中的变量gateway.api.HttpClientHelper.SingletonHttpClientConnectionManager
 
initRequestChainForHttpClient(HttpMessage) - 类 中的静态方法gateway.api.ViaGatewayUtils
 
initRequestChainForHttpClient(Request.Builder) - 类 中的静态方法gateway.api.ViaGatewayUtils
 
InnerHttpClientConnectionManager(HttpClientConnectionManager, IdleConnectionEvictor) - 类 的构造器gateway.api.HttpClientHelper.InnerHttpClientConnectionManager
 
InnerHttpRequestRetryHandler(HttpClientHelper.HttpClientConnectManagerProperty) - 类 的构造器gateway.api.HttpClientHelper.InnerHttpRequestRetryHandler
 
INSTANCE - 类 中的静态变量gateway.api.GsonConverterFactory.DateToStringConverter
 
intercept(Interceptor.Chain) - 类 中的方法gateway.api.OkHttpClientInterceptor
 
is_null_able - 类 中的变量gateway.api.SynchCallAdapterFactory.EnvelopeCallAdapter
 
is_null_able - 类 中的变量gateway.api.SynchCallAdapterFactory.ObjectCallAdapter
 
is_page_list - 类 中的变量gateway.api.SynchCallAdapterFactory.ObjectCallAdapter
 
is_page_resp - 类 中的变量gateway.api.SynchCallAdapterFactory.EnvelopeCallAdapter
 
isAppRequestViaGateway() - 类 中的静态方法gateway.api.ViaGatewayUtils
判断是否应用通过网关访问
isAppRequestViaGateway(HttpServletRequest) - 类 中的静态方法gateway.api.ViaGatewayUtils
判断是否应用通过网关访问
isExpired() - 类 中的方法gateway.api.JwtToken
是否已过期
isRequestViaGateway() - 类 中的静态方法gateway.api.ViaGatewayUtils
判断是否从网关过来的
isRequestViaGateway(HttpServletRequest) - 类 中的静态方法gateway.api.ViaGatewayUtils
 
isRequestViaWeb() - 类 中的静态方法gateway.api.ViaGatewayUtils
判断是否来自WEB请求
isSslVerifyHost() - 类 中的方法gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
isUserRequestViaGateway() - 类 中的静态方法gateway.api.ViaGatewayUtils
判断是否通过用户前端访问
isUserRequestViaGateway(HttpServletRequest) - 类 中的静态方法gateway.api.ViaGatewayUtils
判断是否通过用户前端访问

J

json_date_format - 类 中的变量gateway.api.GsonConverterFactory.DateToStringConverter
 
JsonCharset - 类 中的静态变量gateway.api.JsonUtils
 
JsonDateFormat - 类 中的静态变量gateway.api.JsonUtils
 
JsonDateTypeAdapter - gateway.api中的类
 
JsonDateTypeAdapter(String) - 类 的构造器gateway.api.JsonDateTypeAdapter
 
JsonDateTypeAdapter(DateFormat) - 类 的构造器gateway.api.JsonDateTypeAdapter
 
JsonUtils - gateway.api中的类
JSON工具类
JsonUtils() - 类 的构造器gateway.api.JsonUtils
 
JwtContext - gateway.api中的类
JWT上下文
JwtContext(String, int, Algorithm) - 类 的构造器gateway.api.JwtContext
 
jwtContext - 类 中的变量gateway.api.OkHttpClientJwtInterceptor
 
JwtToken - gateway.api中的类
JWT安全令牌
JwtToken(String, Date, Date) - 类 的构造器gateway.api.JwtToken
 
jwtToken - 类 中的变量gateway.api.JwtToken
 

L

localFormat - 类 中的变量gateway.api.JsonDateTypeAdapter
 
Log - 类 中的静态变量gateway.api.HttpClientHelper
 
Log - 类 中的静态变量gateway.api.RetrofitUtils
 
Log - 类 中的静态变量gateway.api.ViaGatewayUtils
 

M

MAJOR - 类 中的静态变量gateway.api.Version
 
maxIdleTime - 类 中的变量gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
maxPerRoute - 类 中的变量gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
maxRetry - 类 中的变量gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
maxTotal - 类 中的变量gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
MEDIA_TYPE - 类 中的静态变量gateway.api.BytesConverterFactory
 
MEDIA_TYPE - 类 中的静态变量gateway.api.GsonRequestBodyConverter
 
message - 类 中的变量gateway.api.Result
 
message - 类 中的变量gateway.api.SynchCallAdapterFactory.EnvelopeReturn
 
MINOR - 类 中的静态变量gateway.api.Version
 

N

NAME - 类 中的静态变量gateway.api.Version
 
newGson() - 类 中的静态方法gateway.api.JsonUtils
新建一个GSON对象
newRequestBuilder(Interceptor.Chain) - 类 中的方法gateway.api.OkHttpClientInterceptor
 
newRequestBuilder(Interceptor.Chain) - 类 中的方法gateway.api.OkHttpClientJwtInterceptor
 
NotExceptException - gateway.api中的异常错误
非预期异常
NotExceptException() - 异常错误 的构造器gateway.api.NotExceptException
 
NotExceptException(Result) - 异常错误 的构造器gateway.api.NotExceptException
 
NotExceptException(int, String) - 异常错误 的构造器gateway.api.NotExceptException
 
NotExceptException(int, String, Date, String, String) - 异常错误 的构造器gateway.api.NotExceptException
 
NotExceptException(int, String, Throwable) - 异常错误 的构造器gateway.api.NotExceptException
 
NotFoundException - gateway.api中的异常错误
对象不存在异常
NotFoundException(String) - 异常错误 的构造器gateway.api.NotFoundException
 
Nullable - gateway.api中的注释类型
允许方法返回NULL时不抛NotFoundException异常

O

object_clazz - 类 中的变量gateway.api.HttpClientHelper.HttpResponseObjectExtractor
 
ObjectCallAdapter(Type, boolean, boolean) - 类 的构造器gateway.api.SynchCallAdapterFactory.ObjectCallAdapter
 
offset - 类 中的变量gateway.api.Page
当前起始索引
OkHttpClientInterceptor - gateway.api中的类
OkHttp请求拦截器
OkHttpClientInterceptor(String) - 类 的构造器gateway.api.OkHttpClientInterceptor
 
OkHttpClientJwtInterceptor - gateway.api中的类
OkHttp客户JWT拦截器
OkHttpClientJwtInterceptor(JwtContext) - 类 的构造器gateway.api.OkHttpClientJwtInterceptor
 
OkHttpClientJwtInterceptor(String, JwtContext) - 类 的构造器gateway.api.OkHttpClientJwtInterceptor
 
OnePageOnly - gateway.api中的注释类型
应答由信封方式封装的列表数据
OnlyhPageList - gateway.api中的注释类型
应答由信封方式封装的列表数据

P

Page<T> - gateway.api中的类
分页对象
Page() - 类 的构造器gateway.api.Page
 
Page(List<T>, long, long) - 类 的构造器gateway.api.Page
 
PageReturn<T> - gateway.api中的类
分页分装返回
PageReturn() - 类 的构造器gateway.api.PageReturn
 
parsePrivateKey(String) - 类 中的静态方法gateway.api.RSAUtils
 
parsePrivateKeyFromPEM(String) - 类 中的静态方法gateway.api.RSAUtils
 
parsePublicKey(String) - 类 中的静态方法gateway.api.RSAUtils
 
parsePublicKeyFromPEM(String) - 类 中的静态方法gateway.api.RSAUtils
从PEM格式中获得RSA公钥
parseQueryStringParameters(String) - 类 中的静态方法gateway.api.ViaGatewayUtils
分析QueryString格式的字符串为Properties对象,不进行UrlDecode
parseQueryStringParameters(String, boolean) - 类 中的静态方法gateway.api.ViaGatewayUtils
分析QueryString格式的字符串为Properties对象
path - 异常错误 中的变量gateway.api.NotExceptException
 
path - 类 中的变量gateway.api.SynchCallAdapterFactory.EnvelopeReturn
 
pcm - 类 中的变量gateway.api.HttpClientHelper.InnerHttpClientConnectionManager
 
PEM_PRIVATE_KEY - 类 中的静态变量gateway.api.RSAUtils
 
PEM_PUBLIC_KEY - 类 中的静态变量gateway.api.RSAUtils
 
prop - 类 中的变量gateway.api.HttpClientHelper.InnerHttpRequestRetryHandler
 
proxyHost - 类 中的变量gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
proxyPort - 类 中的变量gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 

R

reCreateDefaultSingletonHttpClient() - 类 中的静态方法gateway.api.HttpClientHelper
 
releaseConnection(HttpClientConnection, Object, long, TimeUnit) - 类 中的方法gateway.api.HttpClientHelper.InnerHttpClientConnectionManager
 
releaseConnection(HttpClientConnection, Object, long, TimeUnit) - 类 中的方法gateway.api.HttpClientHelper.SingletonHttpClientConnectionManager
 
requestBodyConverter(Type, Annotation[], Annotation[], Retrofit) - 类 中的方法gateway.api.BytesConverterFactory
 
requestBodyConverter(Type, Annotation[], Annotation[], Retrofit) - 类 中的方法gateway.api.GsonConverterFactory
 
requestConnection(HttpRoute, Object) - 类 中的方法gateway.api.HttpClientHelper.InnerHttpClientConnectionManager
 
requestConnection(HttpRoute, Object) - 类 中的方法gateway.api.HttpClientHelper.SingletonHttpClientConnectionManager
 
requestExecute(HttpUriRequest, HttpContext) - 类 中的静态方法gateway.api.HttpClientHelper
 
requestExecute(HttpUriRequest) - 类 中的静态方法gateway.api.HttpClientHelper
 
requestExecute(HttpUriRequest, HttpClientHelper.HttpResponseExtractor<T>) - 类 中的静态方法gateway.api.HttpClientHelper
 
requestExecute(HttpUriRequest, HttpContext, HttpClientHelper.HttpResponseExtractor<T>) - 类 中的静态方法gateway.api.HttpClientHelper
 
requestExecute(HttpClient, HttpUriRequest, HttpClientHelper.HttpResponseExtractor<T>) - 类 中的静态方法gateway.api.HttpClientHelper
 
requestExecute(HttpClient, HttpUriRequest, HttpContext, HttpClientHelper.HttpResponseExtractor<T>) - 类 中的静态方法gateway.api.HttpClientHelper
 
requestExecuteAsBytes(HttpUriRequest, HttpContext) - 类 中的静态方法gateway.api.HttpClientHelper
 
requestExecuteAsBytes(HttpUriRequest) - 类 中的静态方法gateway.api.HttpClientHelper
 
requestExecuteAsJson(HttpUriRequest, HttpContext) - 类 中的静态方法gateway.api.HttpClientHelper
 
requestExecuteAsJson(HttpUriRequest) - 类 中的静态方法gateway.api.HttpClientHelper
 
requestExecuteAsObject(HttpUriRequest, HttpContext, Class<T>) - 类 中的静态方法gateway.api.HttpClientHelper
 
requestExecuteAsObject(HttpUriRequest, Class<T>) - 类 中的静态方法gateway.api.HttpClientHelper
 
requestExecuteAsObject(HttpUriRequest, HttpContext, Class<T>, boolean) - 类 中的静态方法gateway.api.HttpClientHelper
 
requestExecuteAsObject(HttpUriRequest, Class<T>, boolean) - 类 中的静态方法gateway.api.HttpClientHelper
 
requestExecuteAsString(HttpUriRequest, HttpContext, Charset) - 类 中的静态方法gateway.api.HttpClientHelper
 
requestExecuteAsString(HttpUriRequest, HttpContext, String) - 类 中的静态方法gateway.api.HttpClientHelper
 
requestExecuteAsString(HttpUriRequest, Charset) - 类 中的静态方法gateway.api.HttpClientHelper
 
requestExecuteAsString(HttpUriRequest, String) - 类 中的静态方法gateway.api.HttpClientHelper
 
requestExecuteAsString(HttpUriRequest, HttpContext) - 类 中的静态方法gateway.api.HttpClientHelper
 
requestExecuteAsString(HttpUriRequest) - 类 中的静态方法gateway.api.HttpClientHelper
 
requestParametersToMap(HttpServletRequest) - 类 中的静态方法gateway.api.ViaGatewayUtils
 
requestParametersToMap(HttpServletRequest, Set<String>) - 类 中的静态方法gateway.api.ViaGatewayUtils
 
requestTimeout - 类 中的变量gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
RESPONSE_BYTES_EXTRACTOR - 类 中的静态变量gateway.api.HttpClientHelper
 
RESPONSE_GSON_EXTRACTOR - 类 中的静态变量gateway.api.HttpClientHelper
 
RESPONSE_STRING_EXTRACTOR - 类 中的静态变量gateway.api.HttpClientHelper
 
RESPONSE_VOID_EXTRACTOR - 类 中的静态变量gateway.api.HttpClientHelper
 
responseBodyConverter(Type, Annotation[], Retrofit) - 类 中的方法gateway.api.BytesConverterFactory
 
responseBodyConverter(Type, Annotation[], Retrofit) - 类 中的方法gateway.api.GsonConverterFactory
 
responseType - 类 中的变量gateway.api.SynchCallAdapterFactory.EnvelopeCallAdapter
 
responseType() - 类 中的方法gateway.api.SynchCallAdapterFactory.EnvelopeCallAdapter
 
responseType - 类 中的变量gateway.api.SynchCallAdapterFactory.ObjectCallAdapter
 
responseType() - 类 中的方法gateway.api.SynchCallAdapterFactory.ObjectCallAdapter
 
Result - gateway.api中的类
简单返回
Result() - 类 的构造器gateway.api.Result
 
Result(int, String) - 类 的构造器gateway.api.Result
 
RetrofitUtils - gateway.api中的类
Retrofit工具类
RetrofitUtils() - 类 的构造器gateway.api.RetrofitUtils
 
retryRequest(IOException, int, HttpContext) - 类 中的方法gateway.api.HttpClientHelper.InnerHttpRequestRetryHandler
 
Return<T> - gateway.api中的类
封装返回
Return() - 类 的构造器gateway.api.Return
 
REVSION - 类 中的静态变量gateway.api.Version
 
routeComplete(HttpClientConnection, HttpRoute, HttpContext) - 类 中的方法gateway.api.HttpClientHelper.InnerHttpClientConnectionManager
 
routeComplete(HttpClientConnection, HttpRoute, HttpContext) - 类 中的方法gateway.api.HttpClientHelper.SingletonHttpClientConnectionManager
 
RSA_ALGORITHM - 类 中的静态变量gateway.api.RSAUtils
 
RSA_DEFAULT_TRANSFORMATION - 类 中的静态变量gateway.api.RSAUtils
 
RSAUtils - gateway.api中的类
RSA工具类
RSAUtils() - 类 的构造器gateway.api.RSAUtils
 

S

serialize(Date, Type, JsonSerializationContext) - 类 中的方法gateway.api.JsonDateTypeAdapter
 
serialVersionUID - 类 中的静态变量gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
serialVersionUID - 类 中的静态变量gateway.api.JwtToken
 
serialVersionUID - 异常错误 中的静态变量gateway.api.NotExceptException
 
serialVersionUID - 异常错误 中的静态变量gateway.api.NotFoundException
 
serialVersionUID - 类 中的静态变量gateway.api.Page
 
serialVersionUID - 类 中的静态变量gateway.api.PageReturn
 
serialVersionUID - 类 中的静态变量gateway.api.Result
 
serialVersionUID - 类 中的静态变量gateway.api.Return
 
setConnectTimeout(Long) - 类 中的方法gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
setIdleCheckInterval(Long) - 类 中的方法gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
setMaxIdleTime(Long) - 类 中的方法gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
setMaxPerRoute(Integer) - 类 中的方法gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
setMaxRetry(Integer) - 类 中的方法gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
setMaxTotal(Integer) - 类 中的方法gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
setProxyHost(String) - 类 中的方法gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
setProxyPort(int) - 类 中的方法gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
setRequestTimeout(Long) - 类 中的方法gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
setRetry(Integer) - 类 中的方法gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
setSocketTimeout(Long) - 类 中的方法gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
setSslVerifyHost(boolean) - 类 中的方法gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
setTimeLive(Long) - 类 中的方法gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
setTokenLiveSconds(int) - 类 中的方法gateway.api.JwtContext
设置令牌存活时间(秒)
shutdown() - 类 中的方法gateway.api.HttpClientHelper.InnerHttpClientConnectionManager
 
shutdown() - 类 中的方法gateway.api.HttpClientHelper.SingletonHttpClientConnectionManager
 
signData(byte[], PrivateKey, String) - 类 中的静态方法gateway.api.RSAUtils
 
signData(byte[], int, int, PrivateKey, String) - 类 中的静态方法gateway.api.RSAUtils
 
SingletonHttpClient(HttpClient) - 类 的构造器gateway.api.HttpClientHelper.SingletonHttpClient
 
SingletonHttpClientConnectionManager(HttpClientConnectionManager) - 类 的构造器gateway.api.HttpClientHelper.SingletonHttpClientConnectionManager
 
SocketTimeout - 类 中的变量gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
sslVerifyHost - 类 中的变量gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
STRING - 类 中的静态变量gateway.api.Version
 
stringConverter(Type, Annotation[], Retrofit) - 类 中的方法gateway.api.GsonConverterFactory
 
success - 类 中的静态变量gateway.api.Return
 
success() - 类 中的静态方法gateway.api.Return
 
success(String) - 类 中的静态方法gateway.api.Return
 
SynchCallAdapterFactory - gateway.api中的类
同步okHttp请求适配工厂类
SynchCallAdapterFactory() - 类 的构造器gateway.api.SynchCallAdapterFactory
 
SynchCallAdapterFactory.EnvelopeCallAdapter - gateway.api中的类
 
SynchCallAdapterFactory.EnvelopeReturn - gateway.api中的类
 
SynchCallAdapterFactory.ObjectCallAdapter - gateway.api中的类
 

T

timeLive - 类 中的变量gateway.api.HttpClientHelper.HttpClientConnectManagerProperty
 
timestamp - 异常错误 中的变量gateway.api.NotExceptException
 
timestamp - 类 中的变量gateway.api.SynchCallAdapterFactory.EnvelopeReturn
 
toAuthorizationString() - 类 中的方法gateway.api.JwtToken
获得认证头字符串
toJson(T) - 类 中的静态方法gateway.api.JsonUtils
从对象转换为JSON
tokenLiveSconds - 类 中的变量gateway.api.JwtContext
 
toParameterString() - 类 中的方法gateway.api.JwtToken
获得查询参数的字符串
toPem(Key) - 类 中的静态方法gateway.api.RSAUtils
 
toString() - 类 中的方法gateway.api.JsonDateTypeAdapter
 
toString() - 类 中的方法gateway.api.JwtToken
 
toString() - 类 中的方法gateway.api.Result
 
toString() - 类 中的方法gateway.api.Return
 
total - 类 中的变量gateway.api.Page
总量

U

upgrade(HttpClientConnection, HttpRoute, HttpContext) - 类 中的方法gateway.api.HttpClientHelper.InnerHttpClientConnectionManager
 
upgrade(HttpClientConnection, HttpRoute, HttpContext) - 类 中的方法gateway.api.HttpClientHelper.SingletonHttpClientConnectionManager
 
userAgent - 类 中的变量gateway.api.OkHttpClientInterceptor
 
UTF_8 - 类 中的静态变量gateway.api.GsonRequestBodyConverter
 

V

verifySign(byte[], byte[], PublicKey, String) - 类 中的静态方法gateway.api.RSAUtils
 
Version - gateway.api中的类
 
Version() - 类 的构造器gateway.api.Version
 
ViaGatewayUtils - gateway.api中的类
通过网关的工具类
ViaGatewayUtils() - 类 的构造器gateway.api.ViaGatewayUtils
 
ViaGatewayUtlis - gateway.api中的类
已过时。
ViaGatewayUtlis() - 类 的构造器gateway.api.ViaGatewayUtlis
已过时。
 

W

wrap(T) - 类 中的静态方法gateway.api.Return
 
wrap(int, String, T) - 类 中的静态方法gateway.api.Return
 

_

_defaultSingletonConnectionManager - 类 中的静态变量gateway.api.HttpClientHelper
 
_defaultSingletonHttpClient - 类 中的静态变量gateway.api.HttpClientHelper
 
A B C D E F G H I J L M N O P R S T U V W _ 
跳过导航链接

Copyright © 2022. All rights reserved.