Uses of Class
org.jcsp.net2.One2NetChannel
Packages that use One2NetChannel
-
Uses of One2NetChannel in org.jcsp.net2
Fields in org.jcsp.net2 declared as One2NetChannelModifier and TypeFieldDescriptionprivate final One2NetChannel
Any2NetChannel.chan
The underlying One2NetChannel used by this channel.Methods in org.jcsp.net2 that return One2NetChannelModifier and TypeMethodDescription(package private) static <T2> One2NetChannel
<T2> One2NetChannel.create
(NetChannelLocation loc, int immunity, NetworkMessageFilter.FilterTx filter) Creates a new One2NetChannel by connecting to an already created NetChannelInputConstructors in org.jcsp.net2 with parameters of type One2NetChannelModifierConstructorDescriptionprivate
Any2NetChannel
(One2NetChannel channel) Constructor wrapping an existing One2NetChannel in an Any2NetChannel