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