AppdynamicsHttpRequestTracker class

Class to report HTTP requests. Use the startRequest method to create a tracker and use reportDone() to end the tracking

Constructors

AppdynamicsHttpRequestTracker(String url, MethodChannel _channel)

Properties

error String?
getter/setter pair
exception Exception?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
responseCode int
getter/setter pair
responseHeaderFields Map<String, String>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trackerId Future<String?>?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reportDone() Future<void>
toString() String
A string representation of this object.
inherited
withError(String error) → void
withException(Exception exception) → void
withResponseCode(int code) → void
withResponseHeaderFields(Map<String, String> fields) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited