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, getDefaultInstance
public UnacknowledgedNetChannelEndFactory()
public NetChannelOutput createOne2Net(NetChannelLocation loc)
createOne2Net
in interface NetChannelEndFactory
createOne2Net
in class StandardNetChannelEndFactory
loc
- address of the input channel end to connect to.NetChannelOutput
object.NetChannelEndFactory.createOne2Net(NetChannelLocation)
public NetSharedChannelOutput createAny2Net(NetChannelLocation loc)
createAny2Net
in interface NetChannelEndFactory
createAny2Net
in class StandardNetChannelEndFactory
loc
- address of the input channel end to connect to.NetSharedChannelOutput
object.NetChannelEndFactory.createAny2Net(NetChannelLocation)
Copyright © 1996–2021. All rights reserved.