public class MinaServer
extends com.alibaba.dubbo.remoting.transport.AbstractServer
| 构造器和说明 |
|---|
MinaServer(com.alibaba.dubbo.common.URL url,
ChannelHandler handler) |
| 限定符和类型 | 方法和说明 |
|---|---|
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, sendpublic MinaServer(com.alibaba.dubbo.common.URL url,
ChannelHandler handler)
throws com.alibaba.dubbo.remoting.RemotingException
com.alibaba.dubbo.remoting.RemotingExceptionpublic Collection<com.alibaba.dubbo.remoting.Channel> getChannels()
public com.alibaba.dubbo.remoting.Channel getChannel(InetSocketAddress remoteAddress)
public boolean isBound()
Copyright © 2018. All rights reserved.