Package io.livekit.server.okhttp
Class OkHttpHolder
-
- All Implemented Interfaces:
-
java.util.function.Supplier
public final class OkHttpHolder implements Supplier<OkHttpClient>
Holds an OkHttpClient object that is used as-is when supplying one.
-
-
Field Summary
Fields Modifier and Type Field Description private final OkHttpClientokHttp
-
Constructor Summary
Constructors Constructor Description OkHttpHolder(OkHttpClient okHttp)
-