Uses of Class
org.jcsp.net2.One2NetChannel
-
Packages that use One2NetChannel Package Description org.jcsp.net2 -
-
Uses of One2NetChannel in org.jcsp.net2
Fields in org.jcsp.net2 declared as One2NetChannel Modifier and Type Field Description private One2NetChannel
Any2NetChannel. chan
The underlying One2NetChannel used by this channel.Methods in org.jcsp.net2 that return One2NetChannel Modifier and Type Method Description (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 One2NetChannel Constructor Description Any2NetChannel(One2NetChannel channel)
Constructor wrapping an existing One2NetChannel in an Any2NetChannel
-