Uses of Class
org.jcsp.net2.NetAltingChannelInput
Packages that use NetAltingChannelInput
-
Uses of NetAltingChannelInput in org.jcsp.net2
Subclasses of NetAltingChannelInput in org.jcsp.net2Modifier and TypeClassDescription(package private) final classA concrete implementation of a NetAltingChannelInput.Methods in org.jcsp.net2 that return NetAltingChannelInputModifier and TypeMethodDescriptionstatic NetAltingChannelInputNetChannel.createNet2One()Deprecated.Use net2one insteadstatic NetAltingChannelInputNetChannelEnd.createNet2One()Deprecated.Use net2one insteadStandardNetChannelEndFactory.createNet2One()Deprecated.Use net2one insteadstatic <T> NetAltingChannelInput<T> NetChannel.net2one()Creates a new NetAltingChannelInputstatic <T> NetAltingChannelInput<T> NetChannel.net2one(int immunityLevel) Creates a new NetAltingChannelInput with the given immunity level for poisonstatic <T> NetAltingChannelInput<T> NetChannel.net2one(int immunityLevel, NetworkMessageFilter.FilterRx filter) Creates a new NetAltingChannelInput with the given poison immunity level which uses the given filter to decode incoming messagesstatic <T> NetAltingChannelInput<T> NetChannel.net2one(NetworkMessageFilter.FilterRx filter) Creates a new NetAltingChannelInput which uses the given filter to decode incoming messagesstatic NetAltingChannelInputNetChannelEnd.net2one()Deprecated.Creates a new NetAltingChannelInputstatic NetAltingChannelInputNetChannelEnd.net2one(int immunityLevel) Deprecated.Creates a new NetAltingChannelInput with the given immunity level for poisonstatic NetAltingChannelInputNetChannelEnd.net2one(int immunityLevel, NetworkMessageFilter.FilterRx filter) Deprecated.Creates a new NetAltingChannelInput with the given poison immunity level which uses the given filter to decode incoming messagesstatic NetAltingChannelInputNetChannelEnd.net2one(NetworkMessageFilter.FilterRx filter) Deprecated.Creates a new NetAltingChannelInput which uses the given filter to decode incoming messages<T> NetAltingChannelInput<T> NetChannelEndFactory.net2one()Creates a new NetAltingChannelInput<T> NetAltingChannelInput<T> NetChannelEndFactory.net2one(int immunityLevel) Creates a new NetAltingChannelInput with the given immunity level for poison<T> NetAltingChannelInput<T> NetChannelEndFactory.net2one(int immunityLevel, NetworkMessageFilter.FilterRx filter) Creates a new NetAltingChannelInput with the given poison immunity level which uses the given filter to decode incoming messages<T> NetAltingChannelInput<T> NetChannelEndFactory.net2one(NetworkMessageFilter.FilterRx filter) Creates a new NetAltingChannelInput which uses the given filter to decode incoming messages<T> NetAltingChannelInput<T> StandardNetChannelEndFactory.net2one()Creates a new NetAltingChannelInput<T> NetAltingChannelInput<T> StandardNetChannelEndFactory.net2one(int immunityLevel) Creates a new NetAltingChannelInput with the given immunity level for poison<T> NetAltingChannelInput<T> StandardNetChannelEndFactory.net2one(int immunityLevel, NetworkMessageFilter.FilterRx filter) Creates a new NetAltingChannelInput with the given poison immunity level which uses the given filter to decode incoming messages<T> NetAltingChannelInput<T> StandardNetChannelEndFactory.net2one(NetworkMessageFilter.FilterRx filter) Creates a new NetAltingChannelInput which uses the given filter to decode incoming messagesstatic <T> NetAltingChannelInput<T> NetChannel.numberedNet2One(int index) Creates a new NetAltingChannelInput with the given indexstatic <T> NetAltingChannelInput<T> NetChannel.numberedNet2One(int index, int immunityLevel) Creates a new NetAltingChannelInput with the given index and the given poison immunity levelstatic <T> NetAltingChannelInput<T> NetChannel.numberedNet2One(int index, int immunityLevel, NetworkMessageFilter.FilterRx filter) Creates a new NetAltingChannelInput with the given index and given poison immunity, which uses the given filter to decode incoming messagesstatic <T> NetAltingChannelInput<T> NetChannel.numberedNet2One(int index, NetworkMessageFilter.FilterRx filter) Creates a new NetAltingChannelInput with the given index that uses the given filter to decode incoming messagesstatic NetAltingChannelInputNetChannelEnd.numberedNet2One(int index) Deprecated.Creates a new NetAltingChannelInput with the given indexstatic NetAltingChannelInputNetChannelEnd.numberedNet2One(int index, int immunityLevel) Deprecated.Creates a new NetAltingChannelInput with the given index and the given poison immunity levelstatic NetAltingChannelInputNetChannelEnd.numberedNet2One(int index, int immunityLevel, NetworkMessageFilter.FilterRx filter) Deprecated.Creates a new NetAltingChannelInput with the given index and given poison immunity, which uses the given filter to decode incoming messagesstatic NetAltingChannelInputNetChannelEnd.numberedNet2One(int index, NetworkMessageFilter.FilterRx filter) Deprecated.Creates a new NetAltingChannelInput with the given index that uses the given filter to decode incoming messages<T> NetAltingChannelInput<T> NetChannelEndFactory.numberedNet2One(int index) Creates a new NetAltingChannelInput with the given index<T> NetAltingChannelInput<T> NetChannelEndFactory.numberedNet2One(int index, int immunityLevel) Creates a new NetAltingChannelInput with the given index and the given poison immunity level<T> NetAltingChannelInput<T> NetChannelEndFactory.numberedNet2One(int index, int immunityLevel, NetworkMessageFilter.FilterRx filter) Creates a new NetAltingChannelInput with the given index and given poison immunity, which uses the given filter to decode incoming messages<T> NetAltingChannelInput<T> NetChannelEndFactory.numberedNet2One(int index, NetworkMessageFilter.FilterRx filter) Creates a new NetAltingChannelInput with the given index that uses the given filter to decode incoming messages<T> NetAltingChannelInput<T> StandardNetChannelEndFactory.numberedNet2One(int index) Creates a new NetAltingChannelInput with the given index<T> NetAltingChannelInput<T> StandardNetChannelEndFactory.numberedNet2One(int index, int immunityLevel) Creates a new NetAltingChannelInput with the given index and the given poison immunity level<T> NetAltingChannelInput<T> StandardNetChannelEndFactory.numberedNet2One(int index, int immunityLevel, NetworkMessageFilter.FilterRx filter) Creates a new NetAltingChannelInput with the given index and given poison immunity, which uses the given filter to decode incoming messages<T> NetAltingChannelInput<T> StandardNetChannelEndFactory.numberedNet2One(int index, NetworkMessageFilter.FilterRx filter) Creates a new NetAltingChannelInput with the given index that uses the given filter to decode incoming messages -
Uses of NetAltingChannelInput in org.jcsp.net2.cns
Methods in org.jcsp.net2.cns that return NetAltingChannelInputModifier and TypeMethodDescriptionstatic NetAltingChannelInputCNS.createNet2One(String name) Deprecated.Use net2one insteadstatic <T> NetAltingChannelInput<T> Creates a new NetAltingChannelInput registered with the given namestatic <T> NetAltingChannelInput<T> Creates a new NetAltingChannelInput registered with the given namestatic <T> NetAltingChannelInput<T> CNS.net2one(String name, int immunityLevel, NetworkMessageFilter.FilterRx filter) Creates a new NetAltingChannelInput registered with the given namestatic <T> NetAltingChannelInput<T> CNS.net2one(String name, NetworkMessageFilter.FilterRx filter) Creates a new NetAltingChannelInput registered with the given namestatic <T> NetAltingChannelInput<T> CNS.numberedNet2One(String name, int index) Creates a new NetAltingChannelInput registered with the given namestatic <T> NetAltingChannelInput<T> CNS.numberedNet2One(String name, int index, int immunityLevel) Creates a new NetAltingChannelInput registered with the given namestatic <T> NetAltingChannelInput<T> CNS.numberedNet2One(String name, int index, int immunityLevel, NetworkMessageFilter.FilterRx filter) Creates a new NetAltingChannelInput registered with the given namestatic <T> NetAltingChannelInput<T> CNS.numberedNet2One(String name, int index, NetworkMessageFilter.FilterRx filter) Creates a new NetAltingChannelInput registered with the given name -
Uses of NetAltingChannelInput in org.jcsp.net2.mobile
Fields in org.jcsp.net2.mobile declared as NetAltingChannelInputModifier and TypeFieldDescriptionprivate final NetAltingChannelInputMessageBox.fromInputEndprivate final NetAltingChannelInputMessageBox.inConstructors in org.jcsp.net2.mobile with parameters of type NetAltingChannelInputModifierConstructorDescription(package private)MessageBox(NetAltingChannelInput intoBox, NetAltingChannelInput requestChannel, NetworkMessageFilter.FilterTx encodingFilter)