Project 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 This class implements the basic Route advertisement.
AccessPointAdv.Instantiator  
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.
HTTPAdv Configuration parameters for HttpServelet Message Transport.
HTTPAdv.Instantiator Our instantiator.
LimitedRangeRdvMsg This class implements the LimitedRangeRdvMessage abstract class <?
ModuleClassAdv  
ModuleClassAdv.Instantiator  
ModuleImplAdv This class implements the Module Implemenation Advertisement according to the schema defined by the JXTA Core Specification.
ModuleImplAdv.Instantiator Create new instances of ModuleImplAdv
ModuleSpecAdv  
ModuleSpecAdv.Instantiator  
PeerAdv Implementation of PeerAdvertisement matching the standard JXTA Protocol Specification.
PeerAdv.Instantiator Creates instances of PeerAdvertisement.
PeerGroupAdv  
PeerGroupAdv.Instantiator  
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  
PipeResolverMsg This class implements PipeResolverMessage by providing PipeResolverMsg.initialize(Element) and PipeResolverMsg.getDocument(MimeMediaType) implementations.
PlatformConfig This type of advertisement is generated by configuration and serves to pass to all services their optional user-driven configuration.
PlatformConfig.Instantiator Instantiator for PlatformConfig
PSEConfigAdv Contains parameters for configuration of the PSE Membership service.
PSEConfigAdv.Instantiator Instantiator for PlatformConfig
RdvAdv This class implements the RdvAdvertisement.
RdvAdv.Instantiator Instantiator for our advertisement
RdvConfigAdv Contains parameters for configuration of the Reference Implemenation Rendezvous Service.
RdvConfigAdv.Instantiator Instantiator for RdvConfigAdv
RdvConfigAdv.RendezVousConfiguration Enumeration of possible Rendezvous configurations.
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  
RouteQuery RouteQuery message used by the Endpoint Routing protocol to query for route
RouteResponse RouteResponse message used by the Endpoint Routing protocol to query for route
SignedAdv A container for signed Advertisements
SignedAdv.Instantiator Instantiator for PlatformConfig
SrdiMessageImpl SrdiMessageImpl provides the SRDI message binding
TCPAdv Provides configuration parameters for the JXTA TCP Message Transport.
TCPAdv.Instantiator Our instantiator
 

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

JXTA J2SE