Class NettyConnectionClient
java.lang.Object
org.apache.dubbo.remoting.transport.AbstractPeer
org.apache.dubbo.remoting.transport.AbstractEndpoint
org.apache.dubbo.remoting.transport.AbstractClient
org.apache.dubbo.remoting.api.connection.AbstractConnectionClient
org.apache.dubbo.remoting.transport.netty4.AbstractNettyConnectionClient
org.apache.dubbo.remoting.transport.netty4.NettyConnectionClient
- All Implemented Interfaces:
org.apache.dubbo.common.Resetable,Channel,ChannelHandler,Client,Endpoint,IdleSensible
-
Field Summary
Fields inherited from class org.apache.dubbo.remoting.transport.netty4.AbstractNettyConnectionClient
CONNECTION -
Constructor Summary
ConstructorsConstructorDescriptionNettyConnectionClient(org.apache.dubbo.common.URL url, ChannelHandler handler) -
Method Summary
Methods inherited from class org.apache.dubbo.remoting.transport.netty4.AbstractNettyConnectionClient
addCloseListener, createConnectingPromise, destroy, getChannel, getClosePromise, getConnectionClientFromChannel, isAvailable, onConnected, onGoaway, toString, writeMethods inherited from class org.apache.dubbo.remoting.api.connection.AbstractConnectionClient
getCounter, increase, release, retainMethods inherited from class org.apache.dubbo.remoting.transport.AbstractClient
close, close, disconnect, getAttribute, getConnectAddress, getLocalAddress, getRemoteAddress, hasAttribute, isConnected, reconnect, removeAttribute, send, setAttributeMethods inherited from class org.apache.dubbo.remoting.transport.AbstractEndpoint
reset, resetMethods inherited from class org.apache.dubbo.remoting.transport.AbstractPeer
caught, connected, disconnected, getChannelHandler, getDelegateHandler, getHandler, getUrl, isClosed, isClosing, received, send, sent, startCloseMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.dubbo.remoting.Endpoint
getChannelHandler, getUrl, isClosed, send, startCloseMethods inherited from interface org.apache.dubbo.remoting.IdleSensible
canHandleIdleMethods inherited from interface org.apache.dubbo.common.Resetable
reset
-
Constructor Details
-
NettyConnectionClient
public NettyConnectionClient(org.apache.dubbo.common.URL url, ChannelHandler handler) throws RemotingException - Throws:
RemotingException
-