您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
C
D
E
G
I
M
N
O
R
S
V
C
CallbackHandler
-
com.alipay.sofa.registry.remoting
中的接口
caught(Channel, T, Throwable)
- 接口 中的方法com.alipay.sofa.registry.remoting.
ChannelHandler
on exception caught.
Channel
-
com.alipay.sofa.registry.remoting
中的接口
ChannelHandler
<
T
> -
com.alipay.sofa.registry.remoting
中的接口
ChannelHandler.HandlerType
-
com.alipay.sofa.registry.remoting
中的枚举
The enum Handler type.
ChannelHandler.InvokeType
-
com.alipay.sofa.registry.remoting
中的枚举
The enum Invoke type.
Client
-
com.alipay.sofa.registry.remoting
中的接口
close()
- 接口 中的方法com.alipay.sofa.registry.remoting.
Endpoint
close the channel.
close(Channel)
- 接口 中的方法com.alipay.sofa.registry.remoting.
Endpoint
Close.
com.alipay.sofa.registry.remoting
- 程序包 com.alipay.sofa.registry.remoting
com.alipay.sofa.registry.remoting.exchange
- 程序包 com.alipay.sofa.registry.remoting.exchange
com.alipay.sofa.registry.remoting.exchange.message
- 程序包 com.alipay.sofa.registry.remoting.exchange.message
connect(URL)
- 接口 中的方法com.alipay.sofa.registry.remoting.
Client
client connect target url server
connect(String, URL, T...)
- 接口 中的方法com.alipay.sofa.registry.remoting.exchange.
Exchange
connect same type server,one server ip one connection such as different server on data server,serverOne and serverTwo,different type server must match different channelHandlers, so we must connect by serverType,and get Client instance by serverType
connected(Channel)
- 接口 中的方法com.alipay.sofa.registry.remoting.
ChannelHandler
on channel connected.
connectServer()
- 接口 中的方法com.alipay.sofa.registry.remoting.exchange.
NodeExchanger
D
DATA_SERVER_TYPE
- 接口 中的静态变量com.alipay.sofa.registry.remoting.exchange.
Exchange
disconnected(Channel)
- 接口 中的方法com.alipay.sofa.registry.remoting.
ChannelHandler
on channel disconnected.
E
Endpoint
-
com.alipay.sofa.registry.remoting
中的接口
The interface Endpoint.
Exchange
<
T
> -
com.alipay.sofa.registry.remoting.exchange
中的接口
G
getAttribute(String)
- 接口 中的方法com.alipay.sofa.registry.remoting.
Channel
get attribute.
getCallBackHandler()
- 接口 中的方法com.alipay.sofa.registry.remoting.exchange.message.
Request
Gets call back handler.
getChannel(InetSocketAddress)
- 接口 中的方法com.alipay.sofa.registry.remoting.
Client
get channel.
getChannel(URL)
- 接口 中的方法com.alipay.sofa.registry.remoting.
Client
get channel by url.
getChannel(InetSocketAddress)
- 接口 中的方法com.alipay.sofa.registry.remoting.
Server
get channel.
getChannel(URL)
- 接口 中的方法com.alipay.sofa.registry.remoting.
Server
get channel by url
getChannelHandlers()
- 接口 中的方法com.alipay.sofa.registry.remoting.
Endpoint
get channel handlers.
getChannels()
- 接口 中的方法com.alipay.sofa.registry.remoting.
Client
get channels.
getChannels()
- 接口 中的方法com.alipay.sofa.registry.remoting.
Server
get channels.
getClient(String)
- 接口 中的方法com.alipay.sofa.registry.remoting.exchange.
Exchange
get Client instance by serverType,very client instance has different channels match different server ip
getExecutor()
- 接口 中的方法com.alipay.sofa.registry.remoting.
ChannelHandler
specify executor for processor handler
getInvokeType()
- 接口 中的方法com.alipay.sofa.registry.remoting.
ChannelHandler
Select Sync process by reply or Async process by received
getLocalAddress()
- 接口 中的方法com.alipay.sofa.registry.remoting.
Channel
get local address.
getLocalAddress()
- 接口 中的方法com.alipay.sofa.registry.remoting.
Endpoint
get local address.
getRemoteAddress()
- 接口 中的方法com.alipay.sofa.registry.remoting.
Channel
get remote address.
getRequestBody()
- 接口 中的方法com.alipay.sofa.registry.remoting.exchange.message.
Request
Gets request body.
getRequestMessage()
- 异常错误 中的方法com.alipay.sofa.registry.remoting.exchange.
RequestException
get requestInfo from Request
getRequestUrl()
- 接口 中的方法com.alipay.sofa.registry.remoting.exchange.message.
Request
Gets request url.
getResult()
- 接口 中的方法com.alipay.sofa.registry.remoting.exchange.message.
Response
Get response result
getRetryTimes()
- 接口 中的方法com.alipay.sofa.registry.remoting.exchange.message.
Request
request send by retry some times
getServer(Integer)
- 接口 中的方法com.alipay.sofa.registry.remoting.exchange.
Exchange
get server instance by port
getType()
- 接口 中的方法com.alipay.sofa.registry.remoting.
ChannelHandler
check handlerType
getWebTarget()
- 接口 中的方法com.alipay.sofa.registry.remoting.
Channel
for rest api
I
interest()
- 接口 中的方法com.alipay.sofa.registry.remoting.
ChannelHandler
return processor request class name
isClosed()
- 接口 中的方法com.alipay.sofa.registry.remoting.
Endpoint
is closed.
isConnected()
- 接口 中的方法com.alipay.sofa.registry.remoting.
Channel
is connected.
isOpen()
- 接口 中的方法com.alipay.sofa.registry.remoting.
Server
get Server status
M
META_SERVER_TYPE
- 接口 中的静态变量com.alipay.sofa.registry.remoting.exchange.
Exchange
N
NodeExchanger
-
com.alipay.sofa.registry.remoting.exchange
中的接口
O
onCallback(Channel, Object)
- 接口 中的方法com.alipay.sofa.registry.remoting.
CallbackHandler
callback handler
onException(Channel, Throwable)
- 接口 中的方法com.alipay.sofa.registry.remoting.
CallbackHandler
callback exception handler
open(URL, T...)
- 接口 中的方法com.alipay.sofa.registry.remoting.exchange.
Exchange
bind server by server port in url parameter,one port must by same server type
R
received(Channel, T)
- 接口 中的方法com.alipay.sofa.registry.remoting.
ChannelHandler
on message received.
RemotingException
-
com.alipay.sofa.registry.remoting
中的异常错误
RemotingException(String)
- 异常错误 的构造器com.alipay.sofa.registry.remoting.
RemotingException
constructor
reply(Channel, T)
- 接口 中的方法com.alipay.sofa.registry.remoting.
ChannelHandler
on message reply.
Request
<
T
> -
com.alipay.sofa.registry.remoting.exchange.message
中的接口
The interface Request.
request(Request)
- 接口 中的方法com.alipay.sofa.registry.remoting.exchange.
NodeExchanger
RequestException
-
com.alipay.sofa.registry.remoting.exchange
中的异常错误
RequestException(String, Request)
- 异常错误 的构造器com.alipay.sofa.registry.remoting.exchange.
RequestException
constructor
RequestException(String, Request, Throwable)
- 异常错误 的构造器com.alipay.sofa.registry.remoting.exchange.
RequestException
constructor
RequestException(String)
- 异常错误 的构造器com.alipay.sofa.registry.remoting.exchange.
RequestException
constructor
RequestException(String, Throwable)
- 异常错误 的构造器com.alipay.sofa.registry.remoting.exchange.
RequestException
constructor
RequestException(Throwable)
- 异常错误 的构造器com.alipay.sofa.registry.remoting.exchange.
RequestException
constructor
Response
<
T
> -
com.alipay.sofa.registry.remoting.exchange.message
中的接口
Response.ResultStatus
-
com.alipay.sofa.registry.remoting.exchange.message
中的枚举
The enum for response status
S
sendCallback(Channel, Object, CallbackHandler, int)
- 接口 中的方法com.alipay.sofa.registry.remoting.
Endpoint
send with callback handler
sendOneway(Channel, Object)
- 接口 中的方法com.alipay.sofa.registry.remoting.
Endpoint
oneway send
sendSync(Channel, Object, int)
- 接口 中的方法com.alipay.sofa.registry.remoting.
Endpoint
Sync send
Server
-
com.alipay.sofa.registry.remoting
中的接口
setAttribute(String, Object)
- 接口 中的方法com.alipay.sofa.registry.remoting.
Channel
set attribute.
V
valueOf(String)
- 枚举 中的静态方法com.alipay.sofa.registry.remoting.
ChannelHandler.HandlerType
返回带有指定名称的该类型的枚举常量。
valueOf(String)
- 枚举 中的静态方法com.alipay.sofa.registry.remoting.
ChannelHandler.InvokeType
返回带有指定名称的该类型的枚举常量。
valueOf(String)
- 枚举 中的静态方法com.alipay.sofa.registry.remoting.exchange.message.
Response.ResultStatus
返回带有指定名称的该类型的枚举常量。
values()
- 枚举 中的静态方法com.alipay.sofa.registry.remoting.
ChannelHandler.HandlerType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values()
- 枚举 中的静态方法com.alipay.sofa.registry.remoting.
ChannelHandler.InvokeType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values()
- 枚举 中的静态方法com.alipay.sofa.registry.remoting.exchange.message.
Response.ResultStatus
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
C
D
E
G
I
M
N
O
R
S
V
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
Copyright © 2019
The Ant Financial
. All rights reserved.