Class BaseFrameType

java.lang.Object
org.glassfish.grizzly.websockets.BaseFrameType
All Implemented Interfaces:
FrameType
Direct Known Subclasses:
BinaryFrameType, ClosingFrameType, ContinuationFrameType, PingFrameType, PongFrameType, TextFrameType

public abstract class BaseFrameType extends Object implements FrameType
  • Constructor Details

    • BaseFrameType

      public BaseFrameType()
  • Method Details