Package akka.http.scaladsl.model.headers
Class ProductVersion
java.lang.Object
akka.http.javadsl.model.headers.ProductVersion
akka.http.scaladsl.model.headers.ProductVersion
- All Implemented Interfaces:
Renderable
,ToStringRenderable
,ValueRenderable
,Serializable
,scala.Equals
,scala.Product
public final class ProductVersion
extends ProductVersion
implements ValueRenderable, scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomment()
static scala.collection.immutable.Seq<ProductVersion>
parseMultiple
(String string) parses a string of multiple ProductVersionsproduct()
static Renderer<scala.collection.immutable.Seq<ProductVersion>>
render
(R r) version()
Methods inherited from class akka.http.javadsl.model.headers.ProductVersion
create, 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 akka.http.impl.util.ToStringRenderable
toString
Methods inherited from interface akka.http.impl.util.ValueRenderable
value
-
Constructor Details
-
ProductVersion
-
-
Method Details
-
productsRenderer
-
parseMultiple
parses a string of multiple ProductVersions -
product
- Specified by:
product
in classProductVersion
-
version
- Specified by:
version
in classProductVersion
-
comment
- Specified by:
comment
in classProductVersion
-
render
- Specified by:
render
in interfaceRenderable
-