com.alibaba.dubbo.remoting.transport.mina
Class MinaClient

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

public class MinaClient
extends AbstractClient

Mina client.

Author:
qian.lei, william.liangf

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

MinaClient

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


Copyright © 2012–2017 Alibaba. All rights reserved.