| Alias |
Provides a means to map memorable, short names to classes in order
to make the issuing of commands more convenient.
|
| AliasManager |
An AliasManager is used to store and lookup command Aliases by name.
|
| NailStats |
Collects and provides statistics on a nail.
|
| NGConstants |
Just a simple holder for various NailGun-related contants.
|
| NGContext |
Provides quite a bit of potentially useful information to classes
specifically written for NailGun.
|
| NGInputStream |
A FilterInputStream that is able to read the chunked stdin stream
from a NailGun client.
|
| NGOutputStream |
Wraps an OutputStream to send writes in NailGun chunks.
|
| NGSecurityManager |
Security manager which does nothing other than trap
checkExit, or delegate all non-deprecated methods to
a base manager.
|
| NGServer |
Listens for new connections from NailGun clients and launches NGSession
threads to process them.
|
| NGServer.NGServerShutdowner |
A shutdown hook that will cleanly bring down the NGServer if it is
interrupted.
|
| NGSession |
Reads the NailGun stream from the client through the command, then hands off
processing to the appropriate class.
|
| NGSessionPool |
Provides NGSession pooling functionality.
|
| ThreadLocalInputStream |
The class name is pretty descriptive.
|
| ThreadLocalPrintStream |
The class name is pretty descriptive.
|