跳过导航链接
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中的接口
 
ChannelConnectException - com.alipay.sofa.registry.remoting中的异常错误
 
ChannelConnectException(String) - 异常错误 的构造器com.alipay.sofa.registry.remoting.ChannelConnectException
 
ChannelConnectException(String, Throwable) - 异常错误 的构造器com.alipay.sofa.registry.remoting.ChannelConnectException
 
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.
ChannelOverflowException - com.alipay.sofa.registry.remoting中的异常错误
 
ChannelOverflowException(String, Throwable) - 异常错误 的构造器com.alipay.sofa.registry.remoting.ChannelOverflowException
 
Client - com.alipay.sofa.registry.remoting中的接口
 
close() - 接口 中的方法com.alipay.sofa.registry.remoting.Channel
 
close() - 接口 中的方法com.alipay.sofa.registry.remoting.Endpoint
close the channel.
close(Channel) - 接口 中的方法com.alipay.sofa.registry.remoting.Server
close the channel.
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
connect(String, int, 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_NOTIFY_TYPE - 接口 中的静态变量com.alipay.sofa.registry.remoting.exchange.Exchange
 
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中的接口
 
ExchangeCallback<T> - com.alipay.sofa.registry.remoting.exchange中的接口
 

G

getAttribute(String) - 接口 中的方法com.alipay.sofa.registry.remoting.Channel
get attribute in context.
getCallBackHandler() - 接口 中的方法com.alipay.sofa.registry.remoting.exchange.message.Request
Gets call back handler.
getCallBackHandler() - 类 中的方法com.alipay.sofa.registry.remoting.exchange.message.SimpleRequest
 
getChannel(URL) - 接口 中的方法com.alipay.sofa.registry.remoting.Client
get channel by url.
getChannel(InetSocketAddress) - 接口 中的方法com.alipay.sofa.registry.remoting.Server
 
getChannel(URL) - 接口 中的方法com.alipay.sofa.registry.remoting.Server
get channel by url
getChannelCount() - 接口 中的方法com.alipay.sofa.registry.remoting.Server
 
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
getConnAttribute(String) - 接口 中的方法com.alipay.sofa.registry.remoting.Channel
get attribute in connection.
getExecutor() - 接口 中的方法com.alipay.sofa.registry.remoting.CallbackHandler
override executor
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.
getMessage() - 异常错误 中的方法com.alipay.sofa.registry.remoting.exchange.RequestException
get requestInfo from Request
getRemoteAddress() - 接口 中的方法com.alipay.sofa.registry.remoting.Channel
get remote address.
getRequestBody() - 接口 中的方法com.alipay.sofa.registry.remoting.exchange.message.Request
Gets request body.
getRequestBody() - 类 中的方法com.alipay.sofa.registry.remoting.exchange.message.SimpleRequest
 
getRequestUrl() - 接口 中的方法com.alipay.sofa.registry.remoting.exchange.message.Request
Gets request url.
getRequestUrl() - 类 中的方法com.alipay.sofa.registry.remoting.exchange.message.SimpleRequest
 
getResult() - 接口 中的方法com.alipay.sofa.registry.remoting.exchange.message.Response
Get response result
getServer(Integer) - 接口 中的方法com.alipay.sofa.registry.remoting.exchange.Exchange
get server instance by port
getTimeout() - 接口 中的方法com.alipay.sofa.registry.remoting.exchange.message.Request
 
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
onCallback(Channel, T) - 接口 中的方法com.alipay.sofa.registry.remoting.exchange.ExchangeCallback
 
onException(Channel, Throwable) - 接口 中的方法com.alipay.sofa.registry.remoting.CallbackHandler
callback exception handler
onException(Channel, Throwable) - 接口 中的方法com.alipay.sofa.registry.remoting.exchange.ExchangeCallback
 
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
open(URL, int, int, T...) - 接口 中的方法com.alipay.sofa.registry.remoting.exchange.Exchange
 

R

received(Channel, T) - 接口 中的方法com.alipay.sofa.registry.remoting.ChannelHandler
on message received.
REMOTE_CLUSTER_META - 接口 中的静态变量com.alipay.sofa.registry.remoting.exchange.Exchange
 
REMOTE_DATA_SERVER_TYPE - 接口 中的静态变量com.alipay.sofa.registry.remoting.exchange.Exchange
 
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
 
RequestChannelClosedException - com.alipay.sofa.registry.remoting.exchange中的异常错误
 
RequestChannelClosedException(String, Request) - 异常错误 的构造器com.alipay.sofa.registry.remoting.exchange.RequestChannelClosedException
 
RequestChannelClosedException(String) - 异常错误 的构造器com.alipay.sofa.registry.remoting.exchange.RequestChannelClosedException
 
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

selectAllAvailableChannelsForHostAddress() - 接口 中的方法com.alipay.sofa.registry.remoting.Server
select all available channels for every ip
selectAvailableChannelsForHostAddress() - 接口 中的方法com.alipay.sofa.registry.remoting.Server
select one available channel for every ip
sendCallback(URL, Object, CallbackHandler, int) - 接口 中的方法com.alipay.sofa.registry.remoting.Client
send with callback handler
sendCallback(Channel, Object, CallbackHandler, int) - 接口 中的方法com.alipay.sofa.registry.remoting.Server
send with callback handler
sendSync(URL, Object, int) - 接口 中的方法com.alipay.sofa.registry.remoting.Client
Sync send
sendSync(Channel, Object, int) - 接口 中的方法com.alipay.sofa.registry.remoting.Client
Sync send
sendSync(Channel, Object, int) - 接口 中的方法com.alipay.sofa.registry.remoting.Server
Sync send
Server - com.alipay.sofa.registry.remoting中的接口
 
SESSION_SERVER_CONSOLE_TYPE - 接口 中的静态变量com.alipay.sofa.registry.remoting.exchange.Exchange
 
SESSION_SERVER_TYPE - 接口 中的静态变量com.alipay.sofa.registry.remoting.exchange.Exchange
 
setAttribute(String, Object) - 接口 中的方法com.alipay.sofa.registry.remoting.Channel
set attribute in context.
setConnAttribute(String, Object) - 接口 中的方法com.alipay.sofa.registry.remoting.Channel
set attribute in connection.
SimpleRequest<T> - com.alipay.sofa.registry.remoting.exchange.message中的类
 
SimpleRequest(T, URL) - 类 的构造器com.alipay.sofa.registry.remoting.exchange.message.SimpleRequest
 
SimpleRequest(T, URL, CallbackHandler) - 类 的构造器com.alipay.sofa.registry.remoting.exchange.message.SimpleRequest
 

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 © 2023 The Ant Financial. All rights reserved.