public static class HttpEntity.ChunkStreamPart$
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static HttpEntity.ChunkStreamPart$ | MODULE$Static reference to the singleton instance of this Scala object. | 
| Constructor and Description | 
|---|
| ChunkStreamPart$() | 
| Modifier and Type | Method and Description | 
|---|---|
| HttpEntity.ChunkStreamPart | apply(byte[] bytes) | 
| HttpEntity.ChunkStreamPart | apply(org.apache.pekko.util.ByteString bytes) | 
| HttpEntity.ChunkStreamPart | apply(java.lang.String string) | 
public static final HttpEntity.ChunkStreamPart$ MODULE$
public HttpEntity.ChunkStreamPart apply(java.lang.String string)
public HttpEntity.ChunkStreamPart apply(byte[] bytes)
public HttpEntity.ChunkStreamPart apply(org.apache.pekko.util.ByteString bytes)