Class FrameScanner


  • public class FrameScanner
    extends Object
    A FrameScanner keeps reading the InputStream (which is supposed to be the input stream of a WebSocket. Each time the getFrame() method is called, it tries to create a RawFrame from bytes that arrived on the input stream.