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
-
-
Field Summary
Fields Modifier and Type Field Description static RenderSupport$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description RenderSupport$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <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)
byte[]
ChunkedBytes()
byte[]
CloseBytes()
byte[]
ContentLengthBytes()
byte[]
CrLf()
akka.util.ByteString
defaultLastChunkBytes()
byte[]
DefaultStatusLineBytes()
byte[]
KeepAliveBytes()
Rendering
renderEntityContentType(Rendering r, HttpEntity entity)
byte[]
StatusLineStartBytes()
void
suppressionWarning(akka.event.LoggingAdapter log, HttpHeader h, java.lang.String msg)
Renderer<scala.collection.immutable.Iterable<HttpHeader>>
trailerRenderer()
-
-
-
Field Detail
-
MODULE$
public static final RenderSupport$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
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,java.lang.Object> second)
-
renderEntityContentType
public Rendering renderEntityContentType(Rendering r, HttpEntity entity)
-
suppressionWarning
public void suppressionWarning(akka.event.LoggingAdapter log, HttpHeader h, java.lang.String msg)
-
-