All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.opentracing.contrib.dropwizard.ClientAttribute Maven / Gradle / Ivy

The newest version!
package io.opentracing.contrib.dropwizard;

/*
 * Attributes that can be traced for Client Requests
 */
public enum ClientAttribute {     
    ACCEPTABLE_LANGUAGES,
    ACCEPTABLE_MEDIA_TYPES,
    CLIENT,
    CONFIGURATION,
    COOKIES,
    DATE,
    ENTITY,
    ENTITY_ANNOTATIONS,
    ENTITY_CLASS,
    ENTITY_STREAM,
    HEADERS,
    LANGUAGE,
    MEDIA_TYPE,
    METHOD,
    PROPERTY_NAMES,
    URI 
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy