Package akka.http.scaladsl.model.headers
Class HttpEncoding
- java.lang.Object
-
- akka.http.javadsl.model.headers.HttpEncoding
-
- akka.http.scaladsl.model.headers.HttpEncoding
-
- All Implemented Interfaces:
LazyValueBytesRenderable
,Renderable
,WithQValue<HttpEncodingRange>
,java.io.Serializable
,scala.Equals
,scala.Product
public final class HttpEncoding extends HttpEncoding implements LazyValueBytesRenderable, WithQValue<HttpEncodingRange>, scala.Product, java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpEncoding(java.lang.String value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HttpEncoding
custom(java.lang.String value)
java.lang.String
value()
HttpEncodingRange
withQValue(float qValue)
-
Methods inherited from class akka.http.javadsl.model.headers.HttpEncoding
toRange
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.http.impl.util.LazyValueBytesRenderable
render, toString, valueBytes
-
Methods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Methods inherited from interface akka.http.scaladsl.model.WithQValue
withQValue
-
-
-
-
Method Detail
-
custom
public static HttpEncoding custom(java.lang.String value)
-
value
public java.lang.String value()
- Specified by:
value
in interfaceLazyValueBytesRenderable
- Specified by:
value
in classHttpEncoding
-
withQValue
public HttpEncodingRange withQValue(float qValue)
- Specified by:
withQValue
in interfaceWithQValue<HttpEncodingRange>
-
-