Class ServiceFrame

java.lang.Object
org.glassfish.grizzly.spdy.frames.SpdyFrame
org.glassfish.grizzly.spdy.frames.ServiceFrame
All Implemented Interfaces:
org.glassfish.grizzly.Cacheable
Direct Known Subclasses:
OversizedFrame

public abstract class ServiceFrame extends SpdyFrame
Service frames represent virtual, not real SPDY frames, used internally in Filters communication.
Author:
Alexey Stashok
  • Constructor Details

    • ServiceFrame

      public ServiceFrame()
  • Method Details

    • toBuffer

      public org.glassfish.grizzly.Buffer toBuffer(org.glassfish.grizzly.memory.MemoryManager memoryManager)
      Specified by:
      toBuffer in class SpdyFrame
    • isService

      public boolean isService()
      Returns true if this is a service frame (not real SpdyFrame), or false otherwise.
      Overrides:
      isService in class SpdyFrame
    • getServiceCode

      public abstract int getServiceCode()
      Returns the service code.