JXTA

Uses of Class
net.jxta.impl.protocol.LimitedRangeRdvMsg

Packages that use LimitedRangeRdvMsg
net.jxta.impl.protocol Provides implementation objects for Advertisments and protocol messages for the JXTA Core and Standard Protocols. 
net.jxta.impl.rendezvous.limited   
 

Uses of LimitedRangeRdvMsg in net.jxta.impl.protocol
 

Methods in net.jxta.impl.protocol that return LimitedRangeRdvMsg
 LimitedRangeRdvMsg LimitedRangeRdvMsg.clone()
          
 

Uses of LimitedRangeRdvMsg in net.jxta.impl.rendezvous.limited
 

Methods in net.jxta.impl.rendezvous.limited that return LimitedRangeRdvMsg
(package private) static LimitedRangeRdvMsg LimitedRangeWalk.getRdvMessage(Message msg)
          Returns the parsed LimitedRangeRdvMsg from the provided message or null if the message did not contain an appropriate element or the element couldn't be parsed.
 


JXSE