public class Networkers extends Object
| Constructor and Description |
|---|
Networkers() |
| Modifier and Type | Method and Description |
|---|---|
static Peer |
join(String group,
String peer,
ChannelHandler handler) |
static Peer |
join(org.apache.dubbo.common.URL group,
org.apache.dubbo.common.URL peer,
ChannelHandler handler) |
static Group |
lookup(String group) |
static Group |
lookup(org.apache.dubbo.common.URL group) |
public static Peer join(String group, String peer, ChannelHandler handler) throws RemotingException
RemotingExceptionpublic static Peer join(org.apache.dubbo.common.URL group, org.apache.dubbo.common.URL peer, ChannelHandler handler) throws RemotingException
RemotingExceptionpublic static Group lookup(String group) throws RemotingException
RemotingExceptionpublic static Group lookup(org.apache.dubbo.common.URL group) throws RemotingException
RemotingExceptionCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.