o
sttp.client.asynchttpclient.ziostreams
AsyncHttpClientZioStreamsBackend
Companion class AsyncHttpClientZioStreamsBackend
object AsyncHttpClientZioStreamsBackend
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AsyncHttpClientZioStreamsBackend
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(options: SttpBackendOptions = SttpBackendOptions.Default, customizeRequest: (BoundRequestBuilder) ⇒ BoundRequestBuilder = identity): Task[SttpBackend[Task, Stream[Throwable, ByteBuffer], WebSocketHandler]]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def layer(options: SttpBackendOptions = SttpBackendOptions.Default, customizeRequest: (BoundRequestBuilder) ⇒ BoundRequestBuilder = identity): NoDeps[Throwable, SttpClient]
- def layerUsingClient(client: AsyncHttpClient, customizeRequest: (BoundRequestBuilder) ⇒ BoundRequestBuilder = identity): NoDeps[Nothing, SttpClient]
- def layerUsingConfig(cfg: AsyncHttpClientConfig, customizeRequest: (BoundRequestBuilder) ⇒ BoundRequestBuilder = identity): NoDeps[Throwable, SttpClient]
-
def
layerUsingConfigBuilder(updateConfig: (Builder) ⇒ Builder, options: SttpBackendOptions = SttpBackendOptions.Default, customizeRequest: (BoundRequestBuilder) ⇒ BoundRequestBuilder = identity): NoDeps[Throwable, SttpClient]
- updateConfig
A function which updates the default configuration (created basing on
options
).
- def managed(options: SttpBackendOptions = SttpBackendOptions.Default, customizeRequest: (BoundRequestBuilder) ⇒ BoundRequestBuilder = identity): TaskManaged[SttpBackend[Task, Stream[Throwable, ByteBuffer], WebSocketHandler]]
- def managedUsingConfig(cfg: AsyncHttpClientConfig, customizeRequest: (BoundRequestBuilder) ⇒ BoundRequestBuilder = identity): TaskManaged[SttpBackend[Task, Stream[Throwable, ByteBuffer], WebSocketHandler]]
-
def
managedUsingConfigBuilder(updateConfig: (Builder) ⇒ Builder, options: SttpBackendOptions = SttpBackendOptions.Default, customizeRequest: (BoundRequestBuilder) ⇒ BoundRequestBuilder = identity): TaskManaged[SttpBackend[Task, Stream[Throwable, ByteBuffer], WebSocketHandler]]
- updateConfig
A function which updates the default configuration (created basing on
options
).
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
stub: SttpBackendStub[Task, Stream[Throwable, ByteBuffer]]
Create a stub backend for testing, which uses the Task response wrapper, and supports
Stream[Throwable, ByteBuffer]
streaming.Create a stub backend for testing, which uses the Task response wrapper, and supports
Stream[Throwable, ByteBuffer]
streaming.See SttpBackendStub for details on how to configure stub responses.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def usingClient[R](runtime: Runtime[R], client: AsyncHttpClient, customizeRequest: (BoundRequestBuilder) ⇒ BoundRequestBuilder = identity): SttpBackend[Task, Stream[Throwable, ByteBuffer], WebSocketHandler]
- def usingConfig(cfg: AsyncHttpClientConfig, customizeRequest: (BoundRequestBuilder) ⇒ BoundRequestBuilder = identity): Task[SttpBackend[Task, Stream[Throwable, ByteBuffer], WebSocketHandler]]
-
def
usingConfigBuilder(updateConfig: (Builder) ⇒ Builder, options: SttpBackendOptions = SttpBackendOptions.Default, customizeRequest: (BoundRequestBuilder) ⇒ BoundRequestBuilder = identity): Task[SttpBackend[Task, Stream[Throwable, ByteBuffer], WebSocketHandler]]
- updateConfig
A function which updates the default configuration (created basing on
options
).
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )