C E M N O P S 
All Classes All Packages

C

com.newrelic.telemetry - package com.newrelic.telemetry
 

E

eventSenderFactory() - Static method in class com.newrelic.telemetry.OkHttpPoster
 

M

metricSenderFactory() - Static method in class com.newrelic.telemetry.OkHttpPoster
 

N

newTelemetryClient(BaseConfig) - Static method in class com.newrelic.telemetry.OkHttp
Create a new TelemetryClient based on the configuration in the BaseConfig instance passed in.
newTelemetryClient(String) - Static method in class com.newrelic.telemetry.OkHttp
Create a new TelemetryClient with the given apiKey and default configuration

O

OkHttp - Class in com.newrelic.telemetry
Simple way to create a TelemetryClient that is backed by an OkHttp based HTTP posters.
OkHttp() - Constructor for class com.newrelic.telemetry.OkHttp
 
OkHttpPoster - Class in com.newrelic.telemetry
Implementation of the HttpPoster interface using an OkHttp client.
OkHttpPoster() - Constructor for class com.newrelic.telemetry.OkHttpPoster
Create an OkHttpPoster with a default OkHttpClient, and a connect timeout of 2 seconds.
OkHttpPoster(Duration) - Constructor for class com.newrelic.telemetry.OkHttpPoster
Create an OkHttpPoster with a default OkHttpClient, with only a custom http timeout.
OkHttpPoster(OkHttpClient) - Constructor for class com.newrelic.telemetry.OkHttpPoster
Create an OkHttpPoster with your own OkHttpClient implementation.

P

post(URL, Map<String, String>, byte[], String) - Method in class com.newrelic.telemetry.OkHttpPoster
 

S

spanSenderFactory() - Static method in class com.newrelic.telemetry.OkHttpPoster
 
C E M N O P S 
All Classes All Packages