JXTA

Package net.jxta.protocol

Provides inteface objects for Advertisments and protocol messages for the JXTA Core and Standard Protocols.

See:
          Description

Class Summary
AccessPointAdvertisement Provides a simple association of a PeerID to an ordered list of EndpointAddress entries.
ConfigParams A container for collections of configuration parameters.
DiscoveryQueryMsg This class defines the Discovery Service message "Query".
DiscoveryResponseMsg This class defines the DiscoveryService message "Response".
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.
PeerInfoQueryMessage This abstract class define the PeerInfoService Query message.
PeerInfoResponseMessage This abstract class define the PeerInfoService advertisement.
PipeAdvertisement Describes a JXTA Pipe.
PipeResolverMessage This abstract class defines the PipeResolver Message.
RdvAdvertisement This class defines a Rendezvous Advertisement.
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.
RouteAdvertisement Advertisement used to represent a route to a peer.
RouteQueryMsg Deprecated. This class will be removed from the public JXTA API.
RouteResponseMsg Deprecated. This message is private to the Endpoint Router implementation and not part of the JXTA public API.
SignedAdvertisement A container for signed Advertisements
SrdiMessage A generic message that can be used by services to push shared resources to other peers on the network.
SrdiMessage.Entry Entries object, which describes each entry described by this message
TransportAdvertisement This abstract class defines a Transport advertisement.
 

Enum Summary
PipeResolverMessage.MessageType An enumeration class for message types.
 

Package net.jxta.protocol Description

Provides inteface objects for Advertisments and protocol messages for the JXTA Core and Standard Protocols.

See Also:
Advertisement, JXTA Protocols Specification - Overview : Advertisements, JXTA Protocols Specification - Advertisements

JXSE