Package net.thevpc.nhttp.server.api
Interface NHttpServer
public interface NHttpServer
-
Method Summary
Modifier and TypeMethodDescriptioncom.sun.net.httpserver.HttpServerint
-
Method Details
-
getServerName
String getServerName() -
getServerPort
int getServerPort() -
getLogger
NWebLogger getLogger() -
getServer
com.sun.net.httpserver.HttpServer getServer() -
getOptions
NWebServerOptions getOptions()
-