Class RenderSupport$

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

public class RenderSupport$ extends Object
INTERNAL API
  • Field Details

    • MODULE$

      public static final RenderSupport$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • RenderSupport$

      public RenderSupport$()
  • Method Details

    • DefaultStatusLineBytes

      public byte[] DefaultStatusLineBytes()
    • StatusLineStartBytes

      public byte[] StatusLineStartBytes()
    • ChunkedBytes

      public byte[] ChunkedBytes()
    • KeepAliveBytes

      public byte[] KeepAliveBytes()
    • CloseBytes

      public byte[] CloseBytes()
    • CrLf

      public byte[] CrLf()
    • ContentLengthBytes

      public byte[] ContentLengthBytes()
    • trailerRenderer

      public Renderer<scala.collection.immutable.Iterable<HttpHeader>> trailerRenderer()
    • defaultLastChunkBytes

      public akka.util.ByteString defaultLastChunkBytes()
    • CancelSecond

      public <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 Rendering renderEntityContentType(Rendering r, HttpEntity entity)
    • suppressionWarning

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