com.alibaba.dubbo.remoting.p2p.support
Class FileNetworker

java.lang.Object
  extended by com.alibaba.dubbo.remoting.p2p.support.FileNetworker
All Implemented Interfaces:
Networker

public class FileNetworker
extends Object
implements Networker

FileNetworker

Author:
william.liangf

Constructor Summary
FileNetworker()
           
 
Method Summary
 Group lookup(URL url)
          lookup group.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileNetworker

public FileNetworker()
Method Detail

lookup

public Group lookup(URL url)
             throws RemotingException
Description copied from interface: Networker
lookup group.

Specified by:
lookup in interface Networker
Parameters:
url - group url
Returns:
group.
Throws:
RemotingException


Copyright © 2012–2017 Alibaba. All rights reserved.