Type | Name and description |
---|---|
static NetSharedChannelOutput |
any2net(NetChannelLocation loc) Creates a new NetSharedChannelOutput connected to the input end at the given location |
static NetSharedChannelOutput |
any2net(NetChannelLocation loc, int immunityLevel) Creates a new NetSharedChannelOutput connected to the input end at the given location and with the given poison immunity level |
static NetSharedChannelOutput |
any2net(NetChannelLocation loc, FilterTx filter) Creates a new NetSharedChannelOutput connected to the input end with the given location, and uses the given filter to encode outgoing messages |
static NetSharedChannelOutput |
any2net(NetChannelLocation loc, int immunityLevel, 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 NetSharedChannelOutput |
any2net(NodeID nodeID, int vcn) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node |
static NetSharedChannelOutput |
any2net(NodeID nodeID, int vcn, int immunityLevel) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node and the given poison immunity |
static NetSharedChannelOutput |
any2net(NodeID nodeID, int vcn, 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 |
static NetSharedChannelOutput |
any2net(NodeID nodeID, int vcn, int immunityLevel, 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 |
static NetSharedChannelOutput |
any2net(NodeAddress nodeAddr, int vcn) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node |
static NetSharedChannelOutput |
any2net(NodeAddress nodeAddr, int vcn, int immunityLevel) Creates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node which has the given poison immunity |
static NetSharedChannelOutput |
any2net(NodeAddress nodeAddr, int vcn, 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 |
static NetSharedChannelOutput |
any2net(NodeAddress nodeAddr, int vcn, int immunityLevel, 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 |
static NetSharedChannelOutput |
createAny2Net(NetChannelLocation loc) Creates a new NetSharedChannelOutput connected to the input end at the given location |
static NetSharedChannelInput |
createNet2Any() Creates a new NetSharedChannelInput |
static NetAltingChannelInput |
createNet2One() Creates a new NetAltingChannelInput |
static NetChannelOutput |
createOne2Net(NetChannelLocation loc) Creates a new NetChannelOutput connected to the input channel end with the given location |
static NetSharedChannelInput |
net2any() Creates a new NetSharedChannelInput |
static NetSharedChannelInput |
net2any(int immunityLevel) Creates a new NetSharedChannelInput with the given poison immunity level |
static NetSharedChannelInput |
net2any(FilterRx filter) Creates a new NetSharedChannelInput which uses the given filter to decode incoming messages |
static NetSharedChannelInput |
net2any(int immunityLevel, FilterRx filter) Creates a new NetSharedChannelInput with the given poison immunity level, which uses the given filter to decode messages |
static NetAltingChannelInput |
net2one() Creates a new NetAltingChannelInput |
static NetAltingChannelInput |
net2one(int immunityLevel) Creates a new NetAltingChannelInput with the given immunity level for poison |
static NetAltingChannelInput |
net2one(FilterRx filter) Creates a new NetAltingChannelInput which uses the given filter to decode incoming messages |
static NetAltingChannelInput |
net2one(int immunityLevel, FilterRx filter) Creates a new NetAltingChannelInput with the given poison immunity level which uses the given filter to decode incoming messages |
static NetSharedChannelInput |
numberedNet2Any(int index) Creates a new NetSharedChannelInput with the given index |
static NetSharedChannelInput |
numberedNet2Any(int index, int immunityLevel) Creates a new NetSharedChannelInput with the given index and poison immunity level |
static NetSharedChannelInput |
numberedNet2Any(int index, FilterRx filter) Creates a new NetSharedChannelInput with the given index that uses the given filter to decode incoming messages |
static NetSharedChannelInput |
numberedNet2Any(int index, int immunityLevel, FilterRx filter) Creates a new NetSharedChannelInput with the given index and poison immunity level, which uses the given filter to decode incoming messages. |
static NetAltingChannelInput |
numberedNet2One(int index) Creates a new NetAltingChannelInput with the given index |
static NetAltingChannelInput |
numberedNet2One(int index, int immunityLevel) Creates a new NetAltingChannelInput with the given index and the given poison immunity level |
static NetAltingChannelInput |
numberedNet2One(int index, FilterRx filter) Creates a new NetAltingChannelInput with the given index that uses the given filter to decode incoming messages |
static NetAltingChannelInput |
numberedNet2One(int index, int immunityLevel, FilterRx filter) Creates a new NetAltingChannelInput with the given index and given poison immunity, which uses the given filter to decode incoming messages |
static NetChannelOutput |
one2net(NetChannelLocation loc) Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation |
static NetChannelOutput |
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 |
static NetChannelOutput |
one2net(NetChannelLocation loc, FilterTx filter) Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and uses the given filter to encode outgoing messages |
static NetChannelOutput |
one2net(NetChannelLocation loc, int immunityLevel, 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 NetChannelOutput |
one2net(NodeID nodeID, int vcn) Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node |
static NetChannelOutput |
one2net(NodeID nodeID, int vcn, int immunityLevel) Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node, and with the given poison immunity level |
static NetChannelOutput |
one2net(NodeID nodeID, int vcn, 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 |
static NetChannelOutput |
one2net(NodeID nodeID, int vcn, int immunityLevel, 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 |
static NetChannelOutput |
one2net(NodeAddress nodeAddr, int vcn) Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node |
static NetChannelOutput |
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 |
static NetChannelOutput |
one2net(NodeAddress nodeAddr, int vcn, 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 |
static NetChannelOutput |
one2net(NodeAddress nodeAddr, int vcn, int immunityLevel, 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 |
Creates a new NetSharedChannelOutput connected to the input end at the given location
loc
- The location of the input end of the channelCreates a new NetSharedChannelOutput connected to the input end at the given location and with the given poison immunity level
loc
- The location of the input end of the channelimmunityLevel
- The immunity to poison that the channel hasCreates a new NetSharedChannelOutput connected to the input end with the given location, and uses the given filter to encode outgoing messages
loc
- The location of the input end of the channelfilter
- The filter used to encode outgoing messagesCreates 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.
loc
- The location of the input end of the channelimmunityLevel
- The immunity to poison that this channel hasfilter
- The filter used to encode outgoing messagesCreates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node
nodeID
- The NodeID of the Node to connect tovcn
- The Virtual Channel Number of the input channelCreates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node and the given poison immunity
nodeID
- The NodeID of the Node to connect tovcn
- The Virtual Channel Number of the input channelimmunityLevel
- The immunity to poison that the channel hasCreates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node, which uses the given filter to encode outgoing messages
nodeID
- The NodeID of the Node to connect tovcn
- The Virtual Channel Number of the input channelfilter
- The filter used to encode the outgoing messagesCreates 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
nodeID
- The NodeID of the Node to connect tovcn
- The Virtual Channel Number of the input channelimmunityLevel
- The immunity to poison that the channel hasfilter
- The filter used to encode outgoing messagesCreates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node
nodeAddr
- The NodeAddress of the Node to connect tovcn
- The Virtual Channel Number of the input channelCreates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node which has the given poison immunity
nodeAddr
- The NodeAddress of the Node to connect tovcn
- The Virtual Channel Number of the input channelimmunityLevel
- The immunity to poison that the channel hasCreates a new NetSharedChannelOutput connected to the channel with the given vcn on the given Node which uses the given filter to encode outgoing messages
nodeAddr
- The NodeAddress of the Node to connect tovcn
- The Virtual Channel Number of the input channelfilter
- The immunity to poison that the channel hasCreates 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
nodeAddr
- The NodeAddress of the Node to connect tovcn
- The Virtual Channel Number of the input channelimmunityLevel
- The immunity to poison that the channel hasfilter
- The filter used to encode outgoing messagesCreates a new NetSharedChannelOutput connected to the input end at the given location
loc
- The location to connect the output end toCreates a new NetSharedChannelInput
Creates a new NetAltingChannelInput
Creates a new NetChannelOutput connected to the input channel end with the given location
loc
- The location to connect the output end toCreates a new NetSharedChannelInput
Creates a new NetSharedChannelInput with the given poison immunity level
immunityLevel
- The immunity level to poison for this channelCreates a new NetSharedChannelInput which uses the given filter to decode incoming messages
filter
- The filter used to decode incoming messagesCreates a new NetSharedChannelInput with the given poison immunity level, which uses the given filter to decode messages
immunityLevel
- The immunity level to poison for this channelfilter
- The filter used to decode incoming messagesCreates a new NetAltingChannelInput
Creates a new NetAltingChannelInput with the given immunity level for poison
immunityLevel
- The immunity level for poisonCreates a new NetAltingChannelInput which uses the given filter to decode incoming messages
filter
- The filter used to decode incoming messagesCreates a new NetAltingChannelInput with the given poison immunity level which uses the given filter to decode incoming messages
immunityLevel
- The immunity level to poison for the created channelfilter
- The filter used to decode incoming messagesCreates a new NetSharedChannelInput with the given index
index
- The index to create the channel withCreates a new NetSharedChannelInput with the given index and poison immunity level
index
- The index to create the channel withimmunityLevel
- The immunity to poison the channel hasCreates a new NetSharedChannelInput with the given index that uses the given filter to decode incoming messages
index
- The index to create the channel withfilter
- The filter used to decode incoming messagesCreates a new NetSharedChannelInput with the given index and poison immunity level, which uses the given filter to decode incoming messages.
index
- The index to create the channel withimmunityLevel
- The immunity level to poison that the channel hasfilter
- The filter used to decode incoming messagesCreates a new NetAltingChannelInput with the given index
index
- The index to create the channel withCreates a new NetAltingChannelInput with the given index and the given poison immunity level
index
- The index to create the channel withimmunityLevel
- The immunity to poison that the channel hasCreates a new NetAltingChannelInput with the given index that uses the given filter to decode incoming messages
index
- The index to create the channel withfilter
- The filter used to decode incoming messagesCreates a new NetAltingChannelInput with the given index and given poison immunity, which uses the given filter to decode incoming messages
index
- The index to create the channel withimmunityLevel
- The immunity to poison that the channel hasfilter
- The filter used to decode incoming messagesCreates a new NetChannelOutput connected to the input end with the given NetChannelLocation
loc
- The location of the input end of the channelCreates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and having the given poison immunity level
loc
- The location of the input end of the channelimmunityLevel
- The immunity to poison that this channel hasCreates a new NetChannelOutput connected to the input end with the given NetChannelLocation, and uses the given filter to encode outgoing messages
loc
- The location of the input end of the channelfilter
- The filter used to encode outgoing messagesCreates a new NetChannelOutput connected to the given location with the given poison immunity level, and uses the given filter to encode outgoing messages.
loc
- The location of the input end of the channelimmunityLevel
- The immunity to poison that this channel hasfilter
- The filter used to encode outgoing messagesCreates a new NetChannelOutput connected to the channel with the given vcn on the given Node
nodeID
- The NodeID of the node that the input channel resides onvcn
- The Virtual Channel Number of the input channelCreates a new NetChannelOutput connected to the channel with the given vcn on the given Node, and with the given poison immunity level
nodeID
- The NodeID of the Node that the input channel resides onvcn
- The Virtual Channel Number of the input channelimmunityLevel
- The immunity to poison of the channelCreates a new NetChannelOutput connected to the channel with the given vcn on the given Node, which uses the given filter to encode outgoing messages
nodeID
- The NodeID of the Node that the input channel resides onvcn
- The Virtual Channel Number of the input channelfilter
- The filter to encode outgoing messagesCreates 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
nodeID
- The NodeID of the Node that the input channel resides onvcn
- The Virtual Channel Number of the input channelimmunityLevel
- The immunity to poison that the channel hasfilter
- The filter that encodes the outgoing messagesCreates a new NetChannelOutput connected to the channel with the given vcn on the given Node
nodeAddr
- The NodeAddress of the Node to connect tovcn
- The Virtual Channel Number of the input channelCreates a new NetChannelOutput connected to the channel with the given vcn on the given Node with the given poison immunity
nodeAddr
- The NodeAddress of the Node to connect tovcn
- The Virtual Channel Number of the input channelimmunityLevel
- The immunity to poison the channel hasCreates a new NetChannelOutput connected to the channel with the given vcn on the given Node which uses the given filter to encode outgoing messages
nodeAddr
- The NodeAddress of the Node to connect tovcn
- The Virtual Channel Number of the input channelfilter
- The filter used to encode outgoing messagesCreates 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
nodeAddr
- The NodeAddress of the Node to connect tovcn
- The Virtual Channel Number of the input channelimmunityLevel
- The immunity to poison that the channel hasfilter
- The filter used to encode outgoing messages