Project JXTA

Deprecated API

Deprecated Classes
net.jxta.impl.util.Base64
          Planned for removal. This implementation has been replaced by net.jxta.impl.util.Base64InputStream and net.jxta.impl.util.Base64OutputStream. 
net.jxta.impl.protocol.CertificateSigningRequest
          The types exported from this implementation are subject to change.

   <xs:element name="jxta:csr" type="CertificateSigningRequest"/>

   <xs:complexType name="csr">
     <xs:all>
     </xs:all>
   </xs:complexType>
 
 
net.jxta.impl.config.Config
          The specification of JXTA_HOME will eventually be moved to the PeerGroupFactory as a parameter to newPlatformPeerGroup(). ie. JXTA will have no built-in notion of it's home directory until it is instantiated by the application. This will give applications greater control. In the meantime applications should; maintain their own idea of where JXTA_HOME is located and use net.jxta.impl.config.Config.JXTA_HOME only through a private accessor method. 
net.jxta.ext.config.TrivialConfigurator
          in preference of AbstractConfigurator 
 

Deprecated Fields
net.jxta.ext.config.Profile.Key.REFLECTION
          moved to RelayOptimizer 
net.jxta.ext.config.Profile.Key.REFLECTION_BOOTSTRAP_ADDRESS
          move to RelayOptimizer 
net.jxta.ext.config.Default.REFLECTION_BOOTSTRAP_ADDRESS
            
 

Deprecated Methods
net.jxta.ext.config.AbstractConfigurator.addResource(String, String)
          resource management will be moved to instance members. 
net.jxta.ext.config.AbstractConfigurator.addResources(Map)
          resource management will be moved to instance members. 
net.jxta.ext.config.AbstractConfigurator.clearResources()
          resource management will be moved to instance members. 
net.jxta.impl.endpoint.transportMeter.TransportServiceMonitor.createTransportMeter(String, String)
            
net.jxta.impl.rendezvous.PeerConnection.getCachedMessenger()
          Prefered style is to pass the connection object around and use the sendMessage method rather than getting the messenger. 
net.jxta.impl.endpoint.EndpointServiceInterface.getMessenger(EndpointAddress)
          legacy support 
net.jxta.impl.endpoint.EndpointServiceImpl.getMessenger(EndpointAddress)
          legacy method. 
net.jxta.impl.endpoint.EndpointServiceInterface.getMessenger(MessengerEventListener, EndpointAddress, Object)
          legacy support 
net.jxta.impl.endpoint.EndpointServiceImpl.getMessenger(MessengerEventListener, EndpointAddress, Object)
          legacy method. 
net.jxta.impl.rendezvous.RendezVousServiceInterface.getPeerView()
          This is private for debugging and diagnostics only. 
net.jxta.impl.membership.pse.PSECredential.getPrivateKey()
          Use <@link #getSigner(String)> or <@link #getSignatureVerifier(String)> instead. 
net.jxta.ext.config.Configurator.getReflectionBootstrapAddress()
          moved to RelayOptimizer property 
net.jxta.impl.rendezvous.RendezVousServiceInterface.getRendezvousProvider()
          This is private for debugging and diagnostics only. 
net.jxta.impl.rendezvous.RendezVousServiceImpl.getRendezvousProvider()
          This is private for debugging and diagnostics only. 
net.jxta.ext.config.AbstractConfigurator.getResource(String)
          resource management will be moved to instance members. 
net.jxta.ext.config.AbstractConfigurator.getResourceKeys()
          resource management will be moved to instance members. 
net.jxta.impl.peergroup.PlatformConfigurator.load(File)
          Sub-classes should devise their own, more appropriate method. 
net.jxta.impl.endpoint.EndpointServiceImpl.ping(EndpointAddress)
          Try and get a messenger instead 
net.jxta.ext.config.AbstractConfigurator.removeResource(String)
          resource management will be moved to instance members. 
net.jxta.impl.peergroup.PlatformConfigurator.save(File)
          Sub-classes should devise their own, more appropriate method. 
net.jxta.ext.config.Configurator.setReflectionBootstrapAddress(URI)
          moved to RelayOptimizer property 
net.jxta.ext.config.Configurator.setRendezVousAutoStart(boolean)
          controlled via setting autostart interval. 
net.jxta.impl.protocol.DiscoveryQuery.toString()
          should not be used. use getDocument().toString() instead. 
 

Deprecated Constructors
net.jxta.ext.config.Configurator()
          It's recommended to use the four params constructor 
net.jxta.ext.config.Configurator(String, String, String)
          It's recommended to use the four param constructor 
net.jxta.impl.protocol.PeerInfoResponseMsg(PeerID, PeerID, long, long)
          Please use the Advertisement factory and accessors 
net.jxta.impl.protocol.PipeAdv()
          Do not call directly, use the AdvertisementFactory. 
net.jxta.impl.protocol.PipeAdv(Element)
          Do not call directly, use the AdvertisementFactory. 
net.jxta.impl.protocol.ResolverQuery(String, StructuredDocument, String, String, int)
          use the individual accessor methods instead. 
net.jxta.impl.protocol.ResolverResponse(String, StructuredDocument, int, String)
          use the individual accessor methods instead. 
net.jxta.impl.protocol.SrdiMessageImpl(InputStream)
          It's better to generate the document yourself. This method cannot deduce the mime type of the content. 
 


JXTA J2SE