|
Project JXTA | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PipeID | |
net.jxta.id | IDs are used within JXTA to refer to peers, peer groups, pipes and other types of resources. |
net.jxta.pipe | Pipes are the core mechanism for exchanging messages between JXTA applications or services. |
net.jxta.util | A collection of utility classes used by the JXTA implementation and/or useful to users of the JXTA API. |
Uses of PipeID in net.jxta.id |
Methods in net.jxta.id that return PipeID | |
static PipeID |
IDFactory.newPipeID(PeerGroupID groupID)
Creates a new PipeID instance. |
static PipeID |
IDFactory.newPipeID(PeerGroupID groupID,
byte[] seed)
Creates a new PipeID instance. |
PipeID |
IDFactory.Instantiator.newPipeID(PeerGroupID groupID)
Creates a new PipeID instance. |
PipeID |
IDFactory.Instantiator.newPipeID(PeerGroupID groupID,
byte[] seed)
Creates a new PipeID instance. |
Uses of PipeID in net.jxta.pipe |
Methods in net.jxta.pipe that return PipeID | |
PipeID |
PipeMsgEvent.getPipeID()
Returns the pipeID associated with the event |
Constructors in net.jxta.pipe with parameters of type PipeID | |
PipeMsgEvent(Object source,
Message message,
PipeID pipeID)
Creates a new event |
Uses of PipeID in net.jxta.util |
Methods in net.jxta.util with parameters of type PipeID | |
static PipeAdvertisement |
PipeUtilities.createPipeAdvertisement(PipeID pipeId,
String pipeType)
|
static PipeAdvertisement |
AdvertisementUtilities.createPipeAdvertisement(PipeID pipeId,
String pipeType)
Deprecated. Create a Pipe Advertisement |
|
JXTA J2SE | ||||||||||
PREV NEXT | FRAMES NO FRAMES |