Package | Description |
---|---|
com.martiansoftware.nailgun | |
com.martiansoftware.nailgun.builtins | |
com.martiansoftware.nailgun.examples |
Modifier and Type | Field and Description |
---|---|
private NGServer |
NGServer.NGServerShutdowner.server |
private NGServer |
NGSession.server
The server this NGSession is working for
|
(package private) NGServer |
NGSessionPool.server
reference to server we're working for
|
private NGServer |
NGContext.server
The NGServer that accepted this connection
|
Modifier and Type | Method and Description |
---|---|
NGServer |
NGContext.getNGServer()
Returns the NGServer that accepted this connection
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
NGContext.setNGServer(NGServer server) |
Constructor and Description |
---|
NGServerShutdowner(NGServer server) |
NGSession(NGSessionPool sessionPool,
NGServer server)
Creates a new NGSession running for the specified NGSessionPool and
NGServer.
|
NGSessionPool(NGServer server,
int poolsize)
Creates a new NGSessionRunner operating for the specified server, with
the specified number of threads
|
Modifier and Type | Method and Description |
---|---|
private static void |
NGServerStats.dumpStats(NGServer server,
java.io.PrintStream out) |
static void |
NGServerStats.nailShutdown(NGServer server) |
Modifier and Type | Method and Description |
---|---|
static void |
Stack.nailShutdown(NGServer server) |