Class RenderSupport
java.lang.Object
org.apache.pekko.http.impl.engine.rendering.RenderSupport
INTERNAL API
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic final classstatic classstatic classstatic class
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic <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) static byte[]static byte[]static byte[]static byte[]CrLf()static org.apache.pekko.util.ByteStringstatic byte[]static byte[]static RenderingrenderEntityContentType(Rendering r, HttpEntity entity) static byte[]static voidsuppressionWarning(org.apache.pekko.event.LoggingAdapter log, HttpHeader h, String msg) static Renderer<scala.collection.immutable.Iterable<HttpHeader>>
- 
Constructor Details- 
RenderSupportpublic RenderSupport()
 
- 
- 
Method Details- 
DefaultStatusLineBytespublic static byte[] DefaultStatusLineBytes()
- 
StatusLineStartBytespublic static byte[] StatusLineStartBytes()
- 
ChunkedBytespublic static byte[] ChunkedBytes()
- 
KeepAliveBytespublic static byte[] KeepAliveBytes()
- 
CloseBytespublic static byte[] CloseBytes()
- 
CrLfpublic static byte[] CrLf()
- 
ContentLengthBytespublic static byte[] ContentLengthBytes()
- 
trailerRenderer
- 
defaultLastChunkBytespublic static org.apache.pekko.util.ByteString defaultLastChunkBytes()
- 
CancelSecondpublic static <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
- 
suppressionWarningpublic static void suppressionWarning(org.apache.pekko.event.LoggingAdapter log, HttpHeader h, String msg) 
 
-