Interface NetSharedChannelInput<T>
- All Superinterfaces:
ChannelInput<T>, NetChannelInput<T>, Networked, Poisonable, SharedChannelInput<T>
- All Known Implementing Classes:
Net2AnyChannel
Defines a networked ChannelInput that is safe to be used by multiple concurrent processes. For more information see
NetChannelInput and SharedChannelInput. To create an instance, see the relevant factory method.
- See Also:
-
Method Summary
Methods inherited from interface ChannelInput
endRead, read, startReadMethods inherited from interface NetChannelInput
setDecoderMethods inherited from interface Networked
destroy, getLocationMethods inherited from interface Poisonable
poison