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 NGSessionPool
NGServer.sessionPool
A pool of NGSessions ready to handle client connectionsprivate NGSessionPool
NGSession.sessionPool
The 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.