Class MessageHandler

java.lang.Object
org.eclipse.jetty.websocket.core.internal.MessageHandler
All Implemented Interfaces:
FrameHandler, IncomingFrames

public class MessageHandler extends Object implements FrameHandler
A utility implementation of FrameHandler that defragments text frames into a String message before calling onText(String, Callback). Flow control is by default automatic, but an implementation may extend FrameHandler.isDemanding() to return true and then explicityly control demand with calls to CoreSession.demand(long)