Uses of Package
com.martiansoftware.nailgun
Packages that use com.martiansoftware.nailgun
Package
Description
-
Classes in com.martiansoftware.nailgun used by com.martiansoftware.nailgunClassDescriptionProvides a means to map memorable, short names to classes in order to make the issuing of commands more convenient.An AliasManager is used to store and lookup command Aliases by name.Collects and provides statistics on a nail.A FilterInputStream that is able to read the chunked stdin stream from a NailGun client.Represents the address on which the Nailgun server listens.Listens for new connections from NailGun clients and launches NGSession threads to process them.Reads the NailGun stream from the client through the command, then hands off processing to the appropriate class.Provides NGSession pooling functionality.Bridges
struct sockaddr_un
to and from native code.On BSD platforms,sunLenAndFamily
will be present.On BSD platforms, thesun_len
andsun_family
values instruct sockaddr_un
.Encapsulates a file descriptor plus a reference count to ensure close requests only close the file descriptor once the last reference to the file descriptor is released. -
Classes in com.martiansoftware.nailgun used by com.martiansoftware.nailgun.builtins
-
Classes in com.martiansoftware.nailgun used by com.martiansoftware.nailgun.examples