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 ChannelIDNetChannelInputProcess. channelIDOur channel ID.private ChannelIDOne2NetChannel. channelIDThe channel ID of the remote computer.Methods in org.jcsp.net that return ChannelID Modifier and Type Method Description (package private) static ChannelIDChannelID. createFromStringForm(java.lang.String stringForm)This returns a ChannelID created from its String form as returned by the getStringForm method.
-