接口 Channel
-
@Deprecated public interface Channel extends Channel
已过时。
-
-
方法概要
所有方法 实例方法 抽象方法 已过时的方法 修饰符和类型 方法 说明 ChannelHandlergetChannelHandler()已过时。get channel handler.URLgetUrl()已过时。get url.-
从接口继承的方法 org.apache.dubbo.remoting.Channel
getAttribute, getRemoteAddress, hasAttribute, isConnected, removeAttribute, setAttribute
-
从接口继承的方法 org.apache.dubbo.remoting.Endpoint
close, close, getLocalAddress, isClosed, send, send, startClose
-
-
-
-
方法详细资料
-
getChannelHandler
ChannelHandler getChannelHandler()
已过时。从接口复制的说明:Endpointget channel handler.- 指定者:
getChannelHandler在接口中Endpoint- 返回:
- channel handler
-
-