Module org.neo4j.driver
Class NoopHttpExchangeObservation
java.lang.Object
org.neo4j.driver.internal.observation.NoopObservation
org.neo4j.driver.internal.observation.NoopHttpExchangeObservation
- All Implemented Interfaces:
HttpExchangeObservation,Observation
public final class NoopHttpExchangeObservation
extends NoopObservation
implements HttpExchangeObservation
-
Nested Class Summary
Nested classes/interfaces inherited from class org.neo4j.driver.internal.observation.NoopObservation
NoopObservation.NoopScopeNested classes/interfaces inherited from interface org.neo4j.driver.internal.observation.HttpExchangeObservation
HttpExchangeObservation.ResponseNested classes/interfaces inherited from interface org.neo4j.driver.internal.observation.Observation
Observation.Scope -
Method Summary
Modifier and TypeMethodDescriptionstatic NoopHttpExchangeObservationonResponse(HttpExchangeObservation.Response response) start()Methods inherited from class org.neo4j.driver.internal.observation.NoopObservation
openScope, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.neo4j.driver.internal.observation.Observation
openScope, stop, writeReactiveContext
-
Method Details
-
getInstance
-
start
- Specified by:
startin interfaceHttpExchangeObservation- Specified by:
startin interfaceObservation- Overrides:
startin classNoopObservation
-
onHeaders
- Specified by:
onHeadersin interfaceHttpExchangeObservation
-
onResponse
- Specified by:
onResponsein interfaceHttpExchangeObservation
-
error
- Specified by:
errorin interfaceHttpExchangeObservation- Specified by:
errorin interfaceObservation- Overrides:
errorin classNoopObservation
-