Name

Package net.jxta.protocol

Synopsis

JXTA is fundamentally a protocol specification. The classes in this package represent the Java language bindings of the advertisements exchanged in those protocols. Each of these advertisements is created by the AdvertisementFactory class; when you create an advertisement, you are responsible for using the setter methods of the specific class to populate the fields in the advertisement. Conversely, when you read an advertisement from another source, you can use the getter methods of the specific class to find specific information within the advertisement. The class hierarchy for this package is shown in Figure 9-14.

The net.jxta.protocol package

Figure 9-14. The net.jxta.protocol package

Classes

public class BuildTag;
public abstract class DiscoveryQueryMsg;
public abstract class DiscoveryResponseMsg;
public abstract class EndpointAdvertisement extends net.jxta.document.Advertisement;
public abstract class ModuleClassAdvertisement extends net.jxta.document.Advertisement implements Cloneable;
public abstract class ModuleImplAdvertisement extends net.jxta.document.Advertisement implements Cloneable;
public abstract class ModuleSpecAdvertisement extends net.jxta.document.Advertisement implements Cloneable;
public abstract class PeerAdvertisement extends net.jxta.document.Advertisement implements Cloneable;
public abstract class PeerGroupAdvertisement extends net.jxta.document.Advertisement ...

Get JXTA in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.