Suffix

akka.http.scaladsl.model.headers.ByteRange.Suffix
final case class Suffix(length: Long) extends ByteRange

Used to specify the last length bytes of an entity. If the entity is shorter than the given length, then the range spans the entire entity.

Attributes

Source
ByteRange.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class ByteRange
class ByteRange
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def getSuffixLength: OptionalLong

Java API

Java API

Attributes

Definition Classes
ByteRange -> ByteRange
Source
ByteRange.scala
override def isSuffix: Boolean

Java API

Java API

Attributes

Definition Classes
ByteRange -> ByteRange
Source
ByteRange.scala
def render[R <: Rendering](r: R): R

Attributes

Source
ByteRange.scala

Inherited methods

def getOffset: OptionalLong

Java API

Java API

Attributes

Inherited from:
ByteRange
Source
ByteRange.scala
def getSliceFirst: OptionalLong

Java API

Java API

Attributes

Inherited from:
ByteRange
Source
ByteRange.scala
def getSliceLast: OptionalLong

Java API

Java API

Attributes

Inherited from:
ByteRange
Source
ByteRange.scala

Java API

Java API

Attributes

Inherited from:
ByteRange
Source
ByteRange.scala

Java API

Java API

Attributes

Inherited from:
ByteRange
Source
ByteRange.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
ToStringRenderable -> Any
Inherited from:
ToStringRenderable (hidden)
Source
Rendering.scala
def value: String

Attributes

Inherited from:
ValueRenderable (hidden)
Source
Rendering.scala