JXTA

Package net.jxta.impl.content.srdisocket

Implementation of the ContentProviderSPI which uses the JxtaSocket API to provide Content transfer capabilities.

See:
          Description

Class Summary
ContentRequest Implements a Content Request Message according to the schema:

<xs:element name="ContentRequest" type="ContentRequestType"/> <xs:complexType name="ContentRequestType"> <xs:sequence> <xs:element name="ContentID" type="xs:string" minOccurs="1" maxOccurs="1" /> </xs:sequence> </xs:complexType>

ContentResponse Implements a Content Response Message according to the schema:

<xs:element name="ContentResponse" type="ContentResponseType"/> <xs:complexType name="ContentResponseType"> <xs:sequence> <xs:element name="ContentID" type="xs:string" minOccurs="1" maxoccurs="1" /> <xs:element name="Success" type="xs:boolean" minOccurs="1" maxoccurs="1" /> </xs:sequence> </xs:complexType>

SRDIContentShare Implementation of the ContentShare interface for use in the SRDI-socket implementation.
SRDISocketContentProvider Reference implementation of the ContentProvider interface.
SRDISocketContentShareAdvertisementImpl This class is a simple re-badging of the more generic abstract version, AbstractPipeContentAdvertisement.
SRDISocketContentShareAdvertisementImpl.Instantiator Instantiator for this Advertisement type.
SRDISocketContentTransfer Default implementation of a Content transfer mechanism, utilizing SRDI advertisements and JxtaSocket-based communications.
 

Package net.jxta.impl.content.srdisocket Description

Implementation of the ContentProviderSPI which uses the JxtaSocket API to provide Content transfer capabilities.


JXSE