Interface IncomingFrames
-
- All Known Subinterfaces:
EventDriver,Extension
- All Known Implementing Classes:
AbstractEventDriver,AbstractExtension,CompressExtension,DeflateFrameExtension,ExtensionStack,FragmentExtension,FrameCaptureExtension,IdentityExtension,JettyAnnotatedEventDriver,JettyListenerEventDriver,PerMessageDeflateExtension,WebSocketSession,XWebkitDeflateFrameExtension
@Deprecated(since="2021-05-27") public interface IncomingFramesDeprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.Interface for dealing with Incoming Frames.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidincomingFrame(Frame frame)Deprecated.Process the incoming frame.
-
-
-
Method Detail
-
incomingFrame
void incomingFrame(Frame frame)
Deprecated.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
-
-