Interface NetClientAttributesGetter<REQUEST,RESPONSE>

All Superinterfaces:
NetworkAttributesGetter<REQUEST,RESPONSE>, ServerAttributesGetter<REQUEST,RESPONSE>
All Known Subinterfaces:
HttpClientAttributesGetter<REQUEST,RESPONSE>

@Deprecated public interface NetClientAttributesGetter<REQUEST,RESPONSE> extends NetworkAttributesGetter<REQUEST,RESPONSE>, ServerAttributesGetter<REQUEST,RESPONSE>
Deprecated.
Make sure that your instrumentation implements the getters from the ...network package instead. This class will be removed in the 2.0 release.
An interface for getting client-based network attributes. It adapts from a type-specific request and response into the 4 common network attribute values.

Instrumentation authors will create implementations of this interface for their specific library/framework. It will be used by the NetClientAttributesExtractor to obtain the various network attributes in a type-generic way.