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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic final classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier 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.HttpEncodingRange
create, withQValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pekko.http.impl.util.Renderable
renderMethods inherited from interface org.apache.pekko.http.impl.util.ToStringRenderable
toStringMethods inherited from interface org.apache.pekko.http.impl.util.ValueRenderable
valueMethods inherited from interface org.apache.pekko.http.scaladsl.model.WithQValue
withQValue, withQValue
-
Constructor Details
-
HttpEncodingRange
public HttpEncodingRange()
-
-
Method Details
-
apply
-
apply
-
qValue
public abstract float qValue()- Specified by:
qValuein classHttpEncodingRange
-
matches
-
matches
Java API- Specified by:
matchesin classHttpEncodingRange
-