class BloopLanguageClient extends AnyRef
A copy of jsonrpc4s.RpcClient
that is uses bloop.task.Task
and has a difference in cancelRequest handling.
jsonrpc4s
fails the ongoing request if it was cancelled which is not how it worked previously.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BloopLanguageClient
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new BloopLanguageClient(out: Observer[Message], logger: LoggerSupport)
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
-
val
activeServerRequests: TrieMap[RequestId, Callback[Throwable, Response]]
- Attributes
- protected
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clientRespond(response: Response): Unit
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
val
counter: AtomicInt
- Attributes
- protected
-
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() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
val
notificationsLock: AnyRef
- Attributes
- protected
- def notify[A](endpoint: Endpoint[A, Unit], params: Option[A], headers: Map[String, String]): Future[Ack]
- def notify[A](endpoint: Endpoint[A, Unit], params: Option[A]): Future[Ack]
- def notify[A](endpoint: Endpoint[A, Unit], params: A): Future[Ack]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def request[A, B](endpoint: Endpoint[A, B], params: Option[A], headers: Map[String, String]): Task[RpcResponse[B]]
- def request[A, B](endpoint: Endpoint[A, B], params: Option[A]): Task[RpcResponse[B]]
- def request[A, B](endpoint: Endpoint[A, B], params: A): Task[RpcResponse[B]]
- def serverRespond(response: Response): Future[Ack]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toJson[R](r: R)(implicit arg0: JsonValueCodec[R]): RawJson
- Attributes
- protected
-
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