public interface NetChannelInput<T> extends ChannelInput<T>, Networked
ChannelInput
,
Networked
,
NetChannel
Modifier and Type | Method and Description |
---|---|
void |
setDecoder(NetworkMessageFilter.FilterRx decoder)
Sets the underlying decoder for the channel
|
endRead, read, startRead
poison
destroy, getLocation
void setDecoder(NetworkMessageFilter.FilterRx decoder)
decoder
- The new decoder to use.