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

A

AbstractRegistry - vip.justlive.supine.registry中的类
抽象注册类
AbstractRegistry() - 类 的构造器vip.justlive.supine.registry.AbstractRegistry
 
add(Long, ResultFuture<?>) - 类 中的静态方法vip.justlive.supine.common.ResultFuture
添加future
AioClientTransport - vip.justlive.supine.transport.impl中的类
aio实现传输
AioClientTransport() - 类 的构造器vip.justlive.supine.transport.impl.AioClientTransport
 
AioServerTransport - vip.justlive.supine.transport.impl中的类
aio实现传输
AioServerTransport() - 类 的构造器vip.justlive.supine.transport.impl.AioServerTransport
 

B

BEAT - 类 中的静态变量vip.justlive.supine.transport.impl.Transport
 

C

ClientConfig - vip.justlive.supine.common中的类
客户端配置
ClientConfig() - 类 的构造器vip.justlive.supine.common.ClientConfig
 
ClientHandler - vip.justlive.supine.transport.impl中的类
客户端消息处理
ClientHandler() - 类 的构造器vip.justlive.supine.transport.impl.ClientHandler
 
ClientTransport - vip.justlive.supine.transport中的接口
客户端传输
close() - 接口 中的方法vip.justlive.supine.transport.ClientTransport
关闭
close() - 类 中的方法vip.justlive.supine.transport.impl.AioClientTransport
 
complete(Response) - 类 中的静态方法vip.justlive.supine.common.ResultFuture
完成CompletableFuture
complete() - 类 中的方法vip.justlive.supine.transport.impl.Transport
 
Config - vip.justlive.supine.common中的类
配置
Config() - 类 的构造器vip.justlive.supine.common.Config
 
connect(InetSocketAddress) - 接口 中的方法vip.justlive.supine.transport.ClientTransport
连接服务器
connect(InetSocketAddress) - 类 中的方法vip.justlive.supine.transport.impl.AioClientTransport
 
create(Class<T>) - 类 中的方法vip.justlive.supine.client.ReferenceFactory
创建服务代理
create(Class<T>, String) - 类 中的方法vip.justlive.supine.client.ReferenceFactory
创建服务代理

D

decode(byte[]) - 类 中的方法vip.justlive.supine.codec.KryoSerializer
 
decode(byte[]) - 接口 中的方法vip.justlive.supine.codec.Serializer
反序列化
DEFAULT_MULTICAST_ADDRESS - 类 中的静态变量vip.justlive.supine.common.RegistryInfo
multicast 默认地址
discovery(RequestKey) - 类 中的方法vip.justlive.supine.registry.LocalRegistry
 
discovery(RequestKey) - 类 中的方法vip.justlive.supine.registry.MulticastRegistry
 
discovery(RequestKey) - 接口 中的方法vip.justlive.supine.registry.Registry
发现

E

encode(Object) - 类 中的方法vip.justlive.supine.codec.KryoSerializer
 
encode(Object) - 接口 中的方法vip.justlive.supine.codec.Serializer
序列化
ENDPOINT - 类 中的静态变量vip.justlive.supine.transport.impl.Transport
 
equals(Object) - 类 中的方法vip.justlive.supine.common.RequestKey
 

F

future() - 类 中的静态方法vip.justlive.supine.common.ResultFuture
获取ThreadLocal中的future并清除

G

get() - 类 中的方法vip.justlive.supine.common.ResultFuture
获取结果
get(long, TimeUnit) - 类 中的方法vip.justlive.supine.common.ResultFuture
获取结果

H

handle(Object, ChannelContext) - 类 中的方法vip.justlive.supine.transport.impl.ClientHandler
 
handle(Object, ChannelContext) - 类 中的方法vip.justlive.supine.transport.impl.ServerHandler
 
hasError() - 类 中的方法vip.justlive.supine.common.Response
是否调用异常
hashCode() - 类 中的方法vip.justlive.supine.common.RequestKey
 

I

INSTANCE - 类 中的静态变量vip.justlive.supine.codec.KryoSerializer
 
invoke(Object, Method, Object[]) - 类 中的方法vip.justlive.supine.client.ReferenceProxy
 
invoke(Object[]) - 接口 中的方法vip.justlive.supine.service.Invoker
执行方法
invoke(Object[]) - 类 中的方法vip.justlive.supine.service.JavassistInvoker
 
invoke(Object[]) - 类 中的方法vip.justlive.supine.service.ServiceMethodInvoker
服务调用
Invoker - vip.justlive.supine.service中的接口
 
isClosed() - 接口 中的方法vip.justlive.supine.transport.ClientTransport
是否已关闭
isClosed() - 类 中的方法vip.justlive.supine.transport.impl.AioClientTransport
 

J

JavassistInvoker - vip.justlive.supine.service中的类
Javassist
JavassistInvoker(Object, Method) - 类 的构造器vip.justlive.supine.service.JavassistInvoker
 
join(long, TimeUnit) - 类 中的方法vip.justlive.supine.transport.impl.Transport
 

K

KryoSerializer - vip.justlive.supine.codec中的类
kryo序列化实现
KryoSerializer() - 类 的构造器vip.justlive.supine.codec.KryoSerializer
 

L

local() - 类 中的方法vip.justlive.supine.common.ResultFuture
保存到ThreadLocal中
LocalRegistry - vip.justlive.supine.registry中的类
本地注册
LocalRegistry(ClientConfig) - 类 的构造器vip.justlive.supine.registry.LocalRegistry
 
lookup(RequestKey) - 类 中的方法vip.justlive.supine.common.RequestKeyWrapper
 
lookup(Integer) - 类 中的静态方法vip.justlive.supine.service.ServiceMethodInvoker
查找服务调用方法
lookup(RequestKey) - 接口 中的方法vip.justlive.supine.transport.ClientTransport
获取方法id
lookup(RequestKey) - 类 中的方法vip.justlive.supine.transport.impl.AioClientTransport
 

M

mark() - 类 中的方法vip.justlive.supine.common.RequestKey
 
MulticastRegistry - vip.justlive.supine.registry中的类
Multicast注册实现
MulticastRegistry(ServiceConfig) - 类 的构造器vip.justlive.supine.registry.MulticastRegistry
 
MulticastRegistry(ClientConfig) - 类 的构造器vip.justlive.supine.registry.MulticastRegistry
 

O

onConnected(ChannelContext) - 类 中的方法vip.justlive.supine.transport.impl.ServerHandler
 

R

Reference - vip.justlive.supine.client中的注释类型
客户端注解,标记在接口上
ReferenceFactory - vip.justlive.supine.client中的类
客户端服务工厂
ReferenceFactory(ClientConfig) - 类 的构造器vip.justlive.supine.client.ReferenceFactory
 
ReferenceFactory(ClientConfig, Registry) - 类 的构造器vip.justlive.supine.client.ReferenceFactory
 
ReferenceProxy - vip.justlive.supine.client中的类
客户端服务接口代理
ReferenceProxy() - 类 的构造器vip.justlive.supine.client.ReferenceProxy
 
register(List<RequestKey>) - 类 中的方法vip.justlive.supine.registry.LocalRegistry
 
register(List<RequestKey>) - 类 中的方法vip.justlive.supine.registry.MulticastRegistry
 
register(RequestKey) - 接口 中的方法vip.justlive.supine.registry.Registry
注册方法调用key
register(List<RequestKey>) - 接口 中的方法vip.justlive.supine.registry.Registry
注册方法调用keys
register(Object) - 类 中的方法vip.justlive.supine.service.ServiceFactory
注册服务
register(Object, String) - 类 中的方法vip.justlive.supine.service.ServiceFactory
注册服务
register(Class<?>, Object) - 类 中的方法vip.justlive.supine.service.ServiceFactory
注册服务,指定接口
register(Class<?>, Object, String) - 类 中的方法vip.justlive.supine.service.ServiceFactory
注册服务,指定接口和版本
Registry - vip.justlive.supine.registry中的接口
服务注册
RegistryInfo - vip.justlive.supine.common中的类
注册信息
RegistryInfo() - 类 的构造器vip.justlive.supine.common.RegistryInfo
 
remove(Long) - 类 中的静态方法vip.justlive.supine.common.ResultFuture
删除
Request - vip.justlive.supine.common中的类
rpc request
Request() - 类 的构造器vip.justlive.supine.common.Request
 
REQUEST - 类 中的静态变量vip.justlive.supine.transport.impl.Transport
 
RequestKey - vip.justlive.supine.common中的类
服务方法key
RequestKey() - 类 的构造器vip.justlive.supine.common.RequestKey
 
requestKeys() - 类 中的静态方法vip.justlive.supine.service.ServiceMethodInvoker
获取所有服务调用key
RequestKeyWrapper - vip.justlive.supine.common中的类
request Key wrapper
RequestKeyWrapper(List<RequestKey>) - 类 的构造器vip.justlive.supine.common.RequestKeyWrapper
 
Response - vip.justlive.supine.common中的类
rpc response
Response() - 类 的构造器vip.justlive.supine.common.Response
 
RESPONSE - 类 中的静态变量vip.justlive.supine.transport.impl.Transport
 
ResultFuture<T> - vip.justlive.supine.common中的类
结果future
ResultFuture(Class<T>) - 类 的构造器vip.justlive.supine.common.ResultFuture
 

S

send(Request) - 接口 中的方法vip.justlive.supine.transport.ClientTransport
发送请求
send(Request) - 类 中的方法vip.justlive.supine.transport.impl.AioClientTransport
 
Serializer - vip.justlive.supine.codec中的接口
序列化接口
serializer - 类 中的变量vip.justlive.supine.registry.AbstractRegistry
 
ServerHandler - vip.justlive.supine.transport.impl中的类
服务端消息处理
ServerHandler() - 类 的构造器vip.justlive.supine.transport.impl.ServerHandler
 
ServerTransport - vip.justlive.supine.transport中的接口
服务端传输
Service - vip.justlive.supine.service中的注释类型
服务接口标记注解
ServiceConfig - vip.justlive.supine.common中的类
服务端配置
ServiceConfig(int) - 类 的构造器vip.justlive.supine.common.ServiceConfig
 
ServiceConfig(String, int) - 类 的构造器vip.justlive.supine.common.ServiceConfig
 
ServiceFactory - vip.justlive.supine.service中的类
服务代理工厂
ServiceFactory(ServiceConfig) - 类 的构造器vip.justlive.supine.service.ServiceFactory
 
ServiceFactory(ServiceConfig, Registry) - 类 的构造器vip.justlive.supine.service.ServiceFactory
 
ServiceMethodInvoker - vip.justlive.supine.service中的类
服务调用类
ServiceMethodInvoker(Object, Method) - 类 的构造器vip.justlive.supine.service.ServiceMethodInvoker
 
start() - 类 中的方法vip.justlive.supine.client.ReferenceFactory
启动
start() - 类 中的方法vip.justlive.supine.registry.AbstractRegistry
 
start() - 类 中的方法vip.justlive.supine.registry.MulticastRegistry
 
start() - 接口 中的方法vip.justlive.supine.registry.Registry
启动
start() - 类 中的方法vip.justlive.supine.service.ServiceFactory
启动
start(InetSocketAddress) - 类 中的方法vip.justlive.supine.transport.impl.AioServerTransport
 
start(String, int) - 接口 中的方法vip.justlive.supine.transport.ServerTransport
启动
start(InetSocketAddress) - 接口 中的方法vip.justlive.supine.transport.ServerTransport
启动
stop() - 类 中的方法vip.justlive.supine.client.ReferenceFactory
停止
stop() - 类 中的方法vip.justlive.supine.registry.AbstractRegistry
 
stop() - 类 中的方法vip.justlive.supine.registry.MulticastRegistry
 
stop() - 接口 中的方法vip.justlive.supine.registry.Registry
停止
stop() - 类 中的方法vip.justlive.supine.service.ServiceFactory
停止
stop() - 类 中的方法vip.justlive.supine.transport.impl.AioServerTransport
 
stop() - 接口 中的方法vip.justlive.supine.transport.ServerTransport
停止

T

Transport - vip.justlive.supine.transport.impl中的类
传输工具类
Transport() - 类 的构造器vip.justlive.supine.transport.impl.Transport
 

U

unregister(List<RequestKey>) - 类 中的方法vip.justlive.supine.registry.LocalRegistry
 
unregister(List<RequestKey>) - 类 中的方法vip.justlive.supine.registry.MulticastRegistry
 
unregister(RequestKey) - 接口 中的方法vip.justlive.supine.registry.Registry
注销方法调用key
unregister(List<RequestKey>) - 接口 中的方法vip.justlive.supine.registry.Registry
注销方法调用key

V

vip.justlive.supine.client - 程序包 vip.justlive.supine.client
 
vip.justlive.supine.codec - 程序包 vip.justlive.supine.codec
 
vip.justlive.supine.common - 程序包 vip.justlive.supine.common
 
vip.justlive.supine.registry - 程序包 vip.justlive.supine.registry
 
vip.justlive.supine.service - 程序包 vip.justlive.supine.service
 
vip.justlive.supine.transport - 程序包 vip.justlive.supine.transport
 
vip.justlive.supine.transport.impl - 程序包 vip.justlive.supine.transport.impl
 
A B C D E F G H I J K L M O R S T U V 
跳过导航链接

Copyright © 2021. All rights reserved.