com.alibaba.dubbo.remoting.transport.netty
Class NettyClient
java.lang.Object
com.alibaba.dubbo.remoting.transport.AbstractPeer
com.alibaba.dubbo.remoting.transport.AbstractEndpoint
com.alibaba.dubbo.remoting.transport.AbstractClient
com.alibaba.dubbo.remoting.transport.netty.NettyClient
- All Implemented Interfaces:
- Resetable, Channel, ChannelHandler, Client, Endpoint
public class NettyClient
- extends AbstractClient
NettyClient.
- Author:
- qian.lei, william.liangf
Methods inherited from class com.alibaba.dubbo.remoting.transport.AbstractClient |
close, close, disconnect, getAttribute, getConnectAddress, getLocalAddress, getRemoteAddress, hasAttribute, isConnected, reconnect, removeAttribute, send, setAttribute, toString |
Methods inherited from class com.alibaba.dubbo.remoting.transport.AbstractPeer |
caught, connected, disconnected, getChannelHandler, getDelegateHandler, getHandler, getUrl, isClosed, isClosing, received, send, sent, startClose |
Methods inherited from interface com.alibaba.dubbo.remoting.Client |
reset |
Methods inherited from interface com.alibaba.dubbo.common.Resetable |
reset |
NettyClient
public NettyClient(URL url,
ChannelHandler handler)
throws RemotingException
- Throws:
RemotingException
Copyright © 2012–2017 Alibaba. All rights reserved.