object Frontend2 extends Supportive with EncryptSupportive
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Frontend2
- EncryptSupportive
- Supportive
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
val
BLOCK_SIZE: Int
- Definition Classes
- EncryptSupportive
- val argumentsParser: OptionParser[FrontEndAppArguments]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
average[T](name: String)(batch: Int)(timers: Timer*)(f: ⇒ T): T
- Definition Classes
- Supportive
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
decryptBytesWithAESGCM(content: Array[Byte], secret: String, salt: String, keyLen: Int): Array[Byte]
- Definition Classes
- EncryptSupportive
-
def
decryptFileWithAESCBC(filePath: String, secret: String, salt: String, outputFile: String): Unit
- Definition Classes
- EncryptSupportive
-
def
decryptFileWithAESCBC(filePath: String, secret: String, salt: String, keyLen: Int, encoding: String): String
- Definition Classes
- EncryptSupportive
-
def
decryptWithAESCBC(content: String, secret: String, salt: String, keyLen: Int): String
- Definition Classes
- EncryptSupportive
-
def
decryptWithAESGCM(content: String, secret: String, salt: String, keyLen: Int): String
- Definition Classes
- EncryptSupportive
- def defineServerContext(httpsKeyStoreToken: String, httpsKeyStorePath: String): ConnectionContext
-
def
encryptBytesWithAESGCM(content: Array[Byte], secret: String, salt: String, keyLen: Int): Array[Byte]
- Definition Classes
- EncryptSupportive
-
def
encryptFileWithAESCBC(filePath: String, secret: String, salt: String, outputFile: String, keyLen: Int, encoding: String): Unit
- Definition Classes
- EncryptSupportive
-
def
encryptWithAESCBC(content: String, secret: String, salt: String, keyLen: Int): String
- Definition Classes
- EncryptSupportive
-
def
encryptWithAESGCM(content: String, secret: String, salt: String, keyLen: Int): String
- Definition Classes
- EncryptSupportive
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit val executionContext: ExecutionContextExecutor
-
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()
- val getRedisTimer: Timer
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isLocalURI(path: String): Unit
- val jacksonJsonSerializer: JacksonJsonSerializer
-
val
logger: Logger
- Definition Classes
- Frontend2 → Supportive
- def main(args: Array[String]): Unit
- implicit val materializer: ActorMaterializer
- val metrics: MetricRegistry
- val metricsRequestTimer: Timer
- val name: String
-
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()
- val overallRequestTimer: Timer
- val predictRequestTimer: Timer
- val putRedisTimer: Timer
-
def
silent[T](name: String)(timers: Timer*)(f: ⇒ T): T
- Definition Classes
- Supportive
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- implicit val system: ActorSystem
- implicit val timeout: Timeout
-
def
timing[T](name: String)(timers: Timer*)(f: ⇒ T): T
- Definition Classes
- Supportive
-
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()
- val waitRedisTimer: Timer