Uses of Class
com.martiansoftware.nailgun.NGListeningAddress
Packages that use NGListeningAddress
-
Uses of NGListeningAddress in com.martiansoftware.nailgun
Fields in com.martiansoftware.nailgun declared as NGListeningAddressModifier and TypeFieldDescriptionprivate final NGListeningAddress
NGServer.listeningAddress
The address on which to listenConstructors in com.martiansoftware.nailgun with parameters of type NGListeningAddressModifierConstructorDescriptionNGServer
(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.