Package-level declarations

Types

Link copied to clipboard
class OkHttpSseSessionFactory<Ctx>(okHttpClient: OkHttpClient) : SseSessionFactory<Ctx>

SseSessionFactory implementation using OkHttp SSE.

Link copied to clipboard

TaskBridgeHttpApi implementation using Retrofit and OkHttp.

Link copied to clipboard
data class OkHttpTaskBridgeTransportConfig(val okHttpClient: OkHttpClient, val longPollReadTimeoutBufferMs: Int)

Configuration for the OkHttp-based transport.

Link copied to clipboard
class OkHttpWebSocketSessionFactory<Ctx>(okHttpClient: OkHttpClient) : WebSocketSessionFactory<Ctx>

WebSocketSessionFactory implementation using OkHttp.