public interface NetChannelEndFactory
This interface defines methods for constructing Networked channel ends.
| Modifier and Type | Method and Description |
|---|---|
NetSharedChannelOutput |
createAny2Net(NetChannelLocation loc)
Constructs a
NetSharedChannelOutput object. |
NetSharedChannelInput |
createNet2Any()
Constructs a
NetSharedChannelInput object. |
NetAltingChannelInput |
createNet2One()
Constructs a
NetAltingChannelInput object. |
NetChannelOutput |
createOne2Net(NetChannelLocation loc)
Constructs a
NetChannelOutput object. |
NetAltingChannelInput createNet2One()
Constructs a NetAltingChannelInput object.
NetAltingChannelInput object.NetSharedChannelInput createNet2Any()
Constructs a NetSharedChannelInput object.
NetSharedChannelInput object.NetChannelOutput createOne2Net(NetChannelLocation loc)
Constructs a NetChannelOutput object.
NetChannelOutput object.NetSharedChannelOutput createAny2Net(NetChannelLocation loc)
Constructs a NetSharedChannelOutput object.
NetSharedChannelOutput object.Copyright © 1996–2022. All rights reserved.