public class NettyServer extends AbstractServer implements RemotingServer
| 构造器和说明 |
|---|
NettyServer(org.apache.dubbo.common.URL url,
ChannelHandler handler) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
canHandleIdle() |
Channel |
getChannel(InetSocketAddress remoteAddress) |
Collection<Channel> |
getChannels() |
boolean |
isBound() |
close, close, connected, disconnected, getAccepts, getBindAddress, getLocalAddress, reset, sendresetcaught, getChannelHandler, getDelegateHandler, getHandler, getUrl, isClosed, isClosing, received, send, sent, startCloseresetclose, close, getChannelHandler, getLocalAddress, getUrl, isClosed, send, send, startClosepublic NettyServer(org.apache.dubbo.common.URL url,
ChannelHandler handler)
throws RemotingException
public Collection<Channel> getChannels()
getChannels 在接口中 RemotingServerpublic Channel getChannel(InetSocketAddress remoteAddress)
getChannel 在接口中 RemotingServerpublic boolean canHandleIdle()
canHandleIdle 在接口中 IdleSensiblepublic boolean isBound()
isBound 在接口中 RemotingServerCopyright © 2011–2023 The Apache Software Foundation. All rights reserved.