public class JxtaNetworkManagerProxy extends Object
| Modifier and Type | Method and Description |
|---|---|
net.jxta.peergroup.PeerGroupID |
getInfraPeerGroupID()
Gets the infraPeerGroupID attribute of the NetworkManager class.
|
net.jxta.peer.PeerID |
getJxtaPeerID(String instanceName)
Gets the peerID attribute of the NetworkManager class.
|
net.jxta.peergroup.PeerGroup |
getNetPeerGroup()
Gets the netPeerGroup instance.
|
net.jxta.protocol.PipeAdvertisement |
getPipeAdvertisement(String instanceName)
Creates a JxtaBiDiPipe pipe advertisement with a SHA1 encoded instance name pipe ID.
|
net.jxta.pipe.PipeID |
getPipeID(String instanceName)
Gets the pipeID attribute of the NetworkManager class.
|
net.jxta.pipe.PipeID |
getSessionQueryPipeID()
Returns the SessionQeuryPipe ID.
|
net.jxta.protocol.PipeAdvertisement |
getSocketAdvertisement(String instanceName)
Creates a JxtaSocket pipe advertisement with a SHA1 encoded instance name pipe ID.
|
net.jxta.pipe.PipeID |
getSocketID(String instanceName)
Gets the socketID attribute of the NetworkManager class.
|
boolean |
isStarted()
Gets the running attribute of the NetworkManager class
|
public net.jxta.pipe.PipeID getPipeID(String instanceName)
instanceName - instance namepublic net.jxta.pipe.PipeID getSocketID(String instanceName)
instanceName - instance name valuepublic net.jxta.peer.PeerID getJxtaPeerID(String instanceName)
instanceName - instance name valuepublic net.jxta.pipe.PipeID getSessionQueryPipeID()
public net.jxta.protocol.PipeAdvertisement getSocketAdvertisement(String instanceName)
instanceName - instance namepublic net.jxta.protocol.PipeAdvertisement getPipeAdvertisement(String instanceName)
instanceName - instance namepublic net.jxta.peergroup.PeerGroupID getInfraPeerGroupID()
public net.jxta.peergroup.PeerGroup getNetPeerGroup()
public boolean isStarted()
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.