com.alibaba.dubbo.remoting.transport.netty4
Class NettyClient

java.lang.Object
  extended by com.alibaba.dubbo.remoting.transport.AbstractPeer
      extended by com.alibaba.dubbo.remoting.transport.AbstractEndpoint
          extended by com.alibaba.dubbo.remoting.transport.AbstractClient
              extended by com.alibaba.dubbo.remoting.transport.netty4.NettyClient
All Implemented Interfaces:
Resetable, Channel, ChannelHandler, Client, Endpoint

public class NettyClient
extends AbstractClient

NettyClient.

Author:
qian.lei, william.liangf, qinliujie

Constructor Summary
NettyClient(URL url, ChannelHandler handler)
           
 
Method Summary
 
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.AbstractEndpoint
reset, reset
 
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 class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.alibaba.dubbo.remoting.Client
reset
 
Methods inherited from interface com.alibaba.dubbo.remoting.Endpoint
getChannelHandler, getUrl, isClosed, send, startClose
 
Methods inherited from interface com.alibaba.dubbo.common.Resetable
reset
 

Constructor Detail

NettyClient

public NettyClient(URL url,
                   ChannelHandler handler)
            throws RemotingException
Throws:
RemotingException


Copyright © 2012–2017 Alibaba. All rights reserved.