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 One2NetChannelAny2NetChannel.chanThe 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 One2NetChannelModifierConstructorDescriptionprivateAny2NetChannel(One2NetChannel channel) Constructor wrapping an existing One2NetChannel in an Any2NetChannel