接口 Client
-
- 所有已知子接口:
ExchangeClient
- 所有已知实现类:
AbstractClient
,ClientDelegate
,GrizzlyClient
,HeaderExchangeClient
,MinaClient
,NettyClient
,NettyClient
public interface Client extends Endpoint, Channel, Resetable
Remoting Client. (API/SPI, Prototype, ThreadSafe)
-
-
方法概要
所有方法 实例方法 抽象方法 已过时的方法 修饰符和类型 方法 说明 void
reconnect()
reconnect.void
reset(Parameters parameters)
已过时。-
从接口继承的方法 com.alibaba.dubbo.remoting.Channel
getAttribute, getRemoteAddress, hasAttribute, isConnected, removeAttribute, setAttribute
-
从接口继承的方法 com.alibaba.dubbo.remoting.Endpoint
close, close, getChannelHandler, getLocalAddress, getUrl, isClosed, send, send, startClose
-
-
-
-
方法详细资料
-
reconnect
void reconnect() throws RemotingException
reconnect.
-
reset
@Deprecated void reset(Parameters parameters)
已过时。
-
-