java.lang.Object
io.undertow.websockets.core.protocol.version07.UTF8Checker
All Implemented Interfaces:
ChannelFunction

public class UTF8Checker extends Object implements ChannelFunction
An utility class which can be used to check if a sequence of bytes or ByteBuffers contain non UTF-8 data.

Please use a new instance per stream.

Author:
Norman Maurer