Class RequestRendering
java.lang.Object
org.apache.pekko.http.impl.engine.http2.MessageRendering<HttpRequest>
org.apache.pekko.http.impl.engine.http2.RequestRendering
- All Implemented Interfaces:
- scala.Function1<HttpRequest,- Http2SubStream> 
INTERNAL API
- 
Nested Class Summary
- 
Constructor SummaryConstructorsConstructorDescriptionRequestRendering(ClientConnectionSettings settings, org.apache.pekko.event.LoggingAdapter log) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected DateHeaderRenderinginitialHeaderPairs(HttpRequest request) org.apache.pekko.event.LoggingAdapterlog()protected intMethods inherited from class org.apache.pekko.http.impl.engine.http2.MessageRenderingapplyMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Function1andThen, apply$mcDD$sp, apply$mcDF$sp, apply$mcDI$sp, apply$mcDJ$sp, apply$mcFD$sp, apply$mcFF$sp, apply$mcFI$sp, apply$mcFJ$sp, apply$mcID$sp, apply$mcIF$sp, apply$mcII$sp, apply$mcIJ$sp, apply$mcJD$sp, apply$mcJF$sp, apply$mcJI$sp, apply$mcJJ$sp, apply$mcVD$sp, apply$mcVF$sp, apply$mcVI$sp, apply$mcVJ$sp, apply$mcZD$sp, apply$mcZF$sp, apply$mcZI$sp, apply$mcZJ$sp, compose, toString
- 
Constructor Details- 
RequestRenderingpublic RequestRendering(ClientConnectionSettings settings, org.apache.pekko.event.LoggingAdapter log) 
 
- 
- 
Method Details- 
dateHeaderRendering- Specified by:
- dateHeaderRenderingin class- MessageRendering<HttpRequest>
 
- 
initialHeaderPairsprotected scala.collection.immutable.VectorBuilder<scala.Tuple2<String,String>> initialHeaderPairs(HttpRequest request) - Specified by:
- initialHeaderPairsin class- MessageRendering<HttpRequest>
 
- 
logpublic org.apache.pekko.event.LoggingAdapter log()- Specified by:
- login class- MessageRendering<HttpRequest>
 
- 
nextStreamId- Specified by:
- nextStreamIdin class- MessageRendering<HttpRequest>
 
- 
peerIdHeader- Specified by:
- peerIdHeaderin class- MessageRendering<HttpRequest>
 
 
-