JXTA

Uses of Class
net.jxta.impl.endpoint.router.BadRoute

Packages that use BadRoute
net.jxta.impl.endpoint.router A JXTA MessageTransport implementation which simply translates addresses in messages from peer ids to physical Endpoint Addresses. 
 

Uses of BadRoute in net.jxta.impl.endpoint.router
 

Methods in net.jxta.impl.endpoint.router that return BadRoute
(package private)  BadRoute EndpointRouter.getBadRoute(EndpointAddress addr)
          get bad route entry
 

Methods in net.jxta.impl.endpoint.router with parameters of type BadRoute
(package private)  void EndpointRouter.setBadRoute(EndpointAddress addr, BadRoute badRoute)
          set bad route entry
 


JXSE