Uses of Class
com.martiansoftware.nailgun.NGSession
-
Packages that use NGSession Package Description com.martiansoftware.nailgun -
-
Uses of NGSession in com.martiansoftware.nailgun
Fields in com.martiansoftware.nailgun declared as NGSession Modifier and Type Field Description (package private) NGSession[]
NGSessionPool. pool
the pool itselfMethods in com.martiansoftware.nailgun that return NGSession Modifier and Type Method Description (package private) NGSession
NGSessionPool. take()
Returns an NGSession from the pool, or creates one if necessaryMethods in com.martiansoftware.nailgun with parameters of type NGSession Modifier and Type Method Description (package private) void
NGSessionPool. give(NGSession session)
Returns an NGSession to the pool.
-