Uses of Class
com.martiansoftware.nailgun.NGServer
-
Packages that use NGServer Package Description com.martiansoftware.nailgun com.martiansoftware.nailgun.builtins com.martiansoftware.nailgun.examples -
-
Uses of NGServer in com.martiansoftware.nailgun
Fields in com.martiansoftware.nailgun declared as NGServer Modifier and Type Field Description private NGServer
NGContext. server
The NGServer that accepted this connectionprivate NGServer
NGServer.NGServerShutdowner. server
private NGServer
NGSession. server
The server this NGSession is working for(package private) NGServer
NGSessionPool. server
reference to server we're working forMethods in com.martiansoftware.nailgun that return NGServer Modifier and Type Method Description NGServer
NGContext. getNGServer()
Returns the NGServer that accepted this connectionMethods in com.martiansoftware.nailgun with parameters of type NGServer Modifier and Type Method Description (package private) void
NGContext. setNGServer(NGServer server)
Constructors in com.martiansoftware.nailgun with parameters of type NGServer Constructor Description NGServerShutdowner(NGServer server)
NGSession(NGSessionPool sessionPool, NGServer server)
Creates a new NGSession running for the specified NGSessionPool and NGServer.NGSessionPool(NGServer server, int poolsize)
Creates a new NGSessionRunner operating for the specified server, with the specified number of threads -
Uses of NGServer in com.martiansoftware.nailgun.builtins
Methods in com.martiansoftware.nailgun.builtins with parameters of type NGServer Modifier and Type Method Description private static void
NGServerStats. dumpStats(NGServer server, java.io.PrintStream out)
static void
NGServerStats. nailShutdown(NGServer server)
-
Uses of NGServer in com.martiansoftware.nailgun.examples
Methods in com.martiansoftware.nailgun.examples with parameters of type NGServer Modifier and Type Method Description static void
Stack. nailShutdown(NGServer server)
-