Uses of Class
com.martiansoftware.nailgun.NGServer
Packages that use NGServer
Package
Description
-
Uses of NGServer in com.martiansoftware.nailgun
Fields in com.martiansoftware.nailgun declared as NGServerModifier and TypeFieldDescriptionprivate NGServerNGContext.serverThe NGServer that accepted this connectionprivate NGServerNGServer.NGServerShutdowner.serverprivate final NGServerNGSession.serverThe server this NGSession is working for(package private) final NGServerNGSessionPool.serverreference to server we're working forMethods in com.martiansoftware.nailgun that return NGServerModifier and TypeMethodDescriptionNGContext.getNGServer()Returns the NGServer that accepted this connectionMethods in com.martiansoftware.nailgun with parameters of type NGServerConstructors in com.martiansoftware.nailgun with parameters of type NGServerModifierConstructorDescription(package private)NGServerShutdowner(NGServer server) (package private)NGSession(NGSessionPool sessionPool, NGServer server) Creates a new NGSession running for the specified NGSessionPool and NGServer.(package private)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 NGServerModifier and TypeMethodDescriptionprivate static voidNGServerStats.dumpStats(NGServer server, 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