Package akka.http.scaladsl.model
Class HttpEntity.Chunk$
- java.lang.Object
-
- akka.http.scaladsl.model.HttpEntity.Chunk$
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- HttpEntity
public static class HttpEntity.Chunk$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static HttpEntity.Chunk$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Chunk$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpEntity.Chunk
apply(byte[] bytes)
HttpEntity.Chunk
apply(java.lang.String string)
-
-
-
Field Detail
-
MODULE$
public static final HttpEntity.Chunk$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public HttpEntity.Chunk apply(java.lang.String string)
-
apply
public HttpEntity.Chunk apply(byte[] bytes)
-
-