public abstract class Platform extends Object
Originally designed by OkHttp team, derived from okhttp3.internal.platform.Platform
| Modifier and Type | Method and Description |
|---|---|
AssertionError |
assertionError(String message,
Throwable cause) |
static Platform |
get() |
RuntimeException |
uncheckedIOException(IOException e) |
public RuntimeException uncheckedIOException(IOException e)
public AssertionError assertionError(String message, Throwable cause)
public static Platform get()
Copyright © 2015–2018 OpenZipkin. All rights reserved.