Class Stream.Data

java.lang.Object
org.eclipse.jetty.http2.api.Stream.Data
All Implemented Interfaces:
org.eclipse.jetty.io.Retainable
Enclosing interface:
Stream

public abstract static class Stream.Data extends Object implements org.eclipse.jetty.io.Retainable

A Retainable wrapper of a DataFrame.

  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.jetty.io.Retainable

    org.eclipse.jetty.io.Retainable.ReferenceCounter, org.eclipse.jetty.io.Retainable.Wrapper
  • Field Summary

    Fields inherited from interface org.eclipse.jetty.io.Retainable

    NON_RETAINABLE
  • Constructor Summary

    Constructors
    Constructor
    Description
    Data(DataFrame frame)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    eof(int streamId)
     
     
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.eclipse.jetty.io.Retainable

    canRetain, getRetained, isRetained, release, retain