Class FragmentingFlusher

java.lang.Object
org.eclipse.jetty.websocket.core.util.TransformingFlusher
org.eclipse.jetty.websocket.core.util.FragmentingFlusher

public abstract class FragmentingFlusher extends TransformingFlusher
Used to split large data frames into multiple frames below the maxFrameSize. Control frames and dataFrames smaller than the maxFrameSize will be forwarded directly to forwardFrame(Frame, Callback, boolean).
  • Constructor Details

    • FragmentingFlusher

      public FragmentingFlusher(Configuration configuration)
  • Method Details