JXTA

Uses of Class
net.jxta.impl.rendezvous.PeerConnection

Packages that use PeerConnection
net.jxta.impl.rendezvous A JXTA RendezVousService implementation which implements the standard JXTA Rendezvous Protocol (RVP). 
net.jxta.impl.rendezvous.edge   
net.jxta.impl.rendezvous.rdv   
 

Uses of PeerConnection in net.jxta.impl.rendezvous
 

Methods in net.jxta.impl.rendezvous that return PeerConnection
abstract  PeerConnection StdRendezVousService.getPeerConnection(ID id)
          Returns the peer connection or null if not present.
protected abstract  PeerConnection[] StdRendezVousService.getPeerConnections()
          Returns an array of the current peer connections.
 

Methods in net.jxta.impl.rendezvous with parameters of type PeerConnection
protected  void StdRendezVousService.sendDisconnect(PeerConnection pConn)
          Sends a disconnect message to the specified peer.
 

Uses of PeerConnection in net.jxta.impl.rendezvous.edge
 

Subclasses of PeerConnection in net.jxta.impl.rendezvous.edge
 class RdvConnection
          Manages a connection with a client or a rendezvous peer.
 

Methods in net.jxta.impl.rendezvous.edge that return PeerConnection
 PeerConnection EdgePeerRdvService.getPeerConnection(ID peer)
           
protected  PeerConnection[] EdgePeerRdvService.getPeerConnections()
           
 

Uses of PeerConnection in net.jxta.impl.rendezvous.rdv
 

Subclasses of PeerConnection in net.jxta.impl.rendezvous.rdv
 class ClientConnection
          Manages a connection with a client peer.
 

Methods in net.jxta.impl.rendezvous.rdv that return PeerConnection
 PeerConnection RdvPeerRdvService.getPeerConnection(ID peer)
           
protected  PeerConnection[] RdvPeerRdvService.getPeerConnections()
           
 


JXSE