Uses of Interface
org.jcsp.net2.NetworkMessageFilter.FilterTx
Packages that use NetworkMessageFilter.FilterTx
-
Uses of NetworkMessageFilter.FilterTx in org.jcsp.net2
Classes in org.jcsp.net2 that implement NetworkMessageFilter.FilterTxModifier and TypeClassDescriptionstatic final class
The sending (encoding) filter for Object channelsstatic final class
The sending FilterFields in org.jcsp.net2 declared as NetworkMessageFilter.FilterTxModifier and TypeFieldDescriptionprivate NetworkMessageFilter.FilterTx
One2NetChannel.messageFilter
The filter used to encode outgoing messagesprivate final NetworkMessageFilter.FilterTx
NetAltingConnectionClient.outputFilter
private final NetworkMessageFilter.FilterTx
NetAltingConnectionServer.outputFilter
Methods in org.jcsp.net2 with parameters of type NetworkMessageFilter.FilterTxModifier and TypeMethodDescriptionstatic <T> NetSharedChannelOutput<T>
NetChannel.any2net
(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the input end with the given location and with the given immunity level, which uses the given filter to encode outgoing messages.static <T> NetSharedChannelOutput<T>
NetChannel.any2net
(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the input end with the given location, and uses the given filter to encode outgoing messagesstatic <T> NetSharedChannelOutput<T>
NetChannel.any2net
(NodeAddress nodeAddr, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node that has the given poison immunity level and uses the given filter to encode outgoing messagesstatic <T> NetSharedChannelOutput<T>
NetChannel.any2net
(NodeAddress nodeAddr, int vcn, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node which uses the given filter to encode outgoing messagesstatic <T> NetSharedChannelOutput<T>
NetChannel.any2net
(NodeID nodeID, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, with the given poison immunity level, which uses the given filter to encode outgoing messagesstatic <T> NetSharedChannelOutput<T>
NetChannel.any2net
(NodeID nodeID, int vcn, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, which uses the given filter to encode outgoing messagesstatic NetSharedChannelOutput
NetChannelEnd.any2net
(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter) Deprecated.Creates a new NetSharedChannelOutput connected to the input end with the given location and with the given immunity level, which uses the given filter to encode outgoing messages.static NetSharedChannelOutput
NetChannelEnd.any2net
(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter) Deprecated.Creates a new NetSharedChannelOutput connected to the input end with the given location, and uses the given filter to encode outgoing messagesstatic NetSharedChannelOutput
NetChannelEnd.any2net
(NodeAddress nodeAddr, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) Deprecated.Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node that has the given poison immunity level and uses the given filter to encode outgoing messagesstatic NetSharedChannelOutput
NetChannelEnd.any2net
(NodeAddress nodeAddr, int vcn, NetworkMessageFilter.FilterTx filter) Deprecated.Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node which uses the given filter to encode outgoing messagesstatic NetSharedChannelOutput
NetChannelEnd.any2net
(NodeID nodeID, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) Deprecated.Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, with the given poison immunity level, which uses the given filter to encode outgoing messagesstatic NetSharedChannelOutput
NetChannelEnd.any2net
(NodeID nodeID, int vcn, NetworkMessageFilter.FilterTx filter) Deprecated.Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, which uses the given filter to encode outgoing messages<T> NetSharedChannelOutput<T>
NetChannelEndFactory.any2net
(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the input end with the given location and with the given immunity level, which uses the given filter to encode outgoing messages.<T> NetSharedChannelOutput<T>
NetChannelEndFactory.any2net
(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the input end with the given location, and uses the given filter to encode outgoing messages<T> NetSharedChannelOutput<T>
NetChannelEndFactory.any2net
(NodeAddress nodeAddr, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node that has the given poison immunity level and uses the given filter to encode outgoing messages<T> NetSharedChannelOutput<T>
NetChannelEndFactory.any2net
(NodeAddress nodeAddr, int vcn, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node which uses the given filter to encode outgoing messages<T> NetSharedChannelOutput<T>
NetChannelEndFactory.any2net
(NodeID nodeID, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, with the given poison immunity level, which uses the given filter to encode outgoing messages<T> NetSharedChannelOutput<T>
NetChannelEndFactory.any2net
(NodeID nodeID, int vcn, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, which uses the given filter to encode outgoing messages<T> NetSharedChannelOutput<T>
StandardNetChannelEndFactory.any2net
(NetChannelLocation loc, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the input end with the given location and with the given immunity level, which uses the given filter to encode outgoing messages.<T> NetSharedChannelOutput<T>
StandardNetChannelEndFactory.any2net
(NetChannelLocation loc, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the input end with the given location, and uses the given filter to encode outgoing messages<T> NetSharedChannelOutput<T>
StandardNetChannelEndFactory.any2net
(NodeAddress nodeAddr, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node that has the given poison immunity level and uses the given filter to encode outgoing messages<T> NetSharedChannelOutput<T>
StandardNetChannelEndFactory.any2net
(NodeAddress nodeAddr, int vcn, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node which uses the given filter to encode outgoing messages<T> NetSharedChannelOutput<T>
StandardNetChannelEndFactory.any2net
(NodeID nodeID, int vcn, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, with the given poison immunity level, which uses the given filter to encode outgoing messages<T> NetSharedChannelOutput<T>
StandardNetChannelEndFactory.any2net
(NodeID nodeID, int vcn, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, which uses the given filter to encode outgoing messages(package private) static <T2> Any2NetChannel<T2>
Any2NetChannel.create
(NetChannelLocation loc, int immunity, NetworkMessageFilter.FilterTx filter) Static factory method used to create an Any2NetChannel(package private) static NetAltingConnectionClient
NetAltingConnectionClient.create
(NetConnectionLocation loc, NetworkMessageFilter.FilterTx filterTX, NetworkMessageFilter.FilterRx filterRX) (package private) static NetAltingConnectionServer
NetAltingConnectionServer.create
(int index, NetworkMessageFilter.FilterRx filterRX, NetworkMessageFilter.FilterTx filterTX) (package private) static NetAltingConnectionServer
NetAltingConnectionServer.create
(NetworkMessageFilter.FilterRx filterRX, NetworkMessageFilter.FilterTx filterTX) (package private) static <T2> One2NetChannel<T2>
One2NetChannel.create
(NetChannelLocation loc, int immunity, NetworkMessageFilter.FilterTx filter) Creates a new One2NetChannel by connecting to an already created NetChannelInputstatic <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, 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>
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, 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, 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
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, 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, 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>
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, 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, 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>
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 messagesvoid
Any2NetChannel.setEncoder
(NetworkMessageFilter.FilterTx encoder) Sets the underlying message filtervoid
NetChannelOutput.setEncoder
(NetworkMessageFilter.FilterTx encoder) Sets the underlying encoder for the channelvoid
One2NetChannel.setEncoder
(NetworkMessageFilter.FilterTx encoder) Sets the underlying message filterConstructors in org.jcsp.net2 with parameters of type NetworkMessageFilter.FilterTxModifierConstructorDescriptionprivate
NetAltingConnectionClient
(AltingChannelInput input, ChannelOutput toLink, Link link, ConnectionData connData, NetConnectionLocation loc, NetworkMessageFilter.FilterTx filterTX, NetworkMessageFilter.FilterRx filterRX) private
NetAltingConnectionServer
(AltingChannelInput openChan, AltingChannelInput requestChan, ConnectionData connData, NetworkMessageFilter.FilterRx filterRX, NetworkMessageFilter.FilterTx filterTX) private
One2NetChannel
(AltingChannelInput ackChannel, ChannelOutput toLink, Link link, ChannelData chanData, NetChannelLocation loc, int immunity, NetworkMessageFilter.FilterTx filter) Private constructor for creating a One2NetChannel. -
Uses of NetworkMessageFilter.FilterTx in org.jcsp.net2.bns
Classes in org.jcsp.net2.bns that implement NetworkMessageFilter.FilterTxModifier and TypeClassDescription(package private) static final class
The encoding filter used to convert a BNSMessage into bytes -
Uses of NetworkMessageFilter.FilterTx in org.jcsp.net2.cns
Classes in org.jcsp.net2.cns that implement NetworkMessageFilter.FilterTxModifier and TypeClassDescription(package private) static final class
The encoding filter used to convert a CNSMessage into bytesMethods in org.jcsp.net2.cns with parameters of type NetworkMessageFilter.FilterTxModifier and TypeMethodDescriptionstatic <T> NetSharedChannelOutput<T>
CNS.any2net
(String name, int immunityLevel, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput connected to the input channel registered with the given namestatic <T> NetSharedChannelOutput<T>
CNS.any2net
(String name, NetworkMessageFilter.FilterTx filter) Creates a new NetSharedChannelOutput 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 NetworkMessageFilter.FilterTx in org.jcsp.net2.mobile
Classes in org.jcsp.net2.mobile that implement NetworkMessageFilter.FilterTxFields in org.jcsp.net2.mobile declared as NetworkMessageFilter.FilterTxMethods in org.jcsp.net2.mobile with parameters of type NetworkMessageFilter.FilterTxModifier and TypeMethodDescriptionvoid
MobileChannelOutput.setEncoder
(NetworkMessageFilter.FilterTx encoder) Constructors in org.jcsp.net2.mobile with parameters of type NetworkMessageFilter.FilterTxModifierConstructorDescription(package private)
MessageBox
(NetAltingChannelInput intoBox, NetAltingChannelInput requestChannel, NetworkMessageFilter.FilterTx encodingFilter) MobileChannelInput
(NetworkMessageFilter.FilterTx encoder, NetworkMessageFilter.FilterRx decoder)