Package zipkin2.elasticsearch.internal
Class Internal
- java.lang.Object
 - 
- zipkin2.elasticsearch.internal.Internal
 
 
- 
public abstract class Internal extends java.lang.ObjectEscalate internal APIs so they can be used from outside packages. The only implementation is inElasticsearchStorage.Inspired by
okhttp3.internal.Internal. 
- 
- 
Constructor Summary
Constructors Constructor Description Internal() 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract HttpCall.Factoryhttp(ElasticsearchStorage storage) 
 - 
 
- 
- 
Field Detail
- 
instance
public static Internal instance
 
 - 
 
- 
Method Detail
- 
http
public abstract HttpCall.Factory http(ElasticsearchStorage storage)
 
 - 
 
 -