Class NHttpServerComponent
java.lang.Object
net.thevpc.nserver.http.NHttpServerComponent
- All Implemented Interfaces:
NServerComponent, NComponent
Created by vpc on 1/7/17.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetScore(NScorableContext config) queryToMap(String query) returns the url parameters in a mapstart(ServerConfig config) static String
-
Constructor Details
-
NHttpServerComponent
public NHttpServerComponent()
-
-
Method Details
-
queryToMap
-
urlDecodeString
-
getScore
-
start
- Specified by:
startin interfaceNServerComponent- Parameters:
config- server configuration- Returns:
- started server instance
-