Skip navigation links
A C G H I J M O S 

A

addDaemonShutdownHook() - Static method in class com.networknt.server.Server
 

C

com.networknt.server - package com.networknt.server
 

G

getDescription() - Method in class com.networknt.server.ServerConfig
 
getHandler() - Method in interface com.networknt.server.HandlerProvider
 
getIp() - Method in class com.networknt.server.ServerConfig
 
getPort() - Method in class com.networknt.server.ServerConfig
 

H

HandlerProvider - Interface in com.networknt.server
 

I

isEnableSwaggerHandler() - 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 Created by steve on 2016-10-19.
JsonPathStartupHookProvider() - Constructor for class com.networknt.server.JsonPathStartupHookProvider
 

M

main(String[]) - Static method in class com.networknt.server.Server
 

O

onShutdown() - Method in interface com.networknt.server.ShutdownHookProvider
 
onStartup() - Method in class com.networknt.server.JsonPathStartupHookProvider
 
onStartup() - Method in interface com.networknt.server.StartupHookProvider
 

S

Server - Class in com.networknt.server
 
Server() - Constructor for class com.networknt.server.Server
 
ServerConfig - Class in com.networknt.server
 
ServerConfig() - Constructor for class com.networknt.server.ServerConfig
 
setDescription(String) - Method in class com.networknt.server.ServerConfig
 
setEnableSwaggerHandler(boolean) - Method in class com.networknt.server.ServerConfig
 
setIp(String) - Method in class com.networknt.server.ServerConfig
 
setPort(int) - 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 resources allocated in the application before server shutdown, please implement this interface with a class and put it into your API project /src/main/resources/META-INF/services/com.networknt.server.ShutdownHookProvider Created by steve on 2016-10-19.
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 Spring application context during server startup, please implement this interface with a class and put it into your API project /src/main/resources/META-INF/services/com.networknt.server.StartupHookProvider Created by steve on 2016-10-19.
stop() - Static method in class com.networknt.server.Server
 
A C G H I J M O S 
Skip navigation links

Copyright © 2016. All rights reserved.