Class RangeUnits.Bytes$

All Implemented Interfaces:
Serializable, Renderable, ToStringRenderable, ValueRenderable, scala.Equals, scala.Product
Enclosing class:
RangeUnits

public static class RangeUnits.Bytes$ extends RangeUnit implements scala.Product, Serializable
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final RangeUnits.Bytes$
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    <R extends Rendering>
    Rendering
    render(R r)
     

    Methods inherited from class org.apache.pekko.http.javadsl.model.headers.RangeUnit

    create

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix

    Methods inherited from interface org.apache.pekko.http.impl.util.ToStringRenderable

    toString

    Methods inherited from interface org.apache.pekko.http.impl.util.ValueRenderable

    value
  • Field Details

    • MODULE$

      public static final RangeUnits.Bytes$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • Bytes$

      public Bytes$()
  • Method Details