object AdminEcho
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AdminEcho
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class Client(address: String, port: Long, id: String) extends Product with Serializable
-
final
case class
Response(authorized: Boolean, client: Client, database: String, headers: Map[String, String], internals: Map[String, String], parameters: Map[String, String], path: String, portType: String, prefix: String, protocol: String, requestBody: String, requestType: String, server: Server, url: String, user: String) extends Product with Serializable
- authorized
whether the session is authorized
- database
the database this request was executed on
- headers
the list of the HTTP headers you sent
- internals
contents of the server internals struct
- parameters
Object containing the query parameters
- prefix
prefix of the database
- protocol
the transport, one of ['http', 'https', 'velocystream']
- requestBody
stringified version of the POST body we sent
- requestType
In this case *POST*, if you use another HTTP-Verb, you will se that (GET/DELETE, ...)
- url
the raw request URL
- user
the currently user that sent this request
- final case class Server(address: String, port: Long, endpoint: String) extends Product with Serializable
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... ) @native()
- object Client extends Serializable
- object Response extends Serializable
- object Server extends Serializable