public class Netty4Server
extends com.alibaba.dubbo.remoting.transport.AbstractServer
| 构造器和说明 |
|---|
Netty4Server(com.alibaba.dubbo.common.URL url,
com.alibaba.dubbo.remoting.ChannelHandler handler) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
doClose() |
protected void |
doOpen() |
com.alibaba.dubbo.remoting.Channel |
getChannel(InetSocketAddress remoteAddress) |
Collection<com.alibaba.dubbo.remoting.Channel> |
getChannels() |
boolean |
isBound() |
close, close, connected, disconnected, getAccepts, getBindAddress, getIdleTimeout, getLocalAddress, reset, sendgetChannelCodec, getCodec, getConnectTimeout, getTimeout, resetcaught, getChannelHandler, getDelegateHandler, getHandler, getUrl, isClosed, received, send, sent, setUrlpublic Netty4Server(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.AbstractServerThrowableprotected void doClose()
throws Throwable
doClose 在类中 com.alibaba.dubbo.remoting.transport.AbstractServerThrowablepublic boolean isBound()
public Collection<com.alibaba.dubbo.remoting.Channel> getChannels()
public com.alibaba.dubbo.remoting.Channel getChannel(InetSocketAddress remoteAddress)
Copyright © 2015. All rights reserved.