public abstract class Internal
extends java.lang.Object
com.github.kristofa.brave to use non-public
methods. This allows us access internal methods while also making obvious the hooks are not for
public use. The only implementation of this interface is in Brave.
Originally designed by OkHttp team, derived from okhttp3.internal.Internal
| Constructor | Description |
|---|---|
Internal() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
initializeInstanceForTests() |
|
abstract void |
setClientAddress(Brave brave,
Endpoint ca) |
Copyright © 2018 OpenZipkin. All rights reserved.