Uses of Class
org.jcsp.net2.Net2OneChannel
-
Packages that use Net2OneChannel Package Description org.jcsp.net2 -
-
Uses of Net2OneChannel in org.jcsp.net2
Fields in org.jcsp.net2 declared as Net2OneChannel Modifier and Type Field Description private Net2OneChannel
Net2AnyChannel. actualChannel
The underlying Net2OneChannel that this object wraps aroundMethods in org.jcsp.net2 that return Net2OneChannel Modifier and Type Method Description (package private) static <T2> Net2OneChannel<T2>
Net2OneChannel. create(int index, int poisonImmunity, NetworkMessageFilter.FilterRx filter)
Static factory method used to create a new Net2OneChannel with a given index.(package private) static <T2> Net2OneChannel<T2>
Net2OneChannel. create(int poisonImmunity, NetworkMessageFilter.FilterRx filter)
Static factory method used to create a new Net2OneChannel.Constructors in org.jcsp.net2 with parameters of type Net2OneChannel Constructor Description Net2AnyChannel(Net2OneChannel chan)
Constructor for Net2AnyChannel
-