JXTA

Package net.jxta.impl.protocol

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

See:
          Description

Class Summary
AccessPointAdv Associates a set of EndpointAddresses with a PeerID.
AccessPointAdv.Instantiator Instantiator for AdvertisementFactory
Certificate A lightweight container for X.509 Certificates
CertificateSigningRequest Deprecated. The types exported from this implementation are subject to change.
DiscoveryConfigAdv Contains parameters for configuration of the Reference Implemenation Rendezvous Service.
DiscoveryConfigAdv.Instantiator Instantiator for DiscoveryConfigAdv
DiscoveryQuery Implements the Discovery Query Message according to the schema defined by the standard JXTA Peer Discovery Protocol (PDP).
DiscoveryResponse DiscoveryResponse.
GroupConfig Configuration container for any Peer Group.
GroupConfig.Instantiator Instantiator for GroupConfig
HTTPAdv Configuration parameters for HttpServelet Message Transport.
HTTPAdv.Instantiator Our instantiator.
LeaseRequestMsg A Leasing Protocol Request Message.
LeaseResponseMsg A Leasing Protocol Response Message.
LimitedRangeRdvMsg The LimitedRangeRdv walk header message.
ModuleClassAdv Provides XML serialization support for ModuleClassAdvertisement matching the schema defined by the JXTA Core Specification.
ModuleClassAdv.Instantiator  
ModuleImplAdv Provides XML serialization support for ModuleImplAdvertisement matching the schema defined by the JXTA Core Specification.
ModuleImplAdv.Instantiator Create new instances of ModuleImplAdv
ModuleSpecAdv Provides XML serialization support for ModuleSpecAdvertisement matching the schema defined by the JXTA Core Specification.
ModuleSpecAdv.Instantiator  
PeerAdv Implementation of PeerAdvertisement matching the standard JXTA Protocol Specification.
PeerAdv.Instantiator Creates instances of PeerAdvertisement.
PeerGroupAdv  
PeerGroupAdv.Instantiator  
PeerGroupConfigAdv Defines Peer Group Runtime Configuration parameters.
PeerGroupConfigAdv.Instantiator Instantiator for PeerGroupConfigAdv
PeerInfoQueryMsg This class implements PeerInfoQueryMessage.
PeerInfoResponseMsg This class implements PeerInfoResponseMessage.
PipeAdv This class implements the Pipe Advertisement according to the schema used by the standard Pipe Binding Protocol.
PipeAdv.Instantiator AvertisementFactory instantiator for our type.
PipeResolverMsg This class implements PipeResolverMessage by providing PipeResolverMsg.initialize(Element) and PipeResolverMsg.getDocument(MimeMediaType) implementations.
PlatformConfig Configuration container for the World Peer Group.
PlatformConfig.Instantiator Instantiator for PlatformConfig
PSEConfigAdv Contains parameters for configuration of the PSE Membership Service.
PSEConfigAdv.Instantiator Instantiator for PSEConfigAdv
RdvAdv This class implements the RdvAdvertisement.
RdvAdv.Instantiator Instantiator for our advertisement
RdvConfigAdv Contains parameters for configuration of the Reference Implementation Rendezvous Service.
RdvConfigAdv.Instantiator Instantiator for RdvConfigAdv
RelayConfigAdv Contains parameters for configuration of the Reference Implemenation Relay Service.
RelayConfigAdv.Instantiator Instantiator for RelayConfigAdv
ResolverQuery Implements the Resolver Query Message according to the schema defined by the core JXTA Peer Resolver Protocol (PRP).
ResolverResponse ResolverResponse provides an implementation for ResolverResponseMsg using the standard JXTA Peer Resolver Protocol.
ResolverSrdiMsgImpl ResolverQuery provides the binding for the message to query other nodes
RouteAdv This class implements the basic Route advertisement.
RouteAdv.Instantiator Instantiator for our advertisement
RouteQuery RouteQuery message used by the Endpoint Routing protocol to query for route
RouteResponse Used by the Endpoint Routing protocol in response to Route Query Messages.
SignedAdv A container for signed Advertisements
SignedAdv.Instantiator Instantiator for SignedAdv
SrdiMessageImpl SrdiMessageImpl provides the SRDI message binding
TCPAdv Provides configuration parameters for the JXTA TCP Message Transport.
TCPAdv.Instantiator Our instantiator
 

Enum Summary
LimitedRangeRdvMsg.WalkDirection Enumeration of possible walk directions.
RdvConfigAdv.RendezVousConfiguration Possible Rendezvous configurations.
 

Package net.jxta.impl.protocol Description

Provides implementation objects for Advertisments and protocol messages for the JXTA Core and Standard Protocols. These classes are responsible for serializing and deserializing messages and advertisements.

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

JXSE