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 NGServerNGContext. serverThe NGServer that accepted this connectionprivate NGServerNGServer.NGServerShutdowner. serverprivate NGServerNGSession. serverThe server this NGSession is working for(package private) NGServerNGSessionPool. serverreference to server we're working forMethods in com.martiansoftware.nailgun that return NGServer Modifier and Type Method Description NGServerNGContext. getNGServer()Returns the NGServer that accepted this connectionMethods in com.martiansoftware.nailgun with parameters of type NGServer Modifier and Type Method Description (package private) voidNGContext. 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 voidNGServerStats. dumpStats(NGServer server, java.io.PrintStream out)static voidNGServerStats. 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 voidStack. nailShutdown(NGServer server)
-