Package com.alibaba.dubbo.remoting
Interface Channel
- All Superinterfaces:
org.apache.dubbo.remoting.Channel,org.apache.dubbo.remoting.Endpoint
Deprecated.
-
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, getLocalAddress, isClosed, send, send, startClose
-
Method Details
-
getUrl
URL getUrl()Deprecated.- Specified by:
getUrlin interfaceorg.apache.dubbo.remoting.Endpoint
-
getChannelHandler
ChannelHandler getChannelHandler()Deprecated.- Specified by:
getChannelHandlerin interfaceorg.apache.dubbo.remoting.Endpoint
-