Interface NetSharedChannelOutput<T>
- All Superinterfaces:
ChannelOutput<T>, NetChannelOutput<T>, Networked, Poisonable, SharedChannelOutput<T>
- All Known Implementing Classes:
Any2NetChannel
Defines a networked ChannelOutput that is safe to be used by multiple concurrent processes. For more information see
NetChannelOutput and SharedChannelOutput. To create an instance, see the relevant factory method.
- See Also:
-
Method Summary
Methods inherited from interface ChannelOutput
writeMethods inherited from interface NetChannelOutput
asyncWrite, setEncoderMethods inherited from interface Networked
destroy, getLocationMethods inherited from interface Poisonable
poison