Package | Description |
---|---|
com.martiansoftware.nailgun |
Modifier and Type | Field and Description |
---|---|
private NGSessionPool |
NGServer.sessionPool
A pool of NGSessions ready to handle client connections
|
private NGSessionPool |
NGSession.sessionPool
The pool this NGSession came from, and to which it will return itself
|
Constructor and Description |
---|
NGSession(NGSessionPool sessionPool,
NGServer server)
Creates a new NGSession running for the specified NGSessionPool and
NGServer.
|