Interface Extension

All Superinterfaces:
AutoCloseable, Closeable, IncomingFrames, OutgoingFrames
All Known Implementing Classes:
AbstractExtension, FragmentExtension, FrameCaptureExtension, IdentityExtension, PerMessageDeflateExtension, ValidationExtension

public interface Extension extends IncomingFrames, OutgoingFrames, Closeable
Interface for WebSocket Extensions.

That Frames are passed through the Extension via the IncomingFrames and OutgoingFrames interfaces