JXTA

Uses of Class
net.jxta.protocol.PeerInfoResponseMessage

Packages that use PeerInfoResponseMessage
net.jxta.peer Provides definition for the standard JXTA Peer Info Service. 
 

Uses of PeerInfoResponseMessage in net.jxta.peer
 

Methods in net.jxta.peer that return PeerInfoResponseMessage
 PeerInfoResponseMessage PeerInfoEvent.getPeerInfoResponseMessage()
          Returns the response associated with the event
 

Constructors in net.jxta.peer with parameters of type PeerInfoResponseMessage
PeerInfoEvent(Object source, PeerInfoResponseMessage piResp, int queryid)
          Creates a new event
 


JXSE