JXTA

Uses of Class
net.jxta.impl.proxy.Requestor

Packages that use Requestor
net.jxta.impl.proxy   
 

Uses of Requestor in net.jxta.impl.proxy
 

Fields in net.jxta.impl.proxy with type parameters of type Requestor
(package private)  LinkedList<Requestor> ProxyService.PipeListenerList.list
           
 

Methods in net.jxta.impl.proxy that return Requestor
static Requestor Requestor.createRequestor(PeerGroup group, Message message, EndpointAddress address, int threshold)
           
 

Methods in net.jxta.impl.proxy with parameters of type Requestor
(package private)  void ProxyService.PipeListenerList.add(Requestor requestor)
           
 void ProxyService.PendingPipe.enqueue(Requestor req, Message mess)
           
(package private)  void ProxyService.PipeListenerList.remove(Requestor requestor)
           
 

Constructors in net.jxta.impl.proxy with parameters of type Requestor
ProxyService.ClientMessage(Requestor req, Message mess)
           
 


JXSE