class DefaultExposesREST[ServerRPCType] extends ExposesREST[ServerRPCType] with RESTConverters
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DefaultExposesREST
- RESTConverters
- ExposesREST
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DefaultExposesREST(localRest: ServerRPCType)(implicit arg0: DefaultRESTFramework.ValidServerREST[ServerRPCType], arg1: DefaultRESTFramework.RPCMetadata[ServerRPCType], localRpcAsRaw: DefaultRESTFramework.AsRawRPC[ServerRPCType])
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
- @native() @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] )
-
val
framework: DefaultRESTFramework.type
- Definition Classes
- DefaultExposesREST → RESTConverters → ExposesREST
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
handleRestCall(req: HttpServletRequest, httpMethod: Class[_ <: RESTMethod])(implicit ec: ExecutionContext): Future[String]
- Definition Classes
- ExposesREST
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
headerArgumentToRaw(raw: String, isStringArg: Boolean): DefaultRESTFramework.RawValue
- Definition Classes
- RESTConverters
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
implicit
val
localRpcAsRaw: DefaultRESTFramework.AsRawRPC[ServerRPCType]
This allows the RPC implementation to be wrapped in raw RPC which will translate raw calls coming from network into calls on actual RPC implementation.
This allows the RPC implementation to be wrapped in raw RPC which will translate raw calls coming from network into calls on actual RPC implementation.
- Attributes
- protected
- Definition Classes
- DefaultExposesREST → ExposesREST
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
queryArgumentToRaw(raw: String, isStringArg: Boolean): DefaultRESTFramework.RawValue
- Definition Classes
- RESTConverters
-
lazy val
rawLocalRpc: DefaultRESTFramework.RawRPC
- Attributes
- protected
- Definition Classes
- ExposesREST
-
def
rawToHeaderArgument(raw: DefaultRESTFramework.RawValue): String
- Definition Classes
- RESTConverters
-
def
rawToQueryArgument(raw: DefaultRESTFramework.RawValue): String
- Definition Classes
- RESTConverters
-
def
rawToURLPart(raw: DefaultRESTFramework.RawValue): String
- Definition Classes
- RESTConverters
-
val
rpcMetadata: DefaultRESTFramework.RPCMetadata[ServerRPCType]
- Attributes
- protected
- Definition Classes
- DefaultExposesREST → ExposesREST
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
urlPartToRaw(raw: String, isStringArg: Boolean): DefaultRESTFramework.RawValue
- Definition Classes
- RESTConverters
-
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
- @native() @throws( ... )