public class UnacknowledgedNetChannelEndFactory extends StandardNetChannelEndFactory
| Constructor and Description |
|---|
UnacknowledgedNetChannelEndFactory()
Creates a new factory object.
|
| Modifier and Type | Method and Description |
|---|---|
NetSharedChannelOutput |
createAny2Net(NetChannelLocation loc)
Creates an unacknowledged output channel end suitable for use by multiple writers.
|
NetChannelOutput |
createOne2Net(NetChannelLocation loc)
Creates an unacknowledged output channel end suitable for use by a single writer.
|
createNet2Any, createNet2Any, createNet2Any, createNet2Any, createNet2One, createNet2One, createNet2One, createNet2One, getDefaultInstancepublic UnacknowledgedNetChannelEndFactory()
public NetChannelOutput createOne2Net(NetChannelLocation loc)
createOne2Net in interface NetChannelEndFactorycreateOne2Net in class StandardNetChannelEndFactoryloc - address of the input channel end to connect to.NetChannelOutput object.NetChannelEndFactory.createOne2Net(NetChannelLocation)public NetSharedChannelOutput createAny2Net(NetChannelLocation loc)
createAny2Net in interface NetChannelEndFactorycreateAny2Net in class StandardNetChannelEndFactoryloc - address of the input channel end to connect to.NetSharedChannelOutput object.NetChannelEndFactory.createAny2Net(NetChannelLocation)Copyright © 1996–2022. All rights reserved.