Package-level declarations
Types
Link copied to clipboard
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 OkHttpTaskBridgeTransportFactory<Ctx>(config: OkHttpTaskBridgeTransportConfig) : TaskBridgeTransportFactory<Ctx>
TaskBridgeTransportFactory implementation using OkHttp.
Link copied to clipboard
WebSocketSessionFactory implementation using OkHttp.