Project 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 Peer ID 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 represents one of any number of published implementations of 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 configuration parameters.
ModuleImplAdvertisement
          A ModuleImplAdvertisement represents one of any number of published implementations of a given specification.
PeerAdvertisement
          This type of advertisement is 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
          This class defines the PipeServiceImpl Advertisement.
 

Classes in net.jxta.protocol used by net.jxta.platform
ModuleImplAdvertisement
          A ModuleImplAdvertisement represents one of any number of published implementations of a given specification.
 

Classes in net.jxta.protocol used by net.jxta.protocol
AccessPointAdvertisement
          A short representation of the physical endpoint addresses available for a specific peer.
PeerAdvertisement
          This type of advertisement is generated when instantiating a group on a peer and contains all the parameters that services need to publish.
PipeAdvertisement
          This class defines the PipeServiceImpl Advertisement.
PipeResolverMessage.MessageType
          An enumeration class for message types.
ResolverResponseMsg
          Generic Resolver Service message "Response".
RouteAdvertisement
          This type of advertisement is used to represent a route to a destination peer in the JXTA virtual network.
SrdiMessage.Entry
          Entries object, which describes each entry described by this message
 

Classes in net.jxta.protocol used by net.jxta.rendezvous
PeerAdvertisement
          This type of advertisement is generated when instantiating a group on a peer and contains all the parameters that services need to publish.
 

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
          This type of advertisement is generated when instantiating a group on a peer and contains all the parameters that services need to publish.
PipeAdvertisement
          This class defines the PipeServiceImpl Advertisement.
 

Classes in net.jxta.protocol used by net.jxta.util
ModuleClassAdvertisement
          A ModuleClassAdvertisement describes a module class.
ModuleImplAdvertisement
          A ModuleImplAdvertisement represents one of any number of published implementations of a given specification.
ModuleSpecAdvertisement
          A ModuleSpecAdvertisement describes a module specification.
PeerAdvertisement
          This type of advertisement is generated when instantiating a group on a peer and contains all the parameters that services need to publish.
PipeAdvertisement
          This class defines the PipeServiceImpl Advertisement.
 


JXTA J2SE