B
C
D
E
F
H
J
K
M
O
P
Q
R
S
T
S
- sleeper(com.browserbase.api.core.Sleeper) - function in com.browserbase.api.client.okhttp.StagehandOkHttpClient.Builder
- The interface to use for delaying execution, like during retries.
- sleeper(com.browserbase.api.core.Sleeper) - function in com.browserbase.api.client.okhttp.StagehandOkHttpClientAsync.Builder
- The interface to use for delaying execution, like during retries.
- sslSocketFactory(javax.net.ssl.SSLSocketFactory) - function in com.browserbase.api.client.okhttp.OkHttpClient.Builder
- sslSocketFactory(java.util.Optional) - function in com.browserbase.api.client.okhttp.StagehandOkHttpClient.Builder
- Alias for calling Builder.sslSocketFactory with
sslSocketFactory.orElse(null). - sslSocketFactory(javax.net.ssl.SSLSocketFactory) - function in com.browserbase.api.client.okhttp.StagehandOkHttpClient.Builder
- The socket factory used to secure HTTPS connections.
- sslSocketFactory(java.util.Optional) - function in com.browserbase.api.client.okhttp.StagehandOkHttpClientAsync.Builder
- Alias for calling Builder.sslSocketFactory with
sslSocketFactory.orElse(null). - sslSocketFactory(javax.net.ssl.SSLSocketFactory) - function in com.browserbase.api.client.okhttp.StagehandOkHttpClientAsync.Builder
- The socket factory used to secure HTTPS connections.
- StagehandOkHttpClient - class in com.browserbase.api.client.okhttp
- A class that allows building an instance of StagehandClient with OkHttpClient as the underlying HttpClient.
- StagehandOkHttpClient.Builder - class in com.browserbase.api.client.okhttp.StagehandOkHttpClient
- A builder for StagehandOkHttpClient.
- StagehandOkHttpClientAsync - class in com.browserbase.api.client.okhttp
- A class that allows building an instance of StagehandClientAsync with OkHttpClient as the underlying HttpClient.
- StagehandOkHttpClientAsync.Builder - class in com.browserbase.api.client.okhttp.StagehandOkHttpClientAsync
- A builder for StagehandOkHttpClientAsync.
- streamHandlerExecutor(java.util.concurrent.Executor) - function in com.browserbase.api.client.okhttp.StagehandOkHttpClient.Builder
- The executor to use for running AsyncStreamResponse.Handler callbacks.
- streamHandlerExecutor(java.util.concurrent.Executor) - function in com.browserbase.api.client.okhttp.StagehandOkHttpClientAsync.Builder
- The executor to use for running AsyncStreamResponse.Handler callbacks.