class HttpClientCatsBackend[F[_]] extends HttpClientAsyncBackend[F, Nothing, InputStream, InputStream]
- Self Type
- HttpClientCatsBackend[F]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HttpClientCatsBackend
- HttpClientAsyncBackend
- WebSocketBackend
- HttpClientBackend
- Backend
- GenericBackend
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type R = Nothing with WebSockets with Effect[F]
- Definition Classes
- HttpClientBackend
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bodyFromHttpClient: BodyFromHttpClient[F, Nothing, InputStream]
- Attributes
- protected
- Definition Classes
- HttpClientCatsBackend → HttpClientBackend
- def bodyHandlerBodyToBody(p: InputStream): InputStream
- Attributes
- protected
- Definition Classes
- HttpClientCatsBackend → HttpClientAsyncBackend
- val bodyToHttpClient: BodyToHttpClient[F, Nothing]
- Attributes
- protected
- Definition Classes
- HttpClientCatsBackend → HttpClientBackend
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def close(): F[Unit]
- Definition Classes
- HttpClientBackend → GenericBackend
- def createBodyHandler: BodyHandler[InputStream]
- Attributes
- protected
- Definition Classes
- HttpClientCatsBackend → HttpClientAsyncBackend
- def createSequencer: F[Sequencer[F]]
- Attributes
- protected
- Definition Classes
- HttpClientCatsBackend → HttpClientAsyncBackend
- def createSimpleQueue[T]: F[SimpleQueue[F, T]]
- Attributes
- protected
- Definition Classes
- HttpClientCatsBackend → HttpClientAsyncBackend
- def emptyBody(): InputStream
- Attributes
- protected
- Definition Classes
- HttpClientCatsBackend → HttpClientAsyncBackend
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit val monad: MonadAsyncError[F]
- Definition Classes
- HttpClientAsyncBackend → GenericBackend
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def prepareWebSocketBuilder[T](request: GenericRequest[T, R], client: HttpClient): Builder
- Attributes
- protected
- Definition Classes
- HttpClientBackend
- def send[T](request: GenericRequest[T, R]): F[Response[T]]
- Definition Classes
- HttpClientBackend → GenericBackend
- def sendRegular[T](request: GenericRequest[T, R]): F[Response[T]]
- Definition Classes
- HttpClientAsyncBackend → HttpClientBackend
- def sendWebSocket[T](request: GenericRequest[T, R]): F[Response[T]]
- Definition Classes
- HttpClientAsyncBackend → HttpClientBackend
- def standardEncoding: (InputStream, String) => InputStream
- Attributes
- protected
- Definition Classes
- HttpClientCatsBackend → HttpClientBackend
- val streams: NoStreams
- Definition Classes
- HttpClientCatsBackend → HttpClientBackend
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)