Package akka.http.impl.engine.rendering
Class RenderSupport
- java.lang.Object
-
- akka.http.impl.engine.rendering.RenderSupport
-
public class RenderSupport extends java.lang.ObjectINTERNAL API
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRenderSupport.CheckContentLengthTransformerstatic classRenderSupport.CheckContentLengthTransformer$static classRenderSupport.ChunkTransformerstatic classRenderSupport.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.ByteStringdefaultLastChunkBytes()static byte[]DefaultStatusLineBytes()static byte[]KeepAliveBytes()static RenderingrenderEntityContentType(Rendering r, HttpEntity entity)static byte[]StatusLineStartBytes()static voidsuppressionWarning(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)
-
-