Interface NettyIOClient<T>

Type Parameters:
T - Defines the message type that the instance will encode/decode
All Superinterfaces:
IOClient<T>
All Known Implementing Classes:
AbstractNettyIOClient, SerialIOClient, TCPIOClient, UDPIOClient, WebsocketIOClient, ZWaveSerialIOClient

public interface NettyIOClient<T> extends IOClient<T>
This is for IO clients that use Netty and are based on ChannelHandlers for encoding/decoding messages of type <T>.