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