Class NoOpTelemetry$
java.lang.Object
org.apache.pekko.http.impl.engine.http2.NoOpTelemetry$
- All Implemented Interfaces:
TelemetrySpi
INTERNAL API
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NoOpTelemetry$
Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.stream.scaladsl.BidiFlow<HttpRequest,
HttpRequest, HttpResponse, HttpResponse, org.apache.pekko.NotUsed> client()
Flow to intercept server connections.org.apache.pekko.stream.scaladsl.Flow<org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection,
org.apache.pekko.stream.scaladsl.Tcp.IncomingConnection, org.apache.pekko.NotUsed> Flow to intercept server binding.org.apache.pekko.stream.scaladsl.BidiFlow<HttpResponse,
HttpResponse, HttpRequest, HttpRequest, org.apache.pekko.NotUsed> Flow to intercept server connections.
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
NoOpTelemetry$
public NoOpTelemetry$()
-
-
Method Details
-
client
public org.apache.pekko.stream.scaladsl.BidiFlow<HttpRequest,HttpRequest, client()HttpResponse, HttpResponse, org.apache.pekko.NotUsed> Description copied from interface:TelemetrySpi
Flow to intercept server connections. When run the flow will have the ClientMeta attribute set.- Specified by:
client
in interfaceTelemetrySpi
- Returns:
- (undocumented)
-
serverBinding
public 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> Description copied from interface:TelemetrySpi
Flow to intercept server binding.- Specified by:
serverBinding
in interfaceTelemetrySpi
- Returns:
- (undocumented)
-
serverConnection
public org.apache.pekko.stream.scaladsl.BidiFlow<HttpResponse,HttpResponse, serverConnection()HttpRequest, HttpRequest, org.apache.pekko.NotUsed> Description copied from interface:TelemetrySpi
Flow to intercept server connections.- Specified by:
serverConnection
in interfaceTelemetrySpi
- Returns:
- (undocumented)
-