Interface WebSocketFrame


public interface WebSocketFrame
Represents a WebSocket frame.
Author:
David BRASSELY (david.brassely at graviteesource.com), GraviteeSource Team
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    This one is only valid in case of a TEXT or BINARY frame type.
    boolean
     
     
  • Method Details

    • type

    • data

      Buffer data()
      This one is only valid in case of a TEXT or BINARY frame type.
      Returns:
    • isFinal

      boolean isFinal()