类 MinaClient
- 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.mina.MinaClient
-
- 所有已实现的接口:
Resetable
,Channel
,ChannelHandler
,Client
,Endpoint
public class MinaClient extends AbstractClient
Mina client.
-
-
构造器概要
构造器 构造器 说明 MinaClient(URL url, ChannelHandler handler)
-
方法概要
-
从类继承的方法 com.alibaba.dubbo.remoting.transport.AbstractClient
close, close, disconnect, getAttribute, getConnectAddress, getLocalAddress, getRemoteAddress, hasAttribute, isConnected, reconnect, removeAttribute, send, setAttribute, toString
-
从类继承的方法 com.alibaba.dubbo.remoting.transport.AbstractEndpoint
reset, reset
-
从类继承的方法 com.alibaba.dubbo.remoting.transport.AbstractPeer
caught, connected, disconnected, getChannelHandler, getDelegateHandler, getHandler, getUrl, isClosed, isClosing, received, send, sent, startClose
-
从接口继承的方法 com.alibaba.dubbo.remoting.Endpoint
getChannelHandler, getUrl, isClosed, send, startClose
-
-
-
-
构造器详细资料
-
MinaClient
public MinaClient(URL url, ChannelHandler handler) throws RemotingException
-
-