A C D G I J L M O S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addDaemonShutdownHook() - Static method in class com.networknt.server.Server
C
- checkClientTrusted(X509Certificate[], String) - Method in class com.networknt.server.DummyTrustManager
- checkServerTrusted(X509Certificate[], String) - Method in class com.networknt.server.DummyTrustManager
- com.networknt.server - module com.networknt.server
- com.networknt.server - package com.networknt.server
- config - Static variable in class com.networknt.server.Server
- CONFIG_NAME - Static variable in class com.networknt.server.Server
- CONFIG_NAME - Static variable in class com.networknt.server.ServerConfig
- CONFIG_SECRET - Static variable in class com.networknt.server.Server
D
- DummyTrustManager - Class in com.networknt.server
-
Unlike static site, microservices are deployed on cloud with docker containers.
- DummyTrustManager() - Constructor for class com.networknt.server.DummyTrustManager
G
- getAcceptedIssuers() - Method in class com.networknt.server.DummyTrustManager
- getBuildNumber() - Method in class com.networknt.server.ServerConfig
- getEnvironment() - Method in class com.networknt.server.ServerConfig
- getHttpPort() - Method in class com.networknt.server.ServerConfig
- getHttpsPort() - Method in class com.networknt.server.ServerConfig
- getIp() - Method in class com.networknt.server.ServerConfig
- getKeystoreName() - Method in class com.networknt.server.ServerConfig
- getMaxPort() - Method in class com.networknt.server.ServerConfig
- getMinPort() - Method in class com.networknt.server.ServerConfig
- getServiceId() - Method in class com.networknt.server.ServerConfig
- getTruststoreName() - Method in class com.networknt.server.ServerConfig
I
- init() - Static method in class com.networknt.server.Server
- isDynamicPort() - Method in class com.networknt.server.ServerConfig
- isEnableHttp() - Method in class com.networknt.server.ServerConfig
- isEnableHttp2() - Method in class com.networknt.server.ServerConfig
- isEnableHttps() - Method in class com.networknt.server.ServerConfig
- isEnableRegistry() - Method in class com.networknt.server.ServerConfig
- isEnableTwoWayTls() - Method in class com.networknt.server.ServerConfig
J
- JsonPathStartupHookProvider - Class in com.networknt.server
-
This is one of the startup hook to config JsonPath to use Jackson Parser, if you are planning to use Mask module or JsonPath directly, then you can put this into the startup hook config in service.yml.
- JsonPathStartupHookProvider() - Constructor for class com.networknt.server.JsonPathStartupHookProvider
L
- loadTrustStore() - Static method in class com.networknt.server.Server
M
- main(String[]) - Static method in class com.networknt.server.Server
- mergeStatusConfig() - Static method in class com.networknt.server.Server
O
- onShutdown() - Method in interface com.networknt.server.ShutdownHookProvider
-
Every implementation must implement this onShutdown method to hook in some business logic during server shutdown phase.
- onStartup() - Method in class com.networknt.server.JsonPathStartupHookProvider
- onStartup() - Method in interface com.networknt.server.StartupHookProvider
-
Every implementation must implement this onStartup method to hook in some business logic during server startup phase.
S
- secret - Static variable in class com.networknt.server.Server
- Server - Class in com.networknt.server
-
This is the entry point of the framework.
- Server() - Constructor for class com.networknt.server.Server
- ServerConfig - Class in com.networknt.server
-
Server configuration class that maps to server.yml properties.
- ServerConfig() - Constructor for class com.networknt.server.ServerConfig
- setBuildNumber(String) - Method in class com.networknt.server.ServerConfig
- setDynamicPort(boolean) - Method in class com.networknt.server.ServerConfig
- setEnableHttp(boolean) - Method in class com.networknt.server.ServerConfig
- setEnableHttp2(boolean) - Method in class com.networknt.server.ServerConfig
- setEnableHttps(boolean) - Method in class com.networknt.server.ServerConfig
- setEnableRegistry(boolean) - Method in class com.networknt.server.ServerConfig
- setEnableTwoWayTls(boolean) - Method in class com.networknt.server.ServerConfig
- setEnvironment(String) - Method in class com.networknt.server.ServerConfig
- setHttpPort(int) - Method in class com.networknt.server.ServerConfig
- setHttpsPort(int) - Method in class com.networknt.server.ServerConfig
- setIp(String) - Method in class com.networknt.server.ServerConfig
- setKeystoreName(String) - Method in class com.networknt.server.ServerConfig
- setMaxPort(int) - Method in class com.networknt.server.ServerConfig
- setMinPort(int) - Method in class com.networknt.server.ServerConfig
- setServiceId(String) - Method in class com.networknt.server.ServerConfig
- setTruststoreName(String) - Method in class com.networknt.server.ServerConfig
- shutdown() - Static method in class com.networknt.server.Server
- ShutdownHookProvider - Interface in com.networknt.server
-
If you want close database connections, release the resource allocated in the application before server shutdown, please implement this interface with a class and put it into your API project /src/main/resource/config/service.yml com.networknt.server.ShutdownHookProvider All shutdown hooks will be called during server shutdown so that resource can be released completely.
- shutdownRequested - Static variable in class com.networknt.server.Server
- start() - Static method in class com.networknt.server.Server
- StartupHookProvider - Interface in com.networknt.server
-
If you want initialize database connections, load some resource or cached data during server startup, please implement this interface with a class and put it into your API project /src/main/resource/config/service.yml com.networknt.server.StartupHookProvider During server startup, these startup hooks will be called to initialize the server state.
- STATUS_CONFIG_NAME - Static variable in class com.networknt.server.Server
- stop() - Static method in class com.networknt.server.Server
T
- TRUST_ALL_CERTS - Static variable in class com.networknt.server.Server
All Classes All Packages