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>
,Serializable
,scala.Equals
,scala.Product
public final class HttpEncoding
extends HttpEncoding
implements LazyValueBytesRenderable, WithQValue<HttpEncodingRange>, scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
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 scala.Equals
canEqual, equals
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
-
Constructor Details
-
HttpEncoding
-
-
Method Details
-
custom
-
value
- Specified by:
value
in interfaceLazyValueBytesRenderable
- Specified by:
value
in classHttpEncoding
-
withQValue
- Specified by:
withQValue
in interfaceWithQValue<HttpEncodingRange>
-