public class Netty4Client
extends com.alibaba.dubbo.remoting.transport.AbstractClient
| 构造器和说明 |
|---|
Netty4Client(com.alibaba.dubbo.common.URL url,
com.alibaba.dubbo.remoting.ChannelHandler handler) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
doClose() |
protected void |
doConnect() |
protected void |
doDisConnect() |
protected void |
doOpen() |
protected com.alibaba.dubbo.remoting.Channel |
getChannel() |
close, close, connect, createExecutor, disconnect, getAttribute, getConnectAddress, getLocalAddress, getRemoteAddress, hasAttribute, isConnected, reconnect, removeAttribute, send, setAttribute, toString, wrapChannelHandlergetChannelCodec, getCodec, getConnectTimeout, getTimeout, reset, resetcaught, connected, disconnected, getChannelHandler, getDelegateHandler, getHandler, getUrl, isClosed, received, send, sent, setUrlpublic Netty4Client(com.alibaba.dubbo.common.URL url,
com.alibaba.dubbo.remoting.ChannelHandler handler)
throws com.alibaba.dubbo.remoting.RemotingException
com.alibaba.dubbo.remoting.RemotingExceptionprotected void doOpen()
throws Throwable
doOpen 在类中 com.alibaba.dubbo.remoting.transport.AbstractClientThrowableprotected void doClose()
throws Throwable
doClose 在类中 com.alibaba.dubbo.remoting.transport.AbstractClientThrowableprotected void doConnect()
throws Throwable
doConnect 在类中 com.alibaba.dubbo.remoting.transport.AbstractClientThrowableprotected void doDisConnect()
throws Throwable
doDisConnect 在类中 com.alibaba.dubbo.remoting.transport.AbstractClientThrowableprotected com.alibaba.dubbo.remoting.Channel getChannel()
getChannel 在类中 com.alibaba.dubbo.remoting.transport.AbstractClientCopyright © 2015. All rights reserved.