Instance Constructors
-
new
RootResource
()
Type Members
-
type
FutureResult
[T]
= Future[Result[T, Throwable]]
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
FutureResult
[T]
(value: Result[T, Throwable]): SettableFuture[Result[T, Throwable], Result[T, Throwable]]
-
def
FutureResult
[T]
(): SettableFuture[Result[T, Throwable], Result[T, Throwable]]
-
def
admining
[T]
(dest: Topic)(func: ⇒ FutureResult[T]): FutureResult[T]
-
def
admining
[T]
(dest: Queue)(func: ⇒ FutureResult[T]): FutureResult[T]
-
def
admining
[T]
(host: VirtualHost)(func: ⇒ FutureResult[T]): FutureResult[T]
-
def
admining
[T]
(broker: Broker)(func: ⇒ FutureResult[T]): FutureResult[T]
-
def
asInstanceOf
[T0]
: T0
-
def
authenticate
[T]
(authenticator: Authenticator)(func: (SecurityContext) ⇒ Unit): Unit
-
def
authorize
[T]
(authenticator: Authenticator, authorizer: Authorizer, block: ⇒ FutureResult[T])(func: (Authorizer, SecurityContext) ⇒ Boolean): FutureResult[T]
-
def
canEqual
(arg0: Any): Boolean
-
def
clone
(): AnyRef
-
def
configing
[T]
(broker: Broker)(func: ⇒ FutureResult[T]): FutureResult[T]
-
def
copy
(other: Resource): Unit
-
def
debug
(e: Throwable): Unit
-
def
debug
(e: Throwable, message: ⇒ String, args: Any*): Unit
-
def
debug
(message: ⇒ String, args: Any*): Unit
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
error
(e: Throwable): Unit
-
def
error
(e: Throwable, message: ⇒ String, args: Any*): Unit
-
def
error
(message: ⇒ String, args: Any*): Unit
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
var
http_request
: HttpServletRequest
-
def
info
(e: Throwable): Unit
-
def
info
(e: Throwable, message: ⇒ String, args: Any*): Unit
-
def
info
(message: ⇒ String, args: Any*): Unit
-
def
isInstanceOf
[T0]
: Boolean
-
def
log
: Log
-
def
monitoring
[T]
(dest: Topic)(func: ⇒ FutureResult[T]): FutureResult[T]
-
def
monitoring
[T]
(dest: Queue)(func: ⇒ FutureResult[T]): FutureResult[T]
-
def
monitoring
[T]
(host: VirtualHost)(func: ⇒ FutureResult[T]): FutureResult[T]
-
def
monitoring
[T]
(broker: Broker)(func: ⇒ FutureResult[T]): FutureResult[T]
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
path
(name: String): AnyRef
-
def
path
(value: Any): URI
-
def
post_connection_shutdown_and_redirect
(): Response
-
def
productArity
: Int
-
def
productElement
(arg0: Int): Any
-
def
productIterator
: Iterator[Any]
-
def
productPrefix
: String
-
def
result
[T]
(uri: URI): T
-
def
result
(value: Status, message: Any = null): Nothing
-
def
strip_resolve
(value: String): URI
-
def
sync
[T]
(dispached: Dispatched)(func: ⇒ FutureResult[T]): FutureResult[T]
-
def
sync_all
[T, D <: Dispatched]
(values: Iterable[D])(func: (D) ⇒ FutureResult[T]): Future[Iterable[Result[T, Throwable]]]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
implicit def
to_local_router
(host: VirtualHost): LocalRouter
-
def
trace
(e: Throwable): Unit
-
def
trace
(e: Throwable, message: ⇒ String, args: Any*): Unit
-
def
trace
(message: ⇒ String, args: Any*): Unit
-
def
unauthroized
: Nothing
-
implicit def
unwrap_future_result
[T]
(value: FutureResult[T]): T
-
var
uri_info
: UriInfo
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
warn
(e: Throwable): Unit
-
def
warn
(e: Throwable, message: ⇒ String, args: Any*): Unit
-
def
warn
(message: ⇒ String, args: Any*): Unit
-
def
with_broker
[T]
(func: (Broker) ⇒ FutureResult[T]): FutureResult[T]
-
def
with_connection
[T]
(id: Long)(func: (BrokerConnection) ⇒ FutureResult[T]): FutureResult[T]
-
def
with_connector
[T]
(id: String)(func: (Connector) ⇒ FutureResult[T]): FutureResult[T]
-
def
with_virtual_host
[T]
(id: String)(func: (VirtualHost) ⇒ FutureResult[T]): FutureResult[T]
-
implicit def
wrap_future_result
[T]
(value: T): FutureResult[T]
-
def
productElements
: Iterator[Any]
Inherited from Serializable
Inherited from Serializable
Inherited from Product
Inherited from Equals
Inherited from Logging
Inherited from AnyRef
Inherited from Any