Package akka.http.impl.engine.rendering
Class RenderSupport
- java.lang.Object
-
- akka.http.impl.engine.rendering.RenderSupport
-
public class RenderSupport extends java.lang.Object
INTERNAL API
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RenderSupport.CheckContentLengthTransformer
static class
RenderSupport.CheckContentLengthTransformer$
static class
RenderSupport.ChunkTransformer
static class
RenderSupport.ChunkTransformer$
-
Constructor Summary
Constructors Constructor Description RenderSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T,Mat>
akka.stream.scaladsl.Source<T,Mat>CancelSecond(akka.stream.scaladsl.Source<T,Mat> first, akka.stream.scaladsl.Source<T,java.lang.Object> second)
static byte[]
ChunkedBytes()
static byte[]
CloseBytes()
static byte[]
ContentLengthBytes()
static byte[]
CrLf()
static akka.util.ByteString
defaultLastChunkBytes()
static byte[]
DefaultStatusLineBytes()
static byte[]
KeepAliveBytes()
static Rendering
renderEntityContentType(Rendering r, HttpEntity entity)
static byte[]
StatusLineStartBytes()
static void
suppressionWarning(akka.event.LoggingAdapter log, HttpHeader h, java.lang.String msg)
static Renderer<scala.collection.immutable.Iterable<HttpHeader>>
trailerRenderer()
-
-
-
Method Detail
-
DefaultStatusLineBytes
public static byte[] DefaultStatusLineBytes()
-
StatusLineStartBytes
public static byte[] StatusLineStartBytes()
-
ChunkedBytes
public static byte[] ChunkedBytes()
-
KeepAliveBytes
public static byte[] KeepAliveBytes()
-
CloseBytes
public static byte[] CloseBytes()
-
CrLf
public static byte[] CrLf()
-
ContentLengthBytes
public static byte[] ContentLengthBytes()
-
trailerRenderer
public static Renderer<scala.collection.immutable.Iterable<HttpHeader>> trailerRenderer()
-
defaultLastChunkBytes
public static akka.util.ByteString defaultLastChunkBytes()
-
CancelSecond
public static <T,Mat> akka.stream.scaladsl.Source<T,Mat> CancelSecond(akka.stream.scaladsl.Source<T,Mat> first, akka.stream.scaladsl.Source<T,java.lang.Object> second)
-
renderEntityContentType
public static Rendering renderEntityContentType(Rendering r, HttpEntity entity)
-
suppressionWarning
public static void suppressionWarning(akka.event.LoggingAdapter log, HttpHeader h, java.lang.String msg)
-
-