JXTA

Uses of Interface
net.jxta.impl.cm.Srdi.SrdiInterface

Packages that use Srdi.SrdiInterface
net.jxta.impl.cm   
net.jxta.impl.discovery A JXTA DiscoveryService implementation which implements the standard JXTA Peer Discovery Protocol (PDP). 
net.jxta.impl.endpoint.router A JXTA MessageTransport implementation which simply translates addresses in messages from peer ids to physical Endpoint Addresses. 
net.jxta.impl.pipe A JXTA PipeService implementation which implements the standard JXTA Pipe Resolver Protocol (PRP). 
 

Uses of Srdi.SrdiInterface in net.jxta.impl.cm
 

Constructors in net.jxta.impl.cm with parameters of type Srdi.SrdiInterface
Srdi(PeerGroup group, String handlername, Srdi.SrdiInterface srdiService, SrdiIndex srdiIndex, long connectPollInterval, long pushInterval)
          Starts the Srdi Service. wait for connectPollInterval prior to pushing the index if connected to a rdv, otherwise index is as soon as the Rendezvous connect occurs
 

Uses of Srdi.SrdiInterface in net.jxta.impl.discovery
 

Classes in net.jxta.impl.discovery that implement Srdi.SrdiInterface
 class DiscoveryServiceImpl
          This Discovery Service implementation provides a mechanism to discover Advertisements using the Resolver service and SRDI.
 

Uses of Srdi.SrdiInterface in net.jxta.impl.endpoint.router
 

Classes in net.jxta.impl.endpoint.router that implement Srdi.SrdiInterface
(package private)  class RouteResolver
          Handles dynamic route resolution.
 

Uses of Srdi.SrdiInterface in net.jxta.impl.pipe
 

Classes in net.jxta.impl.pipe that implement Srdi.SrdiInterface
(package private)  class PipeResolver
          This class implements the Resolver interfaces for a PipeServiceImpl.
 


JXSE