com.alibaba.dubbo.remoting.transport
Class AbstractChannel
java.lang.Object
com.alibaba.dubbo.remoting.transport.AbstractPeer
com.alibaba.dubbo.remoting.transport.AbstractChannel
- All Implemented Interfaces:
- Channel, ChannelHandler, Endpoint
public abstract class AbstractChannel
- extends AbstractPeer
- implements Channel
AbstractChannel
- Author:
- william.liangf
Methods inherited from class com.alibaba.dubbo.remoting.transport.AbstractPeer |
caught, close, close, connected, disconnected, getChannelHandler, getDelegateHandler, getHandler, getUrl, isClosed, isClosing, received, send, sent, startClose |
AbstractChannel
public AbstractChannel(URL url,
ChannelHandler handler)
send
public void send(Object message,
boolean sent)
throws RemotingException
- Description copied from interface:
Endpoint
- send message.
- Specified by:
send
in interface Endpoint
sent
- 是否已发送完成
- Throws:
RemotingException
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012–2017 Alibaba. All rights reserved.