com.alibaba.dubbo.remoting.transport.grizzly
Class GrizzlyClient

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.grizzly.GrizzlyClient
All Implemented Interfaces:
Resetable, Channel, ChannelHandler, Client, Endpoint

public class GrizzlyClient
extends AbstractClient

GrizzlyClient

Author:
william.liangf

Constructor Summary
GrizzlyClient(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

GrizzlyClient

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


Copyright © 2012–2017 Alibaba. All rights reserved.