Uses of Class
com.martiansoftware.nailgun.NGListeningAddress
-
Packages that use NGListeningAddress Package Description com.martiansoftware.nailgun -
-
Uses of NGListeningAddress in com.martiansoftware.nailgun
Fields in com.martiansoftware.nailgun declared as NGListeningAddress Modifier and Type Field Description private NGListeningAddress
NGServer. listeningAddress
The address on which to listenConstructors in com.martiansoftware.nailgun with parameters of type NGListeningAddress Constructor Description NGServer(NGListeningAddress listeningAddress, int sessionPoolSize, int timeoutMillis)
Creates a new NGServer that will listen at the specified address and on the specified port with the specified session pool size.
-