public class RenderSupport$
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static RenderSupport$ | MODULE$Static reference to the singleton instance of this Scala object. | 
| Constructor and Description | 
|---|
| RenderSupport$() | 
| Modifier and Type | Method and Description | 
|---|---|
| <T,Mat> org.apache.pekko.stream.scaladsl.Source<T,Mat> | CancelSecond(org.apache.pekko.stream.scaladsl.Source<T,Mat> first,
            org.apache.pekko.stream.scaladsl.Source<T,java.lang.Object> second) | 
| byte[] | ChunkedBytes() | 
| byte[] | CloseBytes() | 
| byte[] | ContentLengthBytes() | 
| byte[] | CrLf() | 
| org.apache.pekko.util.ByteString | defaultLastChunkBytes() | 
| byte[] | DefaultStatusLineBytes() | 
| byte[] | KeepAliveBytes() | 
| Rendering | renderEntityContentType(Rendering r,
                       HttpEntity entity) | 
| byte[] | StatusLineStartBytes() | 
| void | suppressionWarning(org.apache.pekko.event.LoggingAdapter log,
                  HttpHeader h,
                  java.lang.String msg) | 
| Renderer<scala.collection.immutable.Iterable<HttpHeader>> | trailerRenderer() | 
public static final RenderSupport$ MODULE$
public byte[] DefaultStatusLineBytes()
public byte[] StatusLineStartBytes()
public byte[] ChunkedBytes()
public byte[] KeepAliveBytes()
public byte[] CloseBytes()
public byte[] CrLf()
public byte[] ContentLengthBytes()
public Renderer<scala.collection.immutable.Iterable<HttpHeader>> trailerRenderer()
public org.apache.pekko.util.ByteString defaultLastChunkBytes()
public <T,Mat> org.apache.pekko.stream.scaladsl.Source<T,Mat> CancelSecond(org.apache.pekko.stream.scaladsl.Source<T,Mat> first,
                                                                           org.apache.pekko.stream.scaladsl.Source<T,java.lang.Object> second)
public Rendering renderEntityContentType(Rendering r, HttpEntity entity)
public void suppressionWarning(org.apache.pekko.event.LoggingAdapter log,
                               HttpHeader h,
                               java.lang.String msg)