Class ProductVersion
java.lang.Object
org.apache.pekko.http.javadsl.model.headers.ProductVersion
org.apache.pekko.http.scaladsl.model.headers.ProductVersion
- All Implemented Interfaces:
- Serializable,- Renderable,- ToStringRenderable,- ValueRenderable,- scala.Equals,- scala.Product
public final class ProductVersion
extends ProductVersion
implements ValueRenderable, scala.Product, Serializable
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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 org.apache.pekko.http.javadsl.model.headers.ProductVersioncreate, createMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefixMethods inherited from interface org.apache.pekko.http.impl.util.ToStringRenderabletoStringMethods inherited from interface org.apache.pekko.http.impl.util.ValueRenderablevalue
- 
Constructor Details- 
ProductVersion
 
- 
- 
Method Details- 
productsRenderer
- 
parseMultipleparses a string of multiple ProductVersions
- 
product- Specified by:
- productin class- ProductVersion
 
- 
version- Specified by:
- versionin class- ProductVersion
 
- 
comment- Specified by:
- commentin class- ProductVersion
 
- 
render- Specified by:
- renderin interface- Renderable
 
 
-