Class RenderSupport

java.lang.Object
akka.http.impl.engine.rendering.RenderSupport

public class RenderSupport extends Object
INTERNAL API
  • Constructor Details

    • RenderSupport

      public RenderSupport()
  • Method Details

    • 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,Object> second)
    • renderEntityContentType

      public static Rendering renderEntityContentType(Rendering r, HttpEntity entity)
    • suppressionWarning

      public static void suppressionWarning(akka.event.LoggingAdapter log, HttpHeader h, String msg)