static NetChannelOutput |
NetChannel.createOne2Net(NetChannelLocation loc) |
Deprecated.
|
static NetChannelOutput |
NetChannelEnd.createOne2Net(NetChannelLocation loc) |
Deprecated.
|
NetChannelOutput |
StandardNetChannelEndFactory.createOne2Net(NetChannelLocation loc) |
Deprecated.
|
static <T> NetChannelOutput<T> |
NetChannel.one2net(NetChannelLocation loc) |
Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation
|
static <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 level
|
static <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 messages
|
static <T> NetChannelOutput<T> |
NetChannel.one2net(NodeAddress nodeAddr,
int vcn) |
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node
|
static <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 immunity
|
static <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 messages
|
static <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 messages
|
static <T> NetChannelOutput<T> |
NetChannel.one2net(NodeID nodeID,
int vcn) |
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node
|
static <T> NetChannelOutput<T> |
NetChannel.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 <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 messages
|
static <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 messages
|
static NetChannelOutput |
NetChannelEnd.one2net(NetChannelLocation loc) |
Deprecated.
Creates a new NetChannelOutput connected to the input end with the given NetChannelLocation
|
static 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 level
|
static 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 messages
|
static NetChannelOutput |
NetChannelEnd.one2net(NodeAddress nodeAddr,
int vcn) |
Deprecated.
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node
|
static 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 immunity
|
static 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 messages
|
static 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 messages
|
static NetChannelOutput |
NetChannelEnd.one2net(NodeID nodeID,
int vcn) |
Deprecated.
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node
|
static NetChannelOutput |
NetChannelEnd.one2net(NodeID nodeID,
int vcn,
int immunityLevel) |
Deprecated.
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 |
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 messages
|
static 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> |
NetChannelEndFactory.one2net(NodeID nodeID,
int vcn) |
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node
|
<T> NetChannelOutput<T> |
NetChannelEndFactory.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
|
<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> |
StandardNetChannelEndFactory.one2net(NodeID nodeID,
int vcn) |
Creates a new NetChannelOutput connected to the channel with the given vcn on the given Node
|
<T> NetChannelOutput<T> |
StandardNetChannelEndFactory.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
|
<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
|