Class WebsocketIOClient<T>

java.lang.Object
org.openremote.agent.protocol.io.AbstractNettyIOClient<T,InetSocketAddress>
org.openremote.agent.protocol.websocket.WebsocketIOClient<T>
All Implemented Interfaces:
IOClient<T>, NettyIOClient<T>

public class WebsocketIOClient<T> extends AbstractNettyIOClient<T,InetSocketAddress>
This is an IOClient implementation based on AbstractNettyIOClient. For custom decoders, the initial message type is of type String. For custom encoders, the final message type must be of type String.