JXTA

Uses of Package
net.jxta.impl.util

Packages that use net.jxta.impl.util
net.jxta.impl.endpoint.relay A JXTA MessageTransport implementation which which provides client polling and server store-and forward functionality for peers incapable of receiving incoming connections. 
net.jxta.impl.pipe A JXTA PipeService implementation which implements the standard JXTA Pipe Resolver Protocol (PRP). 
net.jxta.impl.proxy   
net.jxta.impl.rendezvous.rpv   
net.jxta.impl.util A collection of utility classes used by the JXTA implementation. 
 

Classes in net.jxta.impl.util used by net.jxta.impl.endpoint.relay
ACLSeedingManager
          Provides support for the optional access control list which determines which peers may be used.
RdvAdvSeedingManager
          Adds the ability to discover RdvAdvs via Discovery.
SeedingManager
          Manages the location of seed peers.
URISeedingManager
          A seeding manager that supports both explicit seed peers and loading of seeds from seeding resources.
 

Classes in net.jxta.impl.util used by net.jxta.impl.pipe
UnbiasedQueue
          Deprecated. Please convert all code to use the java.util.concurrent BlockingQueue instead.
 

Classes in net.jxta.impl.util used by net.jxta.impl.proxy
CacheEntry
          Part of a pre jdk1.4 replacement for LinkedHashMap which is basically a cache.
CacheEntryListener
          Part of a pre jdk1.4 replacement for LinkedHashMap which is basically a cache.
 

Classes in net.jxta.impl.util used by net.jxta.impl.rendezvous.rpv
ACLSeedingManager
          Provides support for the optional access control list which determines which peers may be used.
SeedingManager
          Manages the location of seed peers.
 

Classes in net.jxta.impl.util used by net.jxta.impl.util
ACLSeedingManager
          Provides support for the optional access control list which determines which peers may be used.
CacheEntry
          Part of a pre jdk1.4 replacement for LinkedHashMap which is basically a cache.
CacheEntryListener
          Part of a pre jdk1.4 replacement for LinkedHashMap which is basically a cache.
Dlink
          A dlinkable base class.
LRUCache.CacheNode
          cache node object wrapper
ModuleManager
          Module Manager.
ModuleManager.ModuleManagerLoader
          ModuleManagerLoader interface.
RdvAdvSeedingManager
          Adds the ability to discover RdvAdvs via Discovery.
ResourceAccount
          A descriptor for a resource consumser.
SeedingManager
          Manages the location of seed peers.
UnbiasedQueue
          Deprecated. Please convert all code to use the java.util.concurrent BlockingQueue instead.
 


JXSE