Class RenderSupport$
java.lang.Object
org.apache.pekko.http.impl.engine.rendering.RenderSupport$
INTERNAL API
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final RenderSupport$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription<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, Object> second) byte[]byte[]byte[]byte[]CrLf()org.apache.pekko.util.ByteStringbyte[]byte[]renderEntityContentType(Rendering r, HttpEntity entity) byte[]voidsuppressionWarning(org.apache.pekko.event.LoggingAdapter log, HttpHeader h, String msg) Renderer<scala.collection.immutable.Iterable<HttpHeader>>
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
RenderSupport$public RenderSupport$()
 
- 
- 
Method Details- 
DefaultStatusLineBytespublic byte[] DefaultStatusLineBytes()
- 
StatusLineStartBytespublic byte[] StatusLineStartBytes()
- 
ChunkedBytespublic byte[] ChunkedBytes()
- 
KeepAliveBytespublic byte[] KeepAliveBytes()
- 
CloseBytespublic byte[] CloseBytes()
- 
CrLfpublic byte[] CrLf()
- 
ContentLengthBytespublic byte[] ContentLengthBytes()
- 
trailerRenderer
- 
defaultLastChunkBytespublic org.apache.pekko.util.ByteString defaultLastChunkBytes()
- 
CancelSecondpublic <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, Object> second) 
- 
renderEntityContentType
- 
suppressionWarning
 
-