trait RPCFramework extends AnyRef
Author: ghik Created: 27/05/15.
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- RPCFramework
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait AsRawRPC [T] extends AnyRef
- trait AsRealRPC [T] extends AnyRef
-
trait
RawInvocationHandler
[Real] extends AnyRef
- Annotations
- @implicitNotFound( ... )
- abstract type RawRPC
- trait RawRPCUtils extends AnyRef
- abstract type RawValue
- abstract type Reader[T]
-
trait
RealInvocationHandler
[Real, Raw] extends AnyRef
- Annotations
- @implicitNotFound( ... )
- abstract type Writer[T]
Abstract Value Members
Concrete 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
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- implicit macro def implicitlyMaterializeAsRaw[T]: AsRawRPC[T]
- implicit macro def implicitlyMaterializeAsReal[T]: AsRealRPC[T]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
macro
def
materializeAsRaw[T]: AsRawRPC[T]
Materializes a factory of implementations of RawRPC which translate invocations of its raw methods to invocations of actual methods on
rpcImpl. -
macro
def
materializeAsReal[T]: AsRealRPC[T]
Materializes a factory of implementations of
Twhich are proxies that implement all abstract methods ofTby forwarding them torawRpc. -
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
macro
def
tryToRaw[Real, Raw](real: Real, onFailure: Nothing): Raw
INTERNAL API
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object AsRawRPC
- object AsRealRPC
- object RawInvocationHandler
- object RealInvocationHandler