A B C D E F G H I J M N O P R S T U X
A
- action - 类 中的变量org.noear.nami.Context
-
动作(GET,POST...)
- action(String) - 类 中的方法org.noear.nami.Nami
-
设置请求动作
- args - 类 中的变量org.noear.nami.Context
-
请求参数
- AT_HESSIAN - 类 中的静态变量org.noear.nami.common.Constants
-
- AT_PROTOBUF - 类 中的静态变量org.noear.nami.common.Constants
-
- AT_TYPE_JSON - 类 中的静态变量org.noear.nami.common.Constants
-
B
- Body - org.noear.nami.annotation中的注释类型
-
指定参数转为Body
- body - 类 中的变量org.noear.nami.Context
-
请求体
- body() - 类 中的方法org.noear.nami.Result
-
返回体
- bodyAsString() - 类 中的方法org.noear.nami.Result
-
返回体字符形式
- build() - 类 中的方法org.noear.nami.NamiBuilder
-
- builder() - 类 中的静态方法org.noear.nami.Nami
-
C
- call(Context) - 接口 中的方法org.noear.nami.Channel
-
- call(Map<String, String>, Map) - 类 中的方法org.noear.nami.Nami
-
执行完成呼叫
- call(Map<String, String>, Map, Object) - 类 中的方法org.noear.nami.Nami
-
- Channel - org.noear.nami中的接口
-
Nami 执行通道
- channel(Channel) - 类 中的方法org.noear.nami.NamiBuilder
-
设置反序列器
- charset() - 类 中的方法org.noear.nami.Result
-
字符集
- charsetSet(Charset) - 类 中的方法org.noear.nami.Result
-
- clear() - 类 中的静态方法org.noear.nami.NamiAttachment
-
- code() - 类 中的方法org.noear.nami.Result
-
状态码
- Config - org.noear.nami中的类
-
Nami - 配置
- Config() - 类 的构造器org.noear.nami.Config
-
- config - 类 中的变量org.noear.nami.Context
-
配置
- config(NamiClient, NamiBuilder) - 类 中的方法org.noear.nami.integration.solon.NamiConfigurationSolon
-
- config(NamiClient, NamiBuilder) - 接口 中的方法org.noear.nami.NamiConfiguration
-
配置客户端
- config(NamiClient, NamiBuilder) - 类 中的方法org.noear.nami.NamiConfigurationDefault
-
- Constants - org.noear.nami.common中的类
-
常量
- Constants() - 类 的构造器org.noear.nami.common.Constants
-
- CONTENT_TYPE_FORM_URLENCODED - 类 中的静态变量org.noear.nami.common.Constants
-
已过时。
- CONTENT_TYPE_HESSIAN - 类 中的静态变量org.noear.nami.common.Constants
-
已过时。
- CONTENT_TYPE_JSON - 类 中的静态变量org.noear.nami.common.Constants
-
已过时。
- CONTENT_TYPE_JSON_TYPE - 类 中的静态变量org.noear.nami.common.Constants
-
已过时。
- CONTENT_TYPE_PROTOBUF - 类 中的静态变量org.noear.nami.common.Constants
-
已过时。
- ContentTypes - org.noear.nami.common中的类
-
内容类型
- ContentTypes() - 类 的构造器org.noear.nami.common.ContentTypes
-
- Context - org.noear.nami中的类
-
Nami - 请求上下文
- Context(Config, Object, Method, String, String) - 类 的构造器org.noear.nami.Context
-
- create(Class<?>) - 类 中的方法org.noear.nami.NamiBuilder
-
创建接口代理
- create(Class<?>, NamiClient) - 类 中的方法org.noear.nami.NamiBuilder
-
创建接口代理
D
- decode(Result, Type) - 接口 中的方法org.noear.nami.Decoder
-
反序列化
- Decoder - org.noear.nami中的接口
-
Nami - 解码器
- decoder(Decoder) - 类 中的方法org.noear.nami.NamiBuilder
-
设置反序列器
- defaultDecoder - 类 中的静态变量org.noear.nami.Nami
-
默认的反序列化器(涉及第三方框架引用,不做定义)
- defaultEncoder - 类 中的静态变量org.noear.nami.Nami
-
默认的序列化器(涉及第三方框架引用,不做定义)
- doFilter(Invocation) - 接口 中的方法org.noear.nami.Filter
-
拦截
E
- encode(Object) - 接口 中的方法org.noear.nami.Encoder
-
序列化
- Encoder - org.noear.nami中的接口
-
Nami - 编码器
- encoder(Encoder) - 类 中的方法org.noear.nami.NamiBuilder
-
设置序列化器
- enctype() - 接口 中的方法org.noear.nami.Decoder
-
编码
- enctype() - 接口 中的方法org.noear.nami.Encoder
-
编码
F
- Filter - org.noear.nami中的接口
-
Nami - 拦截器
- filterAdd(Filter) - 类 中的方法org.noear.nami.Config
-
添加拦截器
- filterAdd(Filter) - 类 中的方法org.noear.nami.NamiBuilder
-
添加拦截器
- FORM_URLENCODED_VALUE - 类 中的静态变量org.noear.nami.common.ContentTypes
-
G
- get(Method) - 类 中的静态方法org.noear.nami.common.MethodWrap
-
- get() - 类 中的方法org.noear.nami.common.UpstreamFixed
-
- get(String) - 类 中的静态方法org.noear.nami.NamiAttachment
-
- getAct() - 类 中的方法org.noear.nami.common.MethodWrap
-
- getBodyAnno() - 类 中的方法org.noear.nami.common.MethodWrap
-
- getBodyName() - 类 中的方法org.noear.nami.common.MethodWrap
-
- getChannel() - 类 中的方法org.noear.nami.Config
-
- getChannel(String) - 类 中的静态方法org.noear.nami.NamiManager
-
- getConfigurator(Class<? extends NamiConfiguration>) - 类 中的静态方法org.noear.nami.NamiManager
-
- getConnectTimeout() - 类 中的静态方法org.noear.nami.NamiGlobal
-
连接超时(单位:秒)
- getData() - 类 中的静态方法org.noear.nami.NamiAttachment
-
- getDecoder() - 类 中的方法org.noear.nami.Config
-
获取解码器
- getDecoder(String) - 类 中的静态方法org.noear.nami.NamiManager
-
- getEncoder() - 类 中的方法org.noear.nami.Config
-
获取编码器(可以为Null)
- getEncoder(String) - 类 中的静态方法org.noear.nami.NamiManager
-
- getFilters() - 类 中的方法org.noear.nami.Config
-
获取拦截器
- getFilters() - 类 中的静态方法org.noear.nami.NamiManager
-
- getFun() - 类 中的方法org.noear.nami.common.MethodWrap
-
- getGroup() - 类 中的方法org.noear.nami.Config
-
获取服务组
- getHeader(String) - 类 中的方法org.noear.nami.Config
-
- getHeaders() - 类 中的方法org.noear.nami.Config
-
- getHeartbeat() - 类 中的方法org.noear.nami.Config
-
- getMappingAnno() - 类 中的方法org.noear.nami.common.MethodWrap
-
- getMappingHeaders() - 类 中的方法org.noear.nami.common.MethodWrap
-
- getMaxConnections() - 类 中的静态方法org.noear.nami.NamiGlobal
-
最大连接数
- getMethod() - 类 中的方法org.noear.nami.common.MethodWrap
-
- getName() - 类 中的方法org.noear.nami.Config
-
获取服务名
- getObject(Type) - 类 中的方法org.noear.nami.Nami
-
获取结果(返序列化为object)
- getParameters() - 类 中的方法org.noear.nami.common.MethodWrap
-
- getPath() - 类 中的方法org.noear.nami.Config
-
获取服务路径
- getReadTimeout() - 类 中的静态方法org.noear.nami.NamiGlobal
-
读取超时(单位:秒)
- getString() - 类 中的方法org.noear.nami.Nami
-
获取结果(以string形式)
- getTimeout() - 类 中的方法org.noear.nami.Config
-
- getUpstream() - 类 中的方法org.noear.nami.Config
-
获取上游
- getUrl() - 类 中的方法org.noear.nami.Config
-
获取uri
- getWriteTimeout() - 类 中的静态方法org.noear.nami.NamiGlobal
-
写入超时(单位:秒)
- group(String) - 类 中的方法org.noear.nami.NamiBuilder
-
设置服务分组
H
- HEADER_ACCEPT - 类 中的静态变量org.noear.nami.common.Constants
-
- HEADER_CONTENT_TYPE - 类 中的静态变量org.noear.nami.common.Constants
-
- HEADER_SERIALIZATION - 类 中的静态变量org.noear.nami.common.Constants
-
- headerAdd(String, String) - 类 中的方法org.noear.nami.Result
-
- headerGet(String) - 类 中的方法org.noear.nami.Result
-
- headers - 类 中的变量org.noear.nami.Context
-
请求头信息
- headers() - 类 中的方法org.noear.nami.Result
-
头信息
- headerSet(String, String) - 类 中的方法org.noear.nami.NamiBuilder
-
设置头
- heartbeat(int) - 类 中的方法org.noear.nami.NamiBuilder
-
- HESSIAN - 类 中的静态变量org.noear.nami.common.ContentTypes
-
- HESSIAN_VALUE - 类 中的静态变量org.noear.nami.common.ContentTypes
-
I
- InfoUtils - org.noear.nami.common中的类
-
打印信息
- InfoUtils() - 类 的构造器org.noear.nami.common.InfoUtils
-
- init() - 类 中的方法org.noear.nami.Config
-
尝试初始化进行补缺
- Invocation - org.noear.nami中的类
-
Nami - 调用者
- Invocation(Config, Object, Method, String, String, Filter) - 类 的构造器org.noear.nami.Invocation
-
- invoke() - 类 中的方法org.noear.nami.Invocation
-
调用
- invoke(Object, Method, Object[]) - 类 中的方法org.noear.nami.NamiHandler
-
- invokeDefault(Object, Method, Object[]) - 类 中的静态方法org.noear.nami.common.MethodHandlerUtils
-
在代理模式下调用接口的默认的函数
- invokeObject(Class<?>, Object, Method, Object[]) - 类 中的静态方法org.noear.nami.common.MethodHandlerUtils
-
在代理模式下调用 Object 的默认的函数
- IS_WINDOWS - 类 中的静态变量org.noear.nami.common.JavaUtils
-
是否为 Windows
- isEmpty(String) - 类 中的静态方法org.noear.nami.common.TextUtils
-
检查字符串是否为空
- isNotEmpty(String) - 类 中的静态方法org.noear.nami.common.TextUtils
-
检查字符串是否为非空
J
- JAVA_MAJOR_VERSION - 类 中的静态变量org.noear.nami.common.JavaUtils
-
Java 版本号
- JavaUtils - org.noear.nami.common中的类
-
Java 工具类(获取版本信息)
- JavaUtils() - 类 的构造器org.noear.nami.common.JavaUtils
-
- JSON - 类 中的静态变量org.noear.nami.common.ContentTypes
-
- JSON_TYPE - 类 中的静态变量org.noear.nami.common.ContentTypes
-
- JSON_TYPE_VALUE - 类 中的静态变量org.noear.nami.common.ContentTypes
-
- JSON_VALUE - 类 中的静态变量org.noear.nami.common.ContentTypes
-
M
- Mapping - org.noear.nami.annotation中的注释类型
-
请求映射
- method - 类 中的变量org.noear.nami.Context
-
函数
- method(Object, Method) - 类 中的方法org.noear.nami.Nami
-
设置请求方法
- METHOD_GET - 类 中的静态变量org.noear.nami.common.Constants
-
- METHOD_POST - 类 中的静态变量org.noear.nami.common.Constants
-
- MethodHandlerUtils - org.noear.nami.common中的类
-
函数代理工具(用于默认函数的处理跨版本)
- MethodHandlerUtils() - 类 的构造器org.noear.nami.common.MethodHandlerUtils
-
- MethodWrap - org.noear.nami.common中的类
-
函数包装器(预处理并缓存)
- MethodWrap(Method) - 类 的构造器org.noear.nami.common.MethodWrap
-
N
- name(String) - 类 中的方法org.noear.nami.NamiBuilder
-
设置服务名字
- Nami - org.noear.nami中的类
-
Nami(Solon rest * rpc client)
- Nami() - 类 的构造器org.noear.nami.Nami
-
- Nami(Config) - 类 的构造器org.noear.nami.Nami
-
给Builder使用
- NamiAttachment - org.noear.nami中的类
-
Nami 请求附件(通过 ThreadLocal 切换)
- NamiAttachment() - 类 的构造器org.noear.nami.NamiAttachment
-
- NamiBuilder - org.noear.nami中的类
-
Nami 构建器
- NamiBuilder() - 类 的构造器org.noear.nami.NamiBuilder
-
- NamiBuilder(Config) - 类 的构造器org.noear.nami.NamiBuilder
-
- NamiClient - org.noear.nami.annotation中的注释类型
-
Nami 客户端
- NamiConfiguration - org.noear.nami中的接口
-
Nami - 配置器
- NamiConfigurationDefault - org.noear.nami中的类
-
Nami - 默认配置器
- NamiConfigurationDefault() - 类 的构造器org.noear.nami.NamiConfigurationDefault
-
- NamiConfigurationSolon - org.noear.nami.integration.solon中的类
-
NamiConfiguration 的 solon 实现,实现与 solon LoadBalance 对接及注入处理
- NamiConfigurationSolon(AopContext) - 类 的构造器org.noear.nami.integration.solon.NamiConfigurationSolon
-
- NamiException - org.noear.nami中的异常错误
-
Nami - 异常
- NamiException(String) - 异常错误 的构造器org.noear.nami.NamiException
-
- NamiException(Throwable) - 异常错误 的构造器org.noear.nami.NamiException
-
- NamiGlobal - org.noear.nami中的类
-
Nami 全局设置
- NamiGlobal() - 类 的构造器org.noear.nami.NamiGlobal
-
- NamiHandler - org.noear.nami中的类
-
Nami - 调用处理程序
- NamiHandler(Class<?>, Config, NamiClient) - 类 的构造器org.noear.nami.NamiHandler
-
- NamiManager - org.noear.nami中的类
-
Nami - 扩展管理器
- NamiManager() - 类 的构造器org.noear.nami.NamiManager
-
O
- org.noear.nami - 程序包 org.noear.nami
-
- org.noear.nami.annotation - 程序包 org.noear.nami.annotation
-
- org.noear.nami.common - 程序包 org.noear.nami.common
-
- org.noear.nami.integration.solon - 程序包 org.noear.nami.integration.solon
-
P
- path(String) - 类 中的方法org.noear.nami.NamiBuilder
-
设置服务路径
- pretreatment(Context) - 接口 中的方法org.noear.nami.Decoder
-
预处理
- pretreatment(Context) - 接口 中的方法org.noear.nami.Encoder
-
预处理
- print(Class<?>, NamiClient) - 类 中的静态方法org.noear.nami.common.InfoUtils
-
- PROTOBUF - 类 中的静态变量org.noear.nami.common.ContentTypes
-
- PROTOBUF_VALUE - 类 中的静态变量org.noear.nami.common.ContentTypes
-
- proxy - 类 中的静态变量org.noear.nami.NamiConfigurationDefault
-
- put(String, String) - 类 中的静态方法org.noear.nami.NamiAttachment
-
R
- reg(Decoder) - 类 中的静态方法org.noear.nami.NamiManager
-
登记解码器
- reg(Encoder) - 类 中的静态方法org.noear.nami.NamiManager
-
登记编码器
- reg(Filter) - 类 中的静态方法org.noear.nami.NamiManager
-
登记拦截器
- reg(String, Channel) - 类 中的静态方法org.noear.nami.NamiManager
-
登记通道
- regIfAbsent(Decoder) - 类 中的静态方法org.noear.nami.NamiManager
-
登记解码器
- regIfAbsent(Encoder) - 类 中的静态方法org.noear.nami.NamiManager
-
登记编码器
- regIfAbsent(String, Channel) - 类 中的静态方法org.noear.nami.NamiManager
-
登记通道
- remove(String) - 类 中的静态方法org.noear.nami.NamiAttachment
-
- result() - 类 中的方法org.noear.nami.Nami
-
- Result - org.noear.nami中的类
-
代理调用结果
- Result() - 类 的构造器org.noear.nami.Result
-
- Result(Charset, byte[]) - 类 的构造器org.noear.nami.Result
-
- Result(int, byte[]) - 类 的构造器org.noear.nami.Result
-
S
- server1 - 类 中的变量org.noear.nami.common.UpstreamFixed
-
- servers - 类 中的变量org.noear.nami.common.UpstreamFixed
-
- setChannel(Channel) - 类 中的方法org.noear.nami.Config
-
- setConnectTimeout(int) - 类 中的静态方法org.noear.nami.NamiGlobal
-
- setDecoder(Decoder) - 类 中的方法org.noear.nami.Config
-
设置解码器
- setEncoder(Encoder) - 类 中的方法org.noear.nami.Config
-
设置编码器
- setGroup(String) - 类 中的方法org.noear.nami.Config
-
- setHeader(String, String) - 类 中的方法org.noear.nami.Config
-
设置头
- setHeartbeat(int) - 类 中的方法org.noear.nami.Config
-
- setMaxConnections(int) - 类 中的静态方法org.noear.nami.NamiGlobal
-
- setName(String) - 类 中的方法org.noear.nami.Config
-
- setPath(String) - 类 中的方法org.noear.nami.Config
-
- setReadTimeout(int) - 类 中的静态方法org.noear.nami.NamiGlobal
-
- setTimeout(int) - 类 中的方法org.noear.nami.Config
-
- setUpstream(Supplier<String>) - 类 中的方法org.noear.nami.Config
-
设置上游
- setUrl(String) - 类 中的方法org.noear.nami.Config
-
设置uri
- setWriteTimeout(int) - 类 中的静态方法org.noear.nami.NamiGlobal
-
- start(AopContext) - 类 中的方法org.noear.nami.integration.solon.XPluginImp
-
T
- target - 类 中的变量org.noear.nami.Context
-
目标
- TextUtils - org.noear.nami.common中的类
-
文本工具类
- TextUtils() - 类 的构造器org.noear.nami.common.TextUtils
-
- timeout(int) - 类 中的方法org.noear.nami.NamiBuilder
-
- tmp - 类 中的变量org.noear.nami.common.UpstreamFixed
-
U
- upstream(Supplier<String>) - 类 中的方法org.noear.nami.NamiBuilder
-
设置负载代理
- UpstreamFixed - org.noear.nami.common中的类
-
固定上游
- UpstreamFixed(List<String>) - 类 的构造器org.noear.nami.common.UpstreamFixed
-
- uri - 类 中的变量org.noear.nami.Context
-
请求地址
- url - 类 中的变量org.noear.nami.Context
-
请求地址
- url(String) - 类 中的方法org.noear.nami.Nami
-
设置请求地址
- url(String, String) - 类 中的方法org.noear.nami.Nami
-
设置请求地址
- url(String) - 类 中的方法org.noear.nami.NamiBuilder
-
设置服务端地址
X
- XPluginImp - org.noear.nami.integration.solon中的类
-
- XPluginImp() - 类 的构造器org.noear.nami.integration.solon.XPluginImp
-
A B C D E F G H I J M N O P R S T U X
Copyright © 2023. All rights reserved.