Interface IncomingFrames

All Known Subinterfaces:
EventDriver, Extension
All Known Implementing Classes:
AbstractEventDriver, AbstractExtension, AbstractJsrEventDriver, CompressExtension, DeflateFrameExtension, ExtensionStack, FragmentExtension, FrameCaptureExtension, FramePipes.In2Out, IdentityExtension, JettyAnnotatedEventDriver, JettyListenerEventDriver, JsrAnnotatedEventDriver, JsrEndpointEventDriver, JsrSession, PerMessageDeflateExtension, WebSocketSession, XWebkitDeflateFrameExtension

public interface IncomingFrames
Interface for dealing with Incoming Frames.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Process the incoming frame.
  • Method Details

    • incomingFrame

      void incomingFrame(Frame frame)
      Process the incoming frame.

      Note: if you need to hang onto any information from the frame, be sure to copy it, as the information contained in the Frame will be released and/or reused by the implementation.

      Parameters:
      frame - the frame to process