it.jnrpe.server
Class ServerSection
java.lang.Object
it.jnrpe.server.ServerSection
public class ServerSection
- extends Object
Represent the JNRPE configuration server section.
- Author:
- Massimiliano Ziccardi
DEFAULT_BACKLOG
public static final int DEFAULT_BACKLOG
- The default backlog size.
- See Also:
- Constant Field Values
ServerSection
public ServerSection()
getBindAddresses
public final List<it.jnrpe.server.BindAddress> getBindAddresses()
- Returns:
- all the configured binding addresses.
getAllowedAddresses
public final List<String> getAllowedAddresses()
- Returns:
- the list of allowed IP address client
acceptParams
public final boolean acceptParams()
- Returns whether this server must resolve $ARGx$ macros or not.
- Returns:
true
if macros must be resolved
getBacklogSize
public final int getBacklogSize()
getReadTimeout
public final int getReadTimeout()
getWriteTimeout
public final int getWriteTimeout()
getPluginPath
public final String getPluginPath()
- Returns:
- the path to the directory where all plugins are istalled.
Copyright © 2014. All Rights Reserved.