class JSONRPCConfig
(source)
Configuration of the JSON-RPC server as a TOML-based file.
<init> |
Configuration of the JSON-RPC server as a TOML-based file. JSONRPCConfig(filePath: Path) |
config |
val config: Configuration! |
filePath |
val filePath: Path |
allowedMethods |
fun allowedMethods(): MutableList<String!>! |
allowedRanges |
fun allowedRanges(): MutableList<String!>! |
basicAuthPassword |
fun basicAuthPassword(): String! |
basicAuthRealm |
fun basicAuthRealm(): String! |
basicAuthUsername |
fun basicAuthUsername(): String! |
clientFingerprintsFile |
fun clientFingerprintsFile(): Path |
metricsGrpcPushEnabled |
fun metricsGrpcPushEnabled(): Boolean |
metricsNetworkInterface |
fun metricsNetworkInterface(): String! |
metricsPort |
fun metricsPort(): Int |
metricsPrometheusEnabled |
fun metricsPrometheusEnabled(): Boolean |
networkInterface |
fun networkInterface(): String! |
numberOfThreads |
fun numberOfThreads(): Int |
port |
fun port(): Int |
rejectedRanges |
fun rejectedRanges(): MutableList<String!>! |
ssl |
fun ssl(): Boolean |
useBasicAuthentication |
fun useBasicAuthentication(): Boolean |
schema |
fun schema(): Schema! |