OkHttpFutureBackend

class OkHttpFutureBackend extends OkHttpAsyncBackend[Future, Nothing, WebSockets]
Companion:
object
class OkHttpAsyncBackend[Future, Nothing, WebSockets]
class OkHttpBackend[Future, Nothing, WebSockets]
trait SttpBackend[Future, WebSockets]
class Object
trait Matchable
class Any

Type members

Inherited types

type PE = P & Effect[F]
Inherited from:
OkHttpBackend

Value members

Inherited methods

override def close(): Future[Unit]
Definition Classes
OkHttpBackend -> SttpBackend
Inherited from:
OkHttpBackend
override def send[T, R >: PE](request: Request[T, R]): Future[Response[T]]
Definition Classes
OkHttpBackend -> SttpBackend
Inherited from:
OkHttpBackend
override protected def sendRegular[T, R >: PE](request: Request[T, R]): Future[Response[T]]
Definition Classes
Inherited from:
OkHttpAsyncBackend
override protected def sendWebSocket[T, R >: PE](request: Request[T, R]): Future[Response[T]]
Definition Classes
Inherited from:
OkHttpAsyncBackend

Concrete fields

override val streams: Streams[Nothing]

Implicits

Inherited implicits

implicit override val responseMonad: MonadAsyncError[Future]
Inherited from:
OkHttpAsyncBackend