Class NoOpTelemetry
java.lang.Object
org.apache.pekko.http.impl.engine.http2.NoOpTelemetry
INTERNAL API
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic org.apache.pekko.stream.scaladsl.BidiFlow<HttpRequest,HttpRequest, HttpResponse, HttpResponse, org.apache.pekko.NotUsed> client()static org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection,org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection, org.apache.pekko.NotUsed> static org.apache.pekko.stream.scaladsl.BidiFlow<HttpResponse,HttpResponse, HttpRequest, HttpRequest, org.apache.pekko.NotUsed> 
- 
Constructor Details- 
NoOpTelemetrypublic NoOpTelemetry()
 
- 
- 
Method Details- 
clientpublic static org.apache.pekko.stream.scaladsl.BidiFlow<HttpRequest,HttpRequest, client()HttpResponse, HttpResponse, org.apache.pekko.NotUsed> 
- 
serverBindingpublic static org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection,org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection, serverBinding()org.apache.pekko.NotUsed> 
- 
serverConnectionpublic static org.apache.pekko.stream.scaladsl.BidiFlow<HttpResponse,HttpResponse, serverConnection()HttpRequest, HttpRequest, org.apache.pekko.NotUsed> 
 
-