NetSwitch Library v3.216

Classes and interfaces required for building components or applications that interact with a NetSwitch server.

Client Properties Console Properties JDBC Properties JSCH Properties
Mail Properties Server Properties Socket Properties

The following properties control the behaviour of a MetaServer process.

Property Description Type Default
meta.cleanup.max.timeout Cleanup maximum timeout (milliseconds) Integer 30000
meta.cleanup.period Cleanup task period (milliseconds) Integer 30000
meta.exec.histogram.intervals Number of intervals (buckets) of the execution histogram Integer 10
meta.exec.histogram.lower.limit Lower limit of the execution histogram (milliseconds) Integer 0
meta.exec.histogram.upper.limit Upper limit of the execution histogram (milliseconds) Integer 1000
meta.jmx.host IP address of the JMX listener String none
meta.jmx.port Port of the JMX listener Integer none
meta.jmx.users.file Path of the JMX users file (authentication) String none
meta.jmx.access.file Path of the JMX access file (authorization) String none
meta.keep.stdio Keep Java standard input, output and error Boolean false

The following properties define a Proxy Server with index «c» (1 ≤ «c» ≤ 20). All http or https connections that match uri are routed through the specified host and port.

Property Description Type Default
meta.proxy.«c».host Name or IP Address of the Proxy Server String required
meta.proxy.«c».port Port number of the Proxy Server Integer required
meta.proxy.«c».uri URI to redirect through the Proxy Server URI required
Packages
Package
Description
Classes and interfaces used to perform asynchronous I/O.
Classes and interfaces to build external components that operate inside the NetSwitch server.
Classes and interfaces to build client applications that communicate with a NetSwitch server.
Classes and interfaces that implement the NetSwitch console.
Classes and interfaces that implement the NetSwitch HTTP Listener.
Classes and interfaces used by clients that monitor NetSwitch servers.
Classes and interfaces to read and update formatted text messages.
Classes and interfaces to exchange information between applications and a NetSwitch server.
Classes and interfaces to build server applications that communicate with a NetSwitch server.
Classes and interfaces that implement general utility services.