class OkHttpFutureBackend extends OkHttpAsyncBackend[Future, Nothing, WebSockets]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OkHttpFutureBackend
- OkHttpAsyncBackend
- OkHttpBackend
- SttpBackend
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
PE = WebSockets with Effect[Future]
- Definition Classes
- OkHttpBackend
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
-
val
bodyFromOkHttp: BodyFromOkHttp[Future, Nothing]
- Attributes
- protected
- Definition Classes
- OkHttpFutureBackend → OkHttpBackend
-
val
bodyToOkHttp: BodyToOkHttp[Future, Nothing]
- Attributes
- protected
- Definition Classes
- OkHttpFutureBackend → OkHttpBackend
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
close(): Future[Unit]
- Definition Classes
- OkHttpBackend → SttpBackend
-
def
createSimpleQueue[T]: Future[SimpleQueue[Future, T]]
- Attributes
- protected
- Definition Classes
- OkHttpFutureBackend → OkHttpBackend
-
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
-
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()
-
implicit
val
responseMonad: MonadAsyncError[Future]
- Definition Classes
- OkHttpAsyncBackend → SttpBackend
-
def
send[T, R >: PE](request: Request[T, R]): Future[Response[T]]
- Definition Classes
- OkHttpBackend → SttpBackend
-
def
sendRegular[T, R >: PE](request: Request[T, R]): Future[Response[T]]
- Attributes
- protected
- Definition Classes
- OkHttpAsyncBackend → OkHttpBackend
-
def
sendWebSocket[T, R >: PE](request: Request[T, R]): Future[Response[T]]
- Attributes
- protected
- Definition Classes
- OkHttpAsyncBackend → OkHttpBackend
-
val
streams: Streams[Nothing]
- Definition Classes
- OkHttpFutureBackend → OkHttpBackend
-
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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated