Uses of Class
com.martiansoftware.nailgun.NGSessionPool
-
Packages that use NGSessionPool Package Description com.martiansoftware.nailgun -
-
Uses of NGSessionPool in com.martiansoftware.nailgun
Fields in com.martiansoftware.nailgun declared as NGSessionPool Modifier and Type Field Description private 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 NGSessionPool Constructor Description NGSession(NGSessionPool sessionPool, NGServer server)
Creates a new NGSession running for the specified NGSessionPool and NGServer.
-