Package org.apache.dubbo.remoting
Interface Client
- All Superinterfaces:
Channel,Endpoint,IdleSensible,Resetable
- All Known Subinterfaces:
ExchangeClient
- All Known Implementing Classes:
AbstractClient,AbstractConnectionClient,ClientDelegate,HeaderExchangeClient
Remoting Client. (API/SPI, Prototype, ThreadSafe)
- See Also:
-
Method Summary
Methods inherited from interface org.apache.dubbo.remoting.Channel
getAttribute, getRemoteAddress, hasAttribute, isConnected, removeAttribute, setAttributeMethods inherited from interface org.apache.dubbo.remoting.Endpoint
close, close, getChannelHandler, getLocalAddress, getUrl, isClosed, send, send, startCloseMethods inherited from interface org.apache.dubbo.remoting.IdleSensible
canHandleIdle
-
Method Details
-
reconnect
reconnect.- Throws:
RemotingException
-
reset
Deprecated.
-