Uses of Interface
org.jcsp.net2.Networked
Packages that use Networked
-
Uses of Networked in org.jcsp.net2
Subinterfaces of Networked in org.jcsp.net2Modifier and TypeInterfaceDescriptioninterfaceThis interface defines a ChannelInput that is also networked.interfaceAn interface defining a ChannelOutput that is networked.interfaceinterfaceinterfaceDefines a networked ChannelInput that is safe to be used by multiple concurrent processes.interfaceDefines a networked ChannelOutput that is safe to be used by multiple concurrent processes.Classes in org.jcsp.net2 that implement NetworkedModifier and TypeClassDescription(package private) final classAn outputting network channel (TX) that can be safely shared amongst multiple writers (Any2Net).(package private) final classThis class is a concrete implementation of a NetSharedChannelInput, and acts as a wrapper to a Net2OneChannel, allowing safe shared access.(package private) final classA concrete implementation of a NetAltingChannelInput.classA NetChannelInput that may be used as a guard.final classfinal classfinal classThis class is a networked implementation of the standard JCSP Barrier.(package private) final classAn outputting end of a networked channel (TX). -
Uses of Networked in org.jcsp.net2.mobile
Classes in org.jcsp.net2.mobile that implement Networked