Uses of Interface
org.jcsp.net2.NetworkMessageFilter.FilterRx
Packages that use NetworkMessageFilter.FilterRx
-
Uses of NetworkMessageFilter.FilterRx in org.jcsp.net2
Classes in org.jcsp.net2 that implement NetworkMessageFilter.FilterRxModifier and TypeClassDescriptionstatic final classThe receiving (decoding) filter for Objectsstatic final classThe receiving filterFields in org.jcsp.net2 declared as NetworkMessageFilter.FilterRxModifier and TypeFieldDescriptionprivate final NetworkMessageFilter.FilterRxNetAltingConnectionClient.inputFilterprivate final NetworkMessageFilter.FilterRxNetAltingConnectionServer.inputFilterprivate NetworkMessageFilter.FilterRxNet2OneChannel.messageFilterThe filter used to convert the incoming byte array into an objectMethods in org.jcsp.net2 with parameters of type NetworkMessageFilter.FilterRxModifier and TypeMethodDescription(package private) static <T2> Net2AnyChannel<T2> Net2AnyChannel.create(int index, int poisonImmunity, NetworkMessageFilter.FilterRx filter) Static factory method for creating a new instance of Net2AnyChannel, given a particular index(package private) static <T2> Net2AnyChannel<T2> Net2AnyChannel.create(int poisonImmunity, NetworkMessageFilter.FilterRx filter) A static factory method to create a new Net2AnyChannel object(package private) static <T2> Net2OneChannel<T2> Net2OneChannel.create(int index, int poisonImmunity, NetworkMessageFilter.FilterRx filter) Static factory method used to create a new Net2OneChannel with a given index.(package private) static <T2> Net2OneChannel<T2> Net2OneChannel.create(int poisonImmunity, NetworkMessageFilter.FilterRx filter) Static factory method used to create a new Net2OneChannel.(package private) static NetAltingConnectionClientNetAltingConnectionClient.create(NetConnectionLocation loc, NetworkMessageFilter.FilterTx filterTX, NetworkMessageFilter.FilterRx filterRX) (package private) static NetAltingConnectionServerNetAltingConnectionServer.create(int index, NetworkMessageFilter.FilterRx filterRX, NetworkMessageFilter.FilterTx filterTX) (package private) static NetAltingConnectionServerNetAltingConnectionServer.create(NetworkMessageFilter.FilterRx filterRX, NetworkMessageFilter.FilterTx filterTX) static <T> NetSharedChannelInput<T> NetChannel.net2any(int immunityLevel, NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput with the given poison immunity level, which uses the given filter to decode messagesstatic <T> NetSharedChannelInput<T> NetChannel.net2any(NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput which uses the given filter to decode incoming messagesstatic NetSharedChannelInputNetChannelEnd.net2any(int immunityLevel, NetworkMessageFilter.FilterRx filter) Deprecated.Creates a new NetSharedChannelInput with the given poison immunity level, which uses the given filter to decode messagesstatic NetSharedChannelInputNetChannelEnd.net2any(NetworkMessageFilter.FilterRx filter) Deprecated.Creates a new NetSharedChannelInput which uses the given filter to decode incoming messages<T> NetSharedChannelInput<T> NetChannelEndFactory.net2any(int immunityLevel, NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput with the given poison immunity level, which uses the given filter to decode messages<T> NetSharedChannelInput<T> NetChannelEndFactory.net2any(NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput which uses the given filter to decode incoming messages<T> NetSharedChannelInput<T> StandardNetChannelEndFactory.net2any(int immunityLevel, NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput with the given poison immunity level, which uses the given filter to decode messages<T> NetSharedChannelInput<T> StandardNetChannelEndFactory.net2any(NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput which uses the given filter to decode incoming messagesstatic <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(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(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(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> NetSharedChannelInput<T> NetChannel.numberedNet2Any(int index, int immunityLevel, NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput with the given index and poison immunity level, which uses the given filter to decode incoming messages.static <T> NetSharedChannelInput<T> NetChannel.numberedNet2Any(int index, NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput with the given index that uses the given filter to decode incoming messagesstatic NetSharedChannelInputNetChannelEnd.numberedNet2Any(int index, int immunityLevel, NetworkMessageFilter.FilterRx filter) Deprecated.Creates a new NetSharedChannelInput with the given index and poison immunity level, which uses the given filter to decode incoming messages.static NetSharedChannelInputNetChannelEnd.numberedNet2Any(int index, NetworkMessageFilter.FilterRx filter) Deprecated.Creates a new NetSharedChannelInput with the given index that uses the given filter to decode incoming messages<T> NetSharedChannelInput<T> NetChannelEndFactory.numberedNet2Any(int index, int immunityLevel, NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput with the given index and poison immunity level, which uses the given filter to decode incoming messages.<T> NetSharedChannelInput<T> NetChannelEndFactory.numberedNet2Any(int index, NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput with the given index that uses the given filter to decode incoming messages<T> NetSharedChannelInput<T> StandardNetChannelEndFactory.numberedNet2Any(int index, int immunityLevel, NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput with the given index and poison immunity level, which uses the given filter to decode incoming messages.<T> NetSharedChannelInput<T> StandardNetChannelEndFactory.numberedNet2Any(int index, NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput with the given index that uses the given filter to decode incoming messagesstatic <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, 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, 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, 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 messagesvoidNet2AnyChannel.setDecoder(NetworkMessageFilter.FilterRx decoder) Sets the underlying message filtervoidNet2OneChannel.setDecoder(NetworkMessageFilter.FilterRx decoder) Sets the underlying message filtervoidNetChannelInput.setDecoder(NetworkMessageFilter.FilterRx decoder) Sets the underlying decoder for the channelConstructors in org.jcsp.net2 with parameters of type NetworkMessageFilter.FilterRxModifierConstructorDescriptionprivateNet2OneChannel(AltingChannelInput input, ChannelData chanData, NetworkMessageFilter.FilterRx filter) Private constructor for creating a new instance of a Net2OneChannel.privateNetAltingConnectionClient(AltingChannelInput input, ChannelOutput toLink, Link link, ConnectionData connData, NetConnectionLocation loc, NetworkMessageFilter.FilterTx filterTX, NetworkMessageFilter.FilterRx filterRX) privateNetAltingConnectionServer(AltingChannelInput openChan, AltingChannelInput requestChan, ConnectionData connData, NetworkMessageFilter.FilterRx filterRX, NetworkMessageFilter.FilterTx filterTX) -
Uses of NetworkMessageFilter.FilterRx in org.jcsp.net2.bns
Classes in org.jcsp.net2.bns that implement NetworkMessageFilter.FilterRxModifier and TypeClassDescription(package private) static final classThe filter used to convert an array of bytes back into a BNSMessage -
Uses of NetworkMessageFilter.FilterRx in org.jcsp.net2.cns
Classes in org.jcsp.net2.cns that implement NetworkMessageFilter.FilterRxModifier and TypeClassDescription(package private) static final classThe filter used to convert a CNSMessage from its byte representation back into an objectMethods in org.jcsp.net2.cns with parameters of type NetworkMessageFilter.FilterRxModifier and TypeMethodDescriptionstatic <T> NetSharedChannelInput<T> CNS.net2any(String name, int immunityLevel, NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput registered with the given namestatic <T> NetSharedChannelInput<T> CNS.net2any(String name, NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput 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> NetSharedChannelInput<T> CNS.numberedNet2Any(String name, int index, int immunityLevel, NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput registered with the given namestatic <T> NetSharedChannelInput<T> CNS.numberedNet2Any(String name, int index, NetworkMessageFilter.FilterRx filter) Creates a new NetSharedChannelInput 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 NetworkMessageFilter.FilterRx in org.jcsp.net2.mobile
Classes in org.jcsp.net2.mobile that implement NetworkMessageFilter.FilterRxMethods in org.jcsp.net2.mobile with parameters of type NetworkMessageFilter.FilterRxModifier and TypeMethodDescriptionvoidMobileChannelInput.setDecoder(NetworkMessageFilter.FilterRx decoder) Constructors in org.jcsp.net2.mobile with parameters of type NetworkMessageFilter.FilterRxModifierConstructorDescriptionMobileChannelInput(NetworkMessageFilter.FilterTx encoder, NetworkMessageFilter.FilterRx decoder)