Uses of Class
org.jcsp.net.ChannelID
-
Packages that use ChannelID Package Description org.jcsp.net This is main package for JCSP.NET. -
-
Uses of ChannelID in org.jcsp.net
Fields in org.jcsp.net declared as ChannelID Modifier and Type Field Description private ChannelID
NetChannelInputProcess. channelID
Our channel ID.private ChannelID
One2NetChannel. channelID
The channel ID of the remote computer.Methods in org.jcsp.net that return ChannelID Modifier and Type Method Description (package private) static ChannelID
ChannelID. createFromStringForm(java.lang.String stringForm)
This returns a ChannelID created from its String form as returned by the getStringForm method.
-