public class RenderSupport
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
RenderSupport.CheckContentLengthTransformer |
static class |
RenderSupport.CheckContentLengthTransformer$ |
static class |
RenderSupport.ChunkTransformer |
static class |
RenderSupport.ChunkTransformer$ |
Constructor and Description |
---|
RenderSupport() |
Modifier and Type | Method and Description |
---|---|
static <T,Mat> org.apache.pekko.stream.scaladsl.Source<T,Mat> |
CancelSecond(org.apache.pekko.stream.scaladsl.Source<T,Mat> first,
org.apache.pekko.stream.scaladsl.Source<T,java.lang.Object> second) |
static byte[] |
ChunkedBytes() |
static byte[] |
CloseBytes() |
static byte[] |
ContentLengthBytes() |
static byte[] |
CrLf() |
static org.apache.pekko.util.ByteString |
defaultLastChunkBytes() |
static byte[] |
DefaultStatusLineBytes() |
static byte[] |
KeepAliveBytes() |
static Rendering |
renderEntityContentType(Rendering r,
HttpEntity entity) |
static byte[] |
StatusLineStartBytes() |
static void |
suppressionWarning(org.apache.pekko.event.LoggingAdapter log,
HttpHeader h,
java.lang.String msg) |
static Renderer<scala.collection.immutable.Iterable<HttpHeader>> |
trailerRenderer() |
public static byte[] DefaultStatusLineBytes()
public static byte[] StatusLineStartBytes()
public static byte[] ChunkedBytes()
public static byte[] KeepAliveBytes()
public static byte[] CloseBytes()
public static byte[] CrLf()
public static byte[] ContentLengthBytes()
public static Renderer<scala.collection.immutable.Iterable<HttpHeader>> trailerRenderer()
public static org.apache.pekko.util.ByteString defaultLastChunkBytes()
public static <T,Mat> org.apache.pekko.stream.scaladsl.Source<T,Mat> CancelSecond(org.apache.pekko.stream.scaladsl.Source<T,Mat> first, org.apache.pekko.stream.scaladsl.Source<T,java.lang.Object> second)
public static Rendering renderEntityContentType(Rendering r, HttpEntity entity)
public static void suppressionWarning(org.apache.pekko.event.LoggingAdapter log, HttpHeader h, java.lang.String msg)