Class ProxyMain
java.lang.Object
|
+--ProxyMain
- public class ProxyMain
- extends java.lang.Object
Main class.
Method Summary |
static void |
main(java.lang.String[] args)
Main application. |
static void |
showHelp()
Shows a screen of help about the program. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
CFGFILE
public static final java.lang.String CFGFILE
CFG_CHECK_INTERVAL
public static final int CFG_CHECK_INTERVAL
TIMEOUT
public static final int TIMEOUT
PROXY_HOST
public static java.lang.String PROXY_HOST
PROXY_STARTTIME
public static java.util.Date PROXY_STARTTIME
MIN_THREADS
public static int MIN_THREADS
MIN_SPARE_THREADS
public static int MIN_SPARE_THREADS
MAX_THREADS
public static int MAX_THREADS
MAX_SPARE_THREADS
public static int MAX_SPARE_THREADS
PROXY_PORT
public static int PROXY_PORT
LOGFILE
public static java.lang.String LOGFILE
ENABLE_LOGGING
public static boolean ENABLE_LOGGING
CONTROLPANEL_UPDATE_DELAY
public static int CONTROLPANEL_UPDATE_DELAY
TRACEON_LOG
public static boolean TRACEON_LOG
TRACEON_THREADS
public static boolean TRACEON_THREADS
TRACEON_FILTERS
public static boolean TRACEON_FILTERS
TRACEON_CONNECTIONS
public static boolean TRACEON_CONNECTIONS
TRACEON_CONFIGURATION
public static boolean TRACEON_CONFIGURATION
TRACEON_MSGS
public static boolean TRACEON_MSGS
TRACEON_FULLMSGS
public static boolean TRACEON_FULLMSGS
accessClient
static AccessVerifier accessClient
accessServer
static AccessVerifier accessServer
auth
static AuthorizationVerifier auth
log
static LogfileManager log
ProxyMain
public ProxyMain()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Main application.
- Parameters:
args
- the options passed in command line
showHelp
public static void showHelp()
- Shows a screen of help about the program.