MoleculeRpcRequest

molecule.core.marshalling.MoleculeRpcRequest
class MoleculeRpcRequest(interface: String, port: Int) extends MoleculeLogging

Attributes

Source
MoleculeRpcRequest.scala
Graph
Supertypes
trait Logging
class Object
trait Matchable
class Any
Known subtypes

Members list

Type members

Classlikes

case class PostException(xhr: XMLHttpRequest) extends Exception

Attributes

Source
MoleculeRpcRequest.scala
Supertypes
trait Product
trait Equals
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def xmlHttpRequest(action: String, argsSerialized: Int8Array): Future[ByteBuffer]

Attributes

Source
MoleculeRpcRequest.scala

Inherited methods

protected def logger: Logger

The logger for this class.

The logger for this class.

Attributes

Inherited from:
Logging
Source
Logging.scala
protected def loggerName: String

Override this to change the name of the underlying logger.

Override this to change the name of the underlying logger.

Defaults to class name with package

Attributes

Inherited from:
Logging
Source
Logging.scala

Inherited fields

val logFormatter: Formatter

Attributes

Inherited from:
MoleculeLogging
Source
MoleculeLogging.scala
val logLevel: Level

Attributes

Inherited from:
MoleculeLogging
Source
MoleculeLogging.scala