Class HttpEncodingRange
java.lang.Object
org.apache.pekko.http.javadsl.model.headers.HttpEncodingRange
org.apache.pekko.http.scaladsl.model.headers.HttpEncodingRange
- All Implemented Interfaces:
- Renderable,- ToStringRenderable,- ValueRenderable,- WithQValue<HttpEncodingRange>
- Direct Known Subclasses:
- HttpEncodingRange.$times,- HttpEncodingRange.One
public abstract class HttpEncodingRange
extends HttpEncodingRange
implements ValueRenderable, WithQValue<HttpEncodingRange>
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic final classstatic class
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic HttpEncodingRangeapply(HttpEncoding encoding) static HttpEncodingRangeapply(HttpEncoding encoding, float qValue) booleanmatches(HttpEncoding encoding) Java APIabstract booleanmatches(HttpEncoding encoding) abstract floatqValue()Methods inherited from class org.apache.pekko.http.javadsl.model.headers.HttpEncodingRangecreate, withQValueMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.http.impl.util.RenderablerenderMethods inherited from interface org.apache.pekko.http.impl.util.ToStringRenderabletoStringMethods inherited from interface org.apache.pekko.http.impl.util.ValueRenderablevalueMethods inherited from interface org.apache.pekko.http.scaladsl.model.WithQValuewithQValue, withQValue
- 
Constructor Details- 
HttpEncodingRangepublic HttpEncodingRange()
 
- 
- 
Method Details- 
apply
- 
apply
- 
qValuepublic abstract float qValue()- Specified by:
- qValuein class- HttpEncodingRange
 
- 
matches
- 
matchesJava API- Specified by:
- matchesin class- HttpEncodingRange
 
 
-