Uses of Class
it.jnrpe.JNRPEBuilder

Packages that use JNRPEBuilder
it.jnrpe This package contains the JNRPE engine. 
 

Uses of JNRPEBuilder in it.jnrpe
 

Methods in it.jnrpe that return JNRPEBuilder
 JNRPEBuilder JNRPEBuilder.acceptHost(String hostName)
          Adds a client host to the list of accepted hosts.
 JNRPEBuilder JNRPEBuilder.acceptParams(boolean accept)
          Pass true if $ARGxx$ macros should be expanded.
static JNRPEBuilder JNRPEBuilder.forRepositories(IPluginRepository pluginRepository, CommandRepository commandRepository)
          Entry point for the builder.
 JNRPEBuilder JNRPEBuilder.withCharset(Charset newCharset)
          Sets the charset to be used.
 JNRPEBuilder JNRPEBuilder.withListener(IJNRPEEventListener listener)
          Adds a listener to the list of event listener.
 JNRPEBuilder JNRPEBuilder.withMaxAcceptedConnections(int maxConnections)
          Sets the maximum number of accepted connections.
 JNRPEBuilder JNRPEBuilder.withReadTimeout(int readTimeoutSecs)
          Sets the read timeout in seconds.
 JNRPEBuilder JNRPEBuilder.withWriteTimeout(int writeTimeoutSecs)
          Sets the write timeout in seconds.
 



Copyright © 2014. All Rights Reserved.