Uses of Interface
org.jcsp.net2.NetChannelOutput
Packages that use NetChannelOutput
-
Uses of NetChannelOutput in org.jcsp.net2
Subinterfaces of NetChannelOutput in org.jcsp.net2Modifier and TypeInterfaceDescriptioninterface
Defines a networked ChannelOutput that is safe to be used by multiple concurrent processes.Classes in org.jcsp.net2 that implement NetChannelOutputModifier and TypeClassDescription(package private) final class
An outputting network channel (TX) that can be safely shared amongst multiple writers (Any2Net).(package private) final class
An outputting end of a networked channel (TX).Methods in org.jcsp.net2 that return NetChannelOutputModifier and TypeMethodDescriptionstatic NetChannelOutput
NetChannel.createOne2Net
(NetChannelLocation loc) Deprecated.Use one2net insteadstatic NetChannelOutput
NetChannelEnd.createOne2Net
(NetChannelLocation loc) Deprecated.Use one2net insteadStandardNetChannelEndFactory.createOne2Net
(NetChannelLocation loc) Deprecated.Use one2net insteadstatic <T> NetChannelOutput<T>
NetChannel.one2net
(NetChannelLocation loc) Creates a new NetChannelOutput connected to the input end with the given NetChannelLocationstatic <T> NetChannelOutput<T>
NetChannel.one2net
(NetChannelLocation loc, int immunityLevel) Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and having the given poison immunity levelstatic <T> NetChannelOutput<T>
NetChannel.one2net
(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the given location with the given poison immunity level, and uses the given filter to encode outgoing messages.static <T> NetChannelOutput<T>
NetChannel.one2net
(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and uses the given filter to encode outgoing messagesstatic <T> NetChannelOutput<T>
NetChannel.one2net
(NodeAddress nodeAddr, int vcn) Creates a new NetChannelOutput connected to the channel with the given vcn on the given Nodestatic <T> NetChannelOutput<T>
NetChannel.one2net
(NodeAddress nodeAddr, int vcn, int immunityLevel) Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node with the given poison immunitystatic <T> NetChannelOutput<T>
NetChannel.one2net
(NodeAddress nodeAddr, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node which has the given poison immunity and uses the given filter to encode outgoing messagesstatic <T> NetChannelOutput<T>
NetChannel.one2net
(NodeAddress nodeAddr, int vcn, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node which uses the given filter to encode outgoing messagesstatic <T> NetChannelOutput<T>
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Nodestatic <T> NetChannelOutput<T>
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, and with the given poison immunity levelstatic <T> NetChannelOutput<T>
NetChannel.one2net
(NodeID nodeID, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, with the given poison immunity level and uses the given filter to encode outgoing messagesstatic <T> NetChannelOutput<T>
NetChannel.one2net
(NodeID nodeID, int vcn, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, which uses the given filter to encode outgoing messagesstatic NetChannelOutput
NetChannelEnd.one2net
(NetChannelLocation loc) Deprecated.Creates a new NetChannelOutput connected to the input end with the given NetChannelLocationstatic NetChannelOutput
NetChannelEnd.one2net
(NetChannelLocation loc, int immunityLevel) Deprecated.Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and having the given poison immunity levelstatic NetChannelOutput
NetChannelEnd.one2net
(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter) Deprecated.Creates a new NetChannelOutput connected to the given location with the given poison immunity level, and uses the given filter to encode outgoing messages.static NetChannelOutput
NetChannelEnd.one2net
(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter) Deprecated.Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and uses the given filter to encode outgoing messagesstatic NetChannelOutput
NetChannelEnd.one2net
(NodeAddress nodeAddr, int vcn) Deprecated.Creates a new NetChannelOutput connected to the channel with the given vcn on the given Nodestatic NetChannelOutput
NetChannelEnd.one2net
(NodeAddress nodeAddr, int vcn, int immunityLevel) Deprecated.Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node with the given poison immunitystatic NetChannelOutput
NetChannelEnd.one2net
(NodeAddress nodeAddr, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) Deprecated.Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node which has the given poison immunity and uses the given filter to encode outgoing messagesstatic NetChannelOutput
NetChannelEnd.one2net
(NodeAddress nodeAddr, int vcn, NetworkMessageFilter.FilterTx filter) Deprecated.Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node which uses the given filter to encode outgoing messagesstatic NetChannelOutput
Deprecated.Creates a new NetChannelOutput connected to the channel with the given vcn on the given Nodestatic NetChannelOutput
Deprecated.Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, and with the given poison immunity levelstatic NetChannelOutput
NetChannelEnd.one2net
(NodeID nodeID, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) Deprecated.Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, with the given poison immunity level and uses the given filter to encode outgoing messagesstatic NetChannelOutput
NetChannelEnd.one2net
(NodeID nodeID, int vcn, NetworkMessageFilter.FilterTx filter) Deprecated.Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, which uses the given filter to encode outgoing messages<T> NetChannelOutput<T>
NetChannelEndFactory.one2net
(NetChannelLocation loc) Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation<T> NetChannelOutput<T>
NetChannelEndFactory.one2net
(NetChannelLocation loc, int immunityLevel) Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and having the given poison immunity level<T> NetChannelOutput<T>
NetChannelEndFactory.one2net
(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the given location with the given poison immunity level, and uses the given filter to encode outgoing messages.<T> NetChannelOutput<T>
NetChannelEndFactory.one2net
(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and uses the given filter to encode outgoing messages<T> NetChannelOutput<T>
NetChannelEndFactory.one2net
(NodeAddress nodeAddr, int vcn) Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node<T> NetChannelOutput<T>
NetChannelEndFactory.one2net
(NodeAddress nodeAddr, int vcn, int immunityLevel) Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node with the given poison immunity<T> NetChannelOutput<T>
NetChannelEndFactory.one2net
(NodeAddress nodeAddr, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node which has the given poison immunity and uses the given filter to encode outgoing messages<T> NetChannelOutput<T>
NetChannelEndFactory.one2net
(NodeAddress nodeAddr, int vcn, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node which uses the given filter to encode outgoing messages<T> NetChannelOutput<T>
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node<T> NetChannelOutput<T>
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, and with the given poison immunity level<T> NetChannelOutput<T>
NetChannelEndFactory.one2net
(NodeID nodeID, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, with the given poison immunity level and uses the given filter to encode outgoing messages<T> NetChannelOutput<T>
NetChannelEndFactory.one2net
(NodeID nodeID, int vcn, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, which uses the given filter to encode outgoing messages<T> NetChannelOutput<T>
StandardNetChannelEndFactory.one2net
(NetChannelLocation loc) Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation<T> NetChannelOutput<T>
StandardNetChannelEndFactory.one2net
(NetChannelLocation loc, int immunityLevel) Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and having the given poison immunity level<T> NetChannelOutput<T>
StandardNetChannelEndFactory.one2net
(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the given location with the given poison immunity level, and uses the given filter to encode outgoing messages.<T> NetChannelOutput<T>
StandardNetChannelEndFactory.one2net
(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and uses the given filter to encode outgoing messages<T> NetChannelOutput<T>
StandardNetChannelEndFactory.one2net
(NodeAddress nodeAddr, int vcn) Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node<T> NetChannelOutput<T>
StandardNetChannelEndFactory.one2net
(NodeAddress nodeAddr, int vcn, int immunityLevel) Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node with the given poison immunity<T> NetChannelOutput<T>
StandardNetChannelEndFactory.one2net
(NodeAddress nodeAddr, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node which has the given poison immunity and uses the given filter to encode outgoing messages<T> NetChannelOutput<T>
StandardNetChannelEndFactory.one2net
(NodeAddress nodeAddr, int vcn, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node which uses the given filter to encode outgoing messages<T> NetChannelOutput<T>
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node<T> NetChannelOutput<T>
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, and with the given poison immunity level<T> NetChannelOutput<T>
StandardNetChannelEndFactory.one2net
(NodeID nodeID, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, with the given poison immunity level and uses the given filter to encode outgoing messages<T> NetChannelOutput<T>
StandardNetChannelEndFactory.one2net
(NodeID nodeID, int vcn, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, which uses the given filter to encode outgoing messages -
Uses of NetChannelOutput in org.jcsp.net2.bns
Fields in org.jcsp.net2.bns declared as NetChannelOutputModifier and TypeFieldDescriptionprivate final NetChannelOutput
BNSService.toBNS
The channel to send messages to the BNS upon -
Uses of NetChannelOutput in org.jcsp.net2.cns
Fields in org.jcsp.net2.cns declared as NetChannelOutputModifier and TypeFieldDescriptionprivate final NetChannelOutput
CNSService.toCNS
The channel to send messages to the CNS uponMethods in org.jcsp.net2.cns that return NetChannelOutputModifier and TypeMethodDescriptionstatic NetChannelOutput
CNS.createOne2Net
(String name) Deprecated.Use one2net insteadstatic <T> NetChannelOutput<T>
Creates a new NetChannelOutput connected to the input channel registered with the given namestatic <T> NetChannelOutput<T>
Creates a new NetChannelOutput connected to the input channel registered with the given namestatic <T> NetChannelOutput<T>
CNS.one2net
(String name, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the input channel registered with the given namestatic <T> NetChannelOutput<T>
CNS.one2net
(String name, NetworkMessageFilter.FilterTx filter) Creates a new NetChannelOutput connected to the input channel registered with the given name -
Uses of NetChannelOutput in org.jcsp.net2.mobile
Classes in org.jcsp.net2.mobile that implement NetChannelOutputFields in org.jcsp.net2.mobile declared as NetChannelOutputModifier and TypeFieldDescriptionprivate NetChannelOutput
MobileChannelOutput.actualOut
(package private) NetChannelOutput
DynamicClassLoader.requestClassData
private NetChannelOutput
MessageBox.toInputEnd
private NetChannelOutput
MobileChannelInput.toMessageBox