JXTA

Uses of Package
net.jxta.protocol

Packages that use net.jxta.protocol
net.jxta.discovery The JXTA Discovery Service provides an asynchronous mechanism for discovering Peer Advertisements, Group Advertisements, and other general JXTA Advertisements (pipes, services, etc.). 
net.jxta.meter Provides logging and monitoring facilities for debugging and auditing of messaging and service invocation within JXTA. 
net.jxta.peer Provides definition for the standard JXTA Peer Info Service. 
net.jxta.peergroup Peer groups are formed as a collection of peers that have agreed upon a common set of services. 
net.jxta.pipe Pipes are the core mechanism for exchanging messages between JXTA applications or services. 
net.jxta.platform Classes for defining code modules within JXTA. 
net.jxta.protocol Provides inteface objects for Advertisments and protocol messages for the JXTA Core and Standard Protocols. 
net.jxta.rendezvous The RendezVous Service is responsible for propagating messages within a JXTA PeerGroup. 
net.jxta.resolver The JXTA Resolver Services provides a generic mechanism for JXTA Services to send "Queries", and receive "Responses". 
net.jxta.socket The socket package provides interface ala Socket over JXTA pipes. 
net.jxta.util A collection of utility classes used by the JXTA implementation and/or useful to users of the JXTA API. 
 

Classes in net.jxta.protocol used by net.jxta.discovery
DiscoveryResponseMsg
          This class defines the DiscoveryService message "Response".
 

Classes in net.jxta.protocol used by net.jxta.meter
ModuleImplAdvertisement
          A ModuleImplAdvertisement describes one of any number of published implementations for a given specification.
 

Classes in net.jxta.protocol used by net.jxta.peer
PeerInfoResponseMessage
          This abstract class define the PeerInfoService advertisement.
 

Classes in net.jxta.protocol used by net.jxta.peergroup
ConfigParams
          A container for collections of configuration parameters.
ModuleImplAdvertisement
          A ModuleImplAdvertisement describes one of any number of published implementations for a given specification.
PeerAdvertisement
          Generated when instantiating a group on a peer and contains all the parameters that services need to publish.
PeerGroupAdvertisement
          Describes a peer group and references additional information required for instantiating it.
 

Classes in net.jxta.protocol used by net.jxta.pipe
PipeAdvertisement
          Describes a JXTA Pipe.
 

Classes in net.jxta.protocol used by net.jxta.platform
ConfigParams
          A container for collections of configuration parameters.
ModuleImplAdvertisement
          A ModuleImplAdvertisement describes one of any number of published implementations for a given specification.
 

Classes in net.jxta.protocol used by net.jxta.protocol
AccessPointAdvertisement
          Provides a simple association of a PeerID to an ordered list of EndpointAddress entries.
ConfigParams
          A container for collections of configuration parameters.
ModuleClassAdvertisement
          Formally documents the existence of a module class (identified by the ModuleClassID and may provide additional descriptive metadata about the Module Class.
ModuleImplAdvertisement
          A ModuleImplAdvertisement describes one of any number of published implementations for a given specification.
ModuleSpecAdvertisement
          Provides the references that describe a module specification.
PeerAdvertisement
          Generated when instantiating a group on a peer and contains all the parameters that services need to publish.
PeerGroupAdvertisement
          Describes a peer group and references additional information required for instantiating it.
PipeAdvertisement
          Describes a JXTA Pipe.
PipeResolverMessage.MessageType
          An enumeration class for message types.
ResolverResponseMsg
          Generic Resolver Service message "Response".
RouteAdvertisement
          Advertisement used to represent a route to a peer.
SrdiMessage.Entry
          Entries object, which describes each entry described by this message
 

Classes in net.jxta.protocol used by net.jxta.rendezvous
PeerAdvertisement
          Generated when instantiating a group on a peer and contains all the parameters that services need to publish.
RdvAdvertisement
          This class defines a Rendezvous Advertisement.
 

Classes in net.jxta.protocol used by net.jxta.resolver
ResolverQueryMsg
          Generic Resolver Service message "Query".
ResolverResponseMsg
          Generic Resolver Service message "Response".
ResolverSrdiMsg
          ResolverSrdiMsg is generic resolver wrapper for Services that wish to implement their own distribution of indices. this message provides the scoping within the group, and service.
 

Classes in net.jxta.protocol used by net.jxta.socket
PeerAdvertisement
          Generated when instantiating a group on a peer and contains all the parameters that services need to publish.
PipeAdvertisement
          Describes a JXTA Pipe.
 

Classes in net.jxta.protocol used by net.jxta.util
ModuleClassAdvertisement
          Formally documents the existence of a module class (identified by the ModuleClassID and may provide additional descriptive metadata about the Module Class.
ModuleImplAdvertisement
          A ModuleImplAdvertisement describes one of any number of published implementations for a given specification.
ModuleSpecAdvertisement
          Provides the references that describe a module specification.
PeerAdvertisement
          Generated when instantiating a group on a peer and contains all the parameters that services need to publish.
PipeAdvertisement
          Describes a JXTA Pipe.
 


JXSE