Class StagehandOkHttpClientAsync
-
- All Implemented Interfaces:
public final class StagehandOkHttpClientAsyncA class that allows building an instance of StagehandClientAsync with OkHttpClient as the underlying HttpClient.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classStagehandOkHttpClientAsync.BuilderA builder for StagehandOkHttpClientAsync.
-
Method Summary
Modifier and Type Method Description final static StagehandOkHttpClientAsync.Builderbuilder()Returns a mutable builder for constructing an instance of StagehandClientAsync. final static StagehandClientAsyncfromEnv()Returns a client configured using system properties and environment variables. -
-
Method Detail
-
builder
final static StagehandOkHttpClientAsync.Builder builder()
Returns a mutable builder for constructing an instance of StagehandClientAsync.
-
fromEnv
final static StagehandClientAsync fromEnv()
Returns a client configured using system properties and environment variables.
-
-
-
-