您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
[
Web Site
]
上一个
下一个
框架
无框架
所有类
所有程序包的分层结构
程序包分层结构:
net.hasor.rsf
,
net.hasor.rsf.address
,
net.hasor.rsf.address.route.flowcontrol.random
,
net.hasor.rsf.address.route.flowcontrol.speed
,
net.hasor.rsf.address.route.flowcontrol.unit
,
net.hasor.rsf.address.route.rule
,
net.hasor.rsf.bootstrap
,
net.hasor.rsf.container
,
net.hasor.rsf.domain
,
net.hasor.rsf.domain.provider
,
net.hasor.rsf.domain.warp
,
net.hasor.rsf.filters.local
,
net.hasor.rsf.filters.online
,
net.hasor.rsf.filters.thread
,
net.hasor.rsf.protocol.http_hprose
,
net.hasor.rsf.protocol.rsf
,
net.hasor.rsf.protocol.rsf.v1
,
net.hasor.rsf.rpc.caller
,
net.hasor.rsf.rpc.caller.remote
,
net.hasor.rsf.rpc.client
,
net.hasor.rsf.rpc.context
,
net.hasor.rsf.rpc.net
,
net.hasor.rsf.rpc.net.http
,
net.hasor.rsf.rpc.net.netty
,
net.hasor.rsf.serialize
,
net.hasor.rsf.serialize.coder
,
net.hasor.rsf.tconsole
,
net.hasor.rsf.utils
,
net.hasor.rsf.utils.groovy223
类分层结构
java.lang.
Object
net.hasor.rsf.rpc.context.
AbstractRsfContext
(implements net.hasor.core.spi.
ContextShutdownListener
, net.hasor.core.spi.
ContextStartListener
, net.hasor.rsf.
RsfContext
)
net.hasor.rsf.domain.warp.
AbstractRsfRequestWarp
(implements net.hasor.rsf.
RsfRequest
)
net.hasor.rsf.filters.thread.
RsfRequestLocal
net.hasor.rsf.domain.warp.
RsfRequestWarp
net.hasor.rsf.domain.warp.
AbstractRsfResponseWarp
(implements net.hasor.rsf.
RsfResponse
)
net.hasor.rsf.filters.thread.
RsfResponseLocal
net.hasor.rsf.domain.warp.
RsfResponseWarp
net.hasor.rsf.address.route.rule.
AbstractRule
(implements net.hasor.rsf.address.route.rule.
Rule
)
net.hasor.rsf.address.route.flowcontrol.random.
RandomFlowControl
net.hasor.rsf.address.route.flowcontrol.speed.
SpeedFlowControl
net.hasor.rsf.address.route.flowcontrol.unit.
UnitFlowControl
javax.script.
AbstractScriptEngine
(implements javax.script.
ScriptEngine
)
net.hasor.rsf.utils.groovy223.
GroovyScriptEngineImpl
(implements javax.script.
Compilable
, javax.script.
Invocable
)
net.hasor.rsf.address.
AddressPool
(implements net.hasor.rsf.
RsfUpdater
)
net.hasor.rsf.address.
DiskCacheAddressPool
net.hasor.rsf.protocol.rsf.v1.
ArrayUtils
net.hasor.rsf.protocol.http_hprose.
AutoSetAliasName
(implements net.hasor.core.
EventListener
<T>, net.hasor.rsf.
RsfModule
)
net.hasor.utils.future.BasicFuture<T> (implements net.hasor.utils.future.Cancellable, java.util.concurrent.
Future
<V>)
net.hasor.rsf.
RsfFuture
net.hasor.rsf.utils.
ByteStringCachelUtils
io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)
io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
io.netty.handler.codec.ByteToMessageDecoder
io.netty.handler.codec.LengthFieldBasedFrameDecoder
net.hasor.rsf.protocol.rsf.
RsfDecoder
(implements net.hasor.rsf.protocol.rsf.
ProtocolConstants
)
io.netty.channel.ChannelDuplexHandler (implements io.netty.channel.ChannelOutboundHandler)
io.netty.channel.CombinedChannelDuplexHandler<I,O>
net.hasor.rsf.rpc.net.netty.
RsfDuplexHandler
net.hasor.rsf.rpc.net.http.
HttpCoder
net.hasor.rsf.protocol.rsf.
ShakeHands
io.netty.channel.ChannelOutboundHandlerAdapter (implements io.netty.channel.ChannelOutboundHandler)
io.netty.handler.codec.MessageToByteEncoder<I>
net.hasor.rsf.protocol.rsf.
RsfEncoder
(implements net.hasor.rsf.protocol.rsf.
ProtocolConstants
)
net.hasor.rsf.protocol.rsf.
CodecAdapterFactory
(implements net.hasor.rsf.protocol.rsf.
ProtocolConstants
)
net.hasor.rsf.protocol.rsf.v1.
CodecAdapterForV1
(implements net.hasor.rsf.protocol.rsf.
CodecAdapter
, net.hasor.rsf.protocol.rsf.
ProtocolConstants
)
javax.script.
CompiledScript
net.hasor.rsf.utils.groovy223.
GroovyCompiledScript
net.hasor.rsf.rpc.net.
Connector
net.hasor.rsf.rpc.net.netty.
NettyConnector
net.hasor.rsf.rpc.net.http.
HttpConnector
net.hasor.rsf.address.route.rule.
DefaultArgsKey
(implements net.hasor.rsf.address.route.rule.
ArgsKey
)
net.hasor.rsf.tconsole.
DetailRsfInstruct
(implements net.hasor.tconsole.
TelExecutor
)
net.hasor.core.environment.
EnvironmentWrap
(implements net.hasor.core.
Environment
)
net.hasor.rsf.rpc.context.
DefaultRsfEnvironment
(implements net.hasor.rsf.
RsfEnvironment
)
net.hasor.rsf.utils.
ExecutesManager
net.hasor.rsf.address.
FlowControlRef
net.hasor.rsf.tconsole.
FlowRsfInstruct
(implements net.hasor.tconsole.
TelExecutor
)
net.hasor.rsf.utils.groovy223.
GroovyScriptEngineFactory
(implements javax.script.
ScriptEngineFactory
)
net.hasor.rsf.serialize.coder.
HessianSerializeCoder
(implements net.hasor.rsf.
SerializeCoder
)
net.hasor.rsf.protocol.http_hprose.
HproseHttpHandler
(implements net.hasor.rsf.rpc.net.http.
HttpHandler
, net.hasor.rsf.rpc.net.http.
HttpHandlerFactory
)
net.hasor.rsf.serialize.coder.
HproseSerializeCoder
(implements net.hasor.rsf.
SerializeCoder
)
net.hasor.rsf.protocol.http_hprose.
HproseUtils
(implements net.hasor.rsf.protocol.http_hprose.
HproseConstants
)
net.hasor.rsf.rpc.net.http.
HttpConnectorFactory
(implements net.hasor.rsf.rpc.net.
ConnectorFactory
)
net.hasor.rsf.rpc.net.http.
HttpProtocolHandler
(implements net.hasor.rsf.rpc.net.netty.
ProtocolHandlerFactory
)
net.hasor.rsf.tconsole.
InfoRsfInstruct
(implements net.hasor.tconsole.
TelExecutor
)
net.hasor.rsf.container.
InnerRsfApiBinder
(implements net.hasor.rsf.
RsfApiBinder
)
net.hasor.rsf.domain.provider.
InstanceAddressProvider
(implements net.hasor.rsf.domain.provider.
AddressProvider
)
net.hasor.rsf.
InterAddress
net.hasor.utils.io.IOUtils
net.hasor.rsf.utils.
IOUtils
net.hasor.rsf.serialize.coder.
JavaSerializeCoder
(implements net.hasor.rsf.
SerializeCoder
)
net.hasor.rsf.serialize.coder.
JsonSerializeCoder
(implements net.hasor.rsf.
SerializeCoder
)
net.hasor.rsf.rpc.net.
LinkPool
net.hasor.rsf.tconsole.
ListRsfInstruct
(implements net.hasor.tconsole.
TelExecutor
)
net.hasor.rsf.filters.local.
LocalPref
(implements net.hasor.rsf.
RsfFilter
)
net.hasor.rsf.filters.thread.
LocalWarpFilter
(implements net.hasor.rsf.
RsfFilter
)
net.hasor.rsf.rpc.net.netty.
NettyConnectorFactory
(implements net.hasor.rsf.rpc.net.
ConnectorFactory
)
net.hasor.rsf.utils.
NetworkUtils
java.util.
Observable
net.hasor.rsf.address.
AddressBucket
net.hasor.core.info.
MetaDataAdapter
net.hasor.rsf.domain.
ServiceDomain
<T> (implements net.hasor.rsf.
RsfBindInfo
<T>)
net.hasor.rsf.filters.online.
OnlineRsfFilter
(implements net.hasor.rsf.
RsfFilter
)
net.hasor.rsf.domain.
OptionInfo
(implements net.hasor.rsf.
RsfOptionSet
)
net.hasor.rsf.domain.
AttributeSet
net.hasor.rsf.domain.
RequestInfo
net.hasor.rsf.domain.
ResponseInfo
net.hasor.rsf.rpc.caller.
RsfResponseObject
(implements net.hasor.rsf.
RsfResponse
)
net.hasor.rsf.domain.provider.
PoolAddressProvider
(implements net.hasor.rsf.domain.provider.
AddressProvider
)
net.hasor.rsf.protocol.rsf.v1.
PoolBlock
net.hasor.rsf.protocol.rsf.v1.
RequestBlock
net.hasor.rsf.protocol.rsf.v1.
ResponseBlock
net.hasor.rsf.utils.
ProtocolUtils
net.hasor.rsf.address.route.flowcontrol.speed.
QoSBucket
net.hasor.rsf.rpc.net.
ReceivedAdapter
(implements net.hasor.rsf.rpc.net.
ReceivedListener
)
net.hasor.rsf.rpc.net.http.
RequestBuilder
net.hasor.rsf.rpc.net.http.
RequestObject
net.hasor.rsf.protocol.rsf.v1.
RpcRequestProtocolV1
(implements net.hasor.rsf.protocol.rsf.
Protocol
<T>)
net.hasor.rsf.protocol.rsf.v1.
RpcResponseProtocolV1
(implements net.hasor.rsf.protocol.rsf.
Protocol
<T>)
net.hasor.rsf.rpc.client.
RpcRsfClient
(implements net.hasor.rsf.
RsfClient
)
net.hasor.rsf.container.
RsfApiBinerCreator
(implements net.hasor.core.binder.
ApiBinderCreator
<T>)
net.hasor.rsf.container.
RsfBeanContainer
net.hasor.rsf.domain.warp.
RsfBindInfoWrap
<T> (implements net.hasor.rsf.
RsfBindInfo
<T>)
net.hasor.rsf.rpc.net.
RsfChannel
net.hasor.rsf.rpc.caller.
RsfFilterHandler
(implements net.hasor.rsf.
RsfFilterChain
)
net.hasor.rsf.container.
RsfFilterProvider
(implements java.util.function.
Supplier
<T>)
net.hasor.rsf.bootstrap.
RsfFrameworkModule
(implements net.hasor.rsf.
RsfModule
)
net.hasor.rsf.rpc.net.
RsfNetManager
net.hasor.rsf.protocol.rsf.
RsfProtocolHandler
(implements net.hasor.rsf.rpc.net.netty.
ProtocolHandlerFactory
)
net.hasor.rsf.rpc.caller.
RsfRequestManager
net.hasor.rsf.rpc.caller.
RsfCaller
net.hasor.rsf.rpc.caller.remote.
RemoteRsfCaller
net.hasor.rsf.domain.
RsfResultDO
(implements net.hasor.rsf.
RsfResult
)
net.hasor.rsf.domain.
RsfRuntimeUtils
net.hasor.rsf.rpc.caller.
RsfServiceWrapperObject
(implements net.hasor.rsf.rpc.caller.
RsfServiceWrapper
)
net.hasor.rsf.address.route.rule.
RuleParser
net.hasor.rsf.address.
RuleRef
net.hasor.rsf.tconsole.
RuleRsfInstruct
(implements net.hasor.tconsole.
TelExecutor
)
net.hasor.rsf.utils.groovy223.
ScriptExtensions
net.hasor.rsf.utils.groovy223.
ScriptStaticExtensions
net.hasor.rsf.serialize.
SerializeFactory
net.hasor.core.setting.
SettingsWrap
(implements net.hasor.core.
Settings
)
net.hasor.rsf.rpc.context.
DefaultRsfSettings
(implements net.hasor.rsf.
RsfSettings
)
net.hasor.rsf.tconsole.
StatusRsfInstruct
(implements net.hasor.tconsole.
TelExecutor
)
net.hasor.rsf.tconsole.
TelnetModule
(implements net.hasor.rsf.
RsfModule
)
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
java.lang.
RuntimeException
net.hasor.rsf.domain.
RsfException
net.hasor.rsf.domain.
RsfCenterException
net.hasor.rsf.domain.
RsfTimeoutException
net.hasor.rsf.utils.
TimerManager
net.hasor.rsf.utils.
ZipUtils
接口分层结构
net.hasor.rsf.domain.provider.
AddressProvider
net.hasor.core.
ApiBinder
net.hasor.rsf.
RsfApiBinder
(并 extends net.hasor.rsf.
RsfPublisher
)
net.hasor.rsf.address.route.rule.
ArgsKey
net.hasor.rsf.protocol.rsf.
CodecAdapter
net.hasor.rsf.rpc.net.
ConnectionAccepter
net.hasor.rsf.rpc.net.
ConnectorFactory
net.hasor.core.
Environment
net.hasor.rsf.
RsfEnvironment
hprose.io.HproseTags
net.hasor.rsf.protocol.http_hprose.
HproseConstants
net.hasor.rsf.rpc.net.http.
HttpHandler
net.hasor.rsf.rpc.net.http.
HttpHandler.HttpResult
net.hasor.rsf.rpc.net.http.
HttpHandler.ResponseDecoder
net.hasor.rsf.rpc.net.http.
HttpHandler.ResponseEncoder
net.hasor.rsf.rpc.net.http.
HttpHandler.SenderBuilder
net.hasor.rsf.rpc.net.http.
HttpHandlerFactory
net.hasor.core.
MetaInfo
net.hasor.core.
BindInfo
<T>
net.hasor.rsf.
RsfBindInfo
<T>
net.hasor.rsf.
RsfBindInfo
<T>
net.hasor.core.
Module
net.hasor.rsf.
RsfModule
net.hasor.rsf.
OnlineStatus
net.hasor.rsf.
RsfContext
net.hasor.rsf.protocol.rsf.
Protocol
<T>
net.hasor.rsf.protocol.rsf.
ProtocolConstants
net.hasor.rsf.rpc.net.netty.
ProtocolHandlerFactory
net.hasor.rsf.domain.
ProtocolStatus
net.hasor.rsf.rpc.net.
ReceivedListener
net.hasor.rsf.
RsfClient
net.hasor.rsf.domain.
RsfConstants
net.hasor.rsf.container.
RsfDomainProvider
<T>
net.hasor.rsf.domain.
RsfEvent
net.hasor.rsf.
RsfFilter
net.hasor.rsf.
RsfFilterChain
net.hasor.rsf.rpc.net.http.
RsfHttpRequest
net.hasor.rsf.rpc.net.http.
RsfHttpResponse
net.hasor.rsf.rpc.net.http.
RsfHttpResponseData
net.hasor.rsf.
RsfOptionSet
net.hasor.rsf.
RsfHeader
net.hasor.rsf.
RsfRequest
net.hasor.rsf.
RsfResponse
net.hasor.rsf.
RsfRequest
net.hasor.rsf.
RsfResponse
net.hasor.rsf.
RsfPublisher
net.hasor.rsf.
RsfApiBinder
(并 extends net.hasor.core.
ApiBinder
)
net.hasor.rsf.
RsfPublisher.RegisterBuilder
<T>
net.hasor.rsf.
RsfPublisher.ConfigurationBuilder
<T>
net.hasor.rsf.
RsfPublisher.LinkedBuilder
<T>
net.hasor.rsf.
RsfPublisher.FilterBindBuilder
<T>
net.hasor.rsf.
RsfPublisher.ConfigurationBuilder
<T>
net.hasor.rsf.
RsfPublisher.LinkedBuilder
<T>
net.hasor.rsf.
RsfPublisher.LinkedBuilder
<T>
net.hasor.rsf.
RsfPublisher.LinkedBuilder
<T>
net.hasor.rsf.rpc.caller.
RsfServiceWrapper
net.hasor.rsf.
RsfUpdater
net.hasor.rsf.address.route.rule.
Rule
net.hasor.rsf.address.
RuleGroovyScriptFace
<T>
net.hasor.rsf.rpc.net.
SendCallBack
net.hasor.rsf.rpc.caller.
SenderListener
java.io.
Serializable
net.hasor.rsf.
RsfResult
net.hasor.rsf.
SerializeCoder
net.hasor.core.
Settings
net.hasor.rsf.
RsfSettings
注释类型分层结构
net.hasor.rsf.
RsfMessage
(implements java.lang.annotation.
Annotation
)
net.hasor.rsf.
RsfService
(implements java.lang.annotation.
Annotation
)
枚举分层结构
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
net.hasor.rsf.
SendLimitPolicy
net.hasor.rsf.address.
RouteTypeEnum
net.hasor.rsf.address.
AddressTypeEnum
net.hasor.rsf.address.route.flowcontrol.speed.
QoSActionEnum
net.hasor.rsf.rpc.net.
LinkType
net.hasor.rsf.rpc.net.http.
WorkStatus
net.hasor.rsf.domain.
RsfServiceType
net.hasor.rsf.domain.
RsfFlags
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
[
Web Site
]
上一个
下一个
框架
无框架
所有类
Copyright © 2020–2021. All rights reserved.