class OkHttpSyncBackend extends OkHttpBackend[Identity, Nothing, WebSockets]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OkHttpSyncBackend
- OkHttpBackend
- SttpBackend
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
PE = WebSockets with Effect[Identity]
- 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[Identity, Nothing]
- Attributes
- protected
- Definition Classes
- OkHttpSyncBackend → OkHttpBackend
-
val
bodyToOkHttp: BodyToOkHttp[Identity, Nothing]
- Attributes
- protected
- Definition Classes
- OkHttpSyncBackend → OkHttpBackend
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
close(): Identity[Unit]
- Definition Classes
- OkHttpBackend → SttpBackend
-
def
createSimpleQueue[T]: Identity[SimpleQueue[Identity, T]]
- Attributes
- protected
- Definition Classes
- OkHttpSyncBackend → 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()
-
val
responseMonad: MonadError[Identity]
- Definition Classes
- OkHttpSyncBackend → SttpBackend
-
def
send[T, R >: PE](request: Request[T, R]): Identity[Response[T]]
- Definition Classes
- OkHttpBackend → SttpBackend
-
def
sendRegular[T, R >: PE](request: Request[T, R]): Identity[Response[T]]
- Attributes
- protected
- Definition Classes
- OkHttpSyncBackend → OkHttpBackend
-
def
sendWebSocket[T, R >: PE](request: Request[T, R]): Identity[Response[T]]
- Attributes
- protected
- Definition Classes
- OkHttpSyncBackend → OkHttpBackend
-
val
streams: Streams[Nothing]
- Definition Classes
- OkHttpSyncBackend → 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