| JDK version: | 1.5 |
| Web site: | http://www.jxta.org/ [License] |
| Books: | Click here to see recommendations |
| Name | Description |
|---|---|
| net.jxta.access | The Access Service provides a framework for using the identities created with the Membership Service to control whether specific operations are permitted. |
| net.jxta.codat | Codats are container objects that can hold both data or code and are associated with a JXTA ID. |
| net.jxta.credential | Credentials provide the basic mechanisms for securly establishing and communicating identity within JXTA. |
| net.jxta.discovery | The JXTA Discovery Service provides an asynchronous mechanism for discovering Peer Advertisements, Group Advertisements, and other general JXTA Advertisements (pipes, services, etc.). |
| net.jxta.document | JXTA Documents are containers for both structured and unstructured data. |
| net.jxta.endpoint | Provides interfaces and classes used for the addressing, filtering, sending, and receiving of messages within JXTA. |
| net.jxta.exception | Exception classes commonly used by JXTA Components. |
| net.jxta.ext.config | The JXTA Extension Configuration package provides a number of ready to use, extend and encapsulate configuration utilities. |
| net.jxta.ext.config.optimizers | A collection of Optimizer implementations. |
| net.jxta.ext.config.probes | A collection of systems tests. |
| net.jxta.ext.config.ui | No description provided. |
| net.jxta.ext.config.validators | No description provided. |
| net.jxta.ext.http | A collection of HTTP utilities. |
| net.jxta.ext.monitor | No description provided. |
| net.jxta.ext.rdvpeergroup | No description provided. |
| net.jxta.ext.service.reflection | A collection of reflection service systems tests. |
| net.jxta.id | IDs are used within JXTA to refer to peers, peer groups, pipes and other types of resources. |
| net.jxta.id.jxta | The 'jxta' ID Format is used for the presentation of a limited number of well-known ids. |
| net.jxta.impl.access | No description provided. |
| net.jxta.impl.access.always | A JXTA AccessService implementation which provides minimal Access Service functionality. |
| net.jxta.impl.access.simpleACL | A JXTA AccessService implementation which provides basic Access Control List (ACL) functionality. |
| net.jxta.impl.cm | No description provided. |
| net.jxta.impl.discovery | A JXTA DiscoveryService implementation which implements the standard JXTA Peer Discovery Protocol (PDP). |
| net.jxta.impl.document | No description provided. |
| net.jxta.impl.endpoint | No description provided. |
| net.jxta.impl.endpoint.cbjx | A JXTA MessageTransport implementation which which provides message verification by examining message signatures. |
| net.jxta.impl.endpoint.endpointMeter | No description provided. |
| net.jxta.impl.endpoint.msgframing | No description provided. |
| net.jxta.impl.endpoint.relay | A JXTA MessageTransport implementation which which provides client polling and server store-and forward functionality for peers incapable of receiving incoming connections. |
| net.jxta.impl.endpoint.router | A JXTA MessageTransport implementation which simply translates addresses in messages from peer ids to physical Endpoint Addresses. |
| net.jxta.impl.endpoint.servlethttp | A JXTA MessageTransport implementation which uses the HTTP protocol. |
| net.jxta.impl.endpoint.tcp | A JXTA MessageTransport implementation which uses raw TCP/IP sockets. |
| net.jxta.impl.endpoint.tls | A JXTA MessageTransport implementation which which provides secure, private message transmission using TLS sockets. |
| net.jxta.impl.endpoint.transportMeter | No description provided. |
| net.jxta.impl.id.binaryID | The 'binary' format is a general purpose JXTA ID Format. |
| net.jxta.impl.id.CBID | The 'cbid' format is a general purpose JXTA ID Format. |
| net.jxta.impl.id.unknown | The 'unknown' format is a special JXTA ID format used by the J2SE implementation to manage ids of formats which are not recognized. |
| net.jxta.impl.id.UUID | The 'uuid' format is a general purpose JXTA ID Format. |
| net.jxta.impl.loader | No description provided. |
| net.jxta.impl.membership | The membership service allows a peer to establish an identity within a peer group. |
| net.jxta.impl.membership.none | A Membership Service implementation which is intended to be used with peer groups which require no real authentication. |
| net.jxta.impl.membership.passwd | The passwd membership service provides a Membership Service implementation
which is based on a password scheme similar to the POSIX
/etc/passwd system.
This implementation is intended as an example of a
simple Membership Service and NOT as a practical secure
Membership Service. |
| net.jxta.impl.membership.pse | A JXTA Membership Service utilizing PKI to provide secure identities. |
| net.jxta.impl.meter | No description provided. |
| net.jxta.impl.peer | No description provided. |
| net.jxta.impl.peergroup | No description provided. |
| net.jxta.impl.pipe | A JXTA PipeService implementation which implements the standard JXTA Pipe Resolver Protocol (PRP). |
| net.jxta.impl.protocol | Provides implementation objects for Advertisments and protocol messages for the JXTA Core and Standard Protocols. |
| net.jxta.impl.proxy | No description provided. |
| net.jxta.impl.rendezvous | A JXTA RendezVousService implementation which implements the standard JXTA Rendezvous Protocol (RVP). |
| net.jxta.impl.rendezvous.adhoc | No description provided. |
| net.jxta.impl.rendezvous.edge | No description provided. |
| net.jxta.impl.rendezvous.limited | No description provided. |
| net.jxta.impl.rendezvous.rdv | No description provided. |
| net.jxta.impl.rendezvous.rendezvousMeter | No description provided. |
| net.jxta.impl.rendezvous.rpv | No description provided. |
| net.jxta.impl.resolver | A JXTA ResolverService implementation which implements the standard JXTA Endpoint Resolver Protocol (ERP). |
| net.jxta.impl.resolver.resolverMeter | No description provided. |
| net.jxta.impl.util | A collection of utility classes used by the JXTA implementation. |
| net.jxta.impl.util.cm | No description provided. |
| net.jxta.impl.util.pipe.reliable | No description provided. |
| net.jxta.impl.xindice | No description provided. |
| net.jxta.impl.xindice.core | No description provided. |
| net.jxta.impl.xindice.core.data | No description provided. |
| net.jxta.impl.xindice.core.filer | No description provided. |
| net.jxta.impl.xindice.core.indexer | No description provided. |
| net.jxta.impl.xindice.util | No description provided. |
| net.jxta.logging | No description provided. |
| net.jxta.membership | The Membership Service allows a peer to establish an identity within a peer group. |
| net.jxta.meter | Provides logging and monitoring facilities for debugging and auditing of messaging and service invocation within JXTA. |
| net.jxta.peer | Provides definition for the Peer ID standard JXTA Peer Info Service. |
| net.jxta.peergroup | Peer groups are formed as a collection of peers that have agreed upon a common set of services. |
| net.jxta.pipe | Pipes are the core mechanism for exchanging messages between JXTA applications or services. |
| net.jxta.platform | Classes for defining code modules within JXTA. |
| net.jxta.protocol | Provides inteface objects for Advertisments and protocol messages for the JXTA Core and Standard Protocols. |
| net.jxta.rendezvous | The RendezVous Service is responsible for propagating messages within a JXTA PeerGroup. |
| net.jxta.resolver | The JXTA Resolver Services provides a generic mechanism for JXTA Services to send "Queries", and receive "Responses". |
| net.jxta.service | Every service is defined by a ModuleImplAdvertisement . |
| net.jxta.socket | The socket package provides interface ala Socket over JXTA pipes. |
| net.jxta.util | A collection of utility classes used by the JXTA implementation and/or useful to users of the JXTA API. |
| net.jxta.util.documentSerializable | No description provided. |
| sun.net.www.protocol.urn | No description provided. |
| Search |




