Uses of Class
org.jcsp.net2.Net2AnyChannel
-
Packages that use Net2AnyChannel Package Description org.jcsp.net2 -
-
Uses of Net2AnyChannel in org.jcsp.net2
Methods in org.jcsp.net2 that return Net2AnyChannel Modifier and Type Method Description (package private) static <T2> Net2AnyChannel<T2>
Net2AnyChannel. create(int index, int poisonImmunity, NetworkMessageFilter.FilterRx filter)
Static factory method for creating a new instance of Net2AnyChannel, given a particular index(package private) static <T2> Net2AnyChannel<T2>
Net2AnyChannel. create(int poisonImmunity, NetworkMessageFilter.FilterRx filter)
A static factory method to create a new Net2AnyChannel object
-