类 AbstractChannel
- java.lang.Object
-
- com.alibaba.dubbo.remoting.transport.AbstractPeer
-
- com.alibaba.dubbo.remoting.transport.AbstractChannel
-
- 所有已实现的接口:
Channel
,ChannelHandler
,Endpoint
public abstract class AbstractChannel extends AbstractPeer implements Channel
AbstractChannel
-
-
构造器概要
构造器 构造器 说明 AbstractChannel(URL url, ChannelHandler handler)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 void
send(Object message, boolean sent)
send message.String
toString()
-
从类继承的方法 com.alibaba.dubbo.remoting.transport.AbstractPeer
caught, close, close, connected, disconnected, getChannelHandler, getDelegateHandler, getHandler, getUrl, isClosed, isClosing, received, send, sent, startClose
-
从接口继承的方法 com.alibaba.dubbo.remoting.Channel
getAttribute, getRemoteAddress, hasAttribute, isConnected, removeAttribute, setAttribute
-
从接口继承的方法 com.alibaba.dubbo.remoting.Endpoint
close, close, getChannelHandler, getLocalAddress, getUrl, isClosed, send, startClose
-
-
-
-
构造器详细资料
-
AbstractChannel
public AbstractChannel(URL url, ChannelHandler handler)
-
-
方法详细资料
-
send
public void send(Object message, boolean sent) throws RemotingException
从接口复制的说明:Endpoint
send message.- 指定者:
send
在接口中Endpoint
sent
- already sent to socket?- 抛出:
RemotingException
-
-