| java.lang.Object seda.sandStorm.lib.Gnutella.GnutellaCatcher
Constructor Summary | |
public | GnutellaCatcher(ManagerIF mgr, GnutellaServer gs) Create a GnutellaCatcher in the context of the given vSpace clone,
using the given GnutellaServer to establish new outgoing
connections. |
Method Summary | |
public void | destroy() | public void | doCatch(int numconns, String hostname, int port) Create 'numconns' new connections to the Gnutella network, using the
given hostname:port as the bootstrapping host. | public void | doCatch(int numconns) Create 'numconns' new connections to the Gnutella network, using
"gnutellahosts.com:6346" as the bootstrapping host. | public void | handleEvent(QueueElementIF item) | public void | handleEvents(QueueElementIF qelarr) | public void | init(ConfigDataIF config) |
GnutellaCatcher | public GnutellaCatcher(ManagerIF mgr, GnutellaServer gs) throws Exception(Code) | | Create a GnutellaCatcher in the context of the given vSpace clone,
using the given GnutellaServer to establish new outgoing
connections.
|
destroy | public void destroy()(Code) | | |
doCatch | public void doCatch(int numconns, String hostname, int port) throws UnknownHostException(Code) | | Create 'numconns' new connections to the Gnutella network, using the
given hostname:port as the bootstrapping host.
|
doCatch | public void doCatch(int numconns) throws UnknownHostException(Code) | | Create 'numconns' new connections to the Gnutella network, using
"gnutellahosts.com:6346" as the bootstrapping host.
|
|
|