Constructors in p2pMapReduce.impl.networkModule.jxta with parameters of type EventNotifier |
JxtaBidiPipeConnection_old(net.jxta.util.JxtaBiDiPipe bipipe,
net.jxta.peergroup.PeerGroup peerGroup,
NodeInfo local,
JxtaNetworkModule netModule,
EventNotifier eventNotifier)
Used when a remote connection is received |
JxtaBidiPipeConnection_old(net.jxta.peergroup.PeerGroup peerGroup,
NodeInfo local,
NodeInfo remote,
net.jxta.protocol.PipeAdvertisement pipeADV,
JxtaNetworkModule netModule,
EventNotifier eventNotifier)
Use to open a new connection towards the specified pipe adv |
JxtaBidiPipeConnection(net.jxta.util.JxtaBiDiPipe bipipe,
net.jxta.peergroup.PeerGroup peerGroup,
NodeInfo local,
JxtaNetworkModule netModule,
EventNotifier eventNotifier)
Used when a remote connection is received |
JxtaBidiPipeConnection(net.jxta.peergroup.PeerGroup peerGroup,
NodeInfo local,
NodeInfo remote,
net.jxta.protocol.PipeAdvertisement pipeADV,
JxtaNetworkModule netModule,
EventNotifier eventNotifier)
Use to open a new connection towards the specified pipe adv |
JxtaBidiPipeServerThread(JxtaNetworkModule netMod,
EventNotifier eventNotifier,
net.jxta.peergroup.PeerGroup peerGroup,
net.jxta.protocol.PipeAdvertisement pipeADV)
|