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 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 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 void
NGServerStats.dumpStats
(NGServer server, 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