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 TypeInterfaceDescriptioninterface
This interface defines a ChannelInput that is also networked.interface
An interface defining a ChannelOutput that is networked.interface
interface
interface
Defines a networked ChannelInput that is safe to be used by multiple concurrent processes.interface
Defines 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 class
An outputting network channel (TX) that can be safely shared amongst multiple writers (Any2Net).(package private) final class
This class is a concrete implementation of a NetSharedChannelInput, and acts as a wrapper to a Net2OneChannel, allowing safe shared access.(package private) final class
A concrete implementation of a NetAltingChannelInput.class
A NetChannelInput that may be used as a guard.final class
final class
final class
This class is a networked implementation of the standard JCSP Barrier.(package private) final class
An outputting end of a networked channel (TX). -
Uses of Networked in org.jcsp.net2.mobile
Classes in org.jcsp.net2.mobile that implement Networked