Uses of Class
com.martiansoftware.nailgun.NGSessionPool
Packages that use NGSessionPool
-
Uses of NGSessionPool in com.martiansoftware.nailgun
Fields in com.martiansoftware.nailgun declared as NGSessionPoolModifier and TypeFieldDescriptionprivate NGSessionPoolNGServer.sessionPoolA pool of NGSessions ready to handle client connectionsprivate NGSessionPoolNGSession.sessionPoolThe pool this NGSession came from, and to which it will return itselfConstructors in com.martiansoftware.nailgun with parameters of type NGSessionPoolModifierConstructorDescription(package private)NGSession(NGSessionPool sessionPool, NGServer server) Creates a new NGSession running for the specified NGSessionPool and NGServer.