public class ConfigServiceHandler extends FormHandler
FormHandler.Message_action, _context, _log, _method, _out, _requestWrapper, _session, _settings| Constructor and Description |
|---|
ConfigServiceHandler() |
| Modifier and Type | Method and Description |
|---|---|
String | getConsoleURL()Get the console URL. |
boolean | isSystrayEnabled()Is the systray enabled? |
protected void | processForm()Implement this to perform the final processing (in turn, adding formNotice
and formError messages, etc)
Will only be called if _action is non-null and the nonce is valid. |
(package private) static void | registerSignalHandler(RouterContext ctx)Register a handler for signals,
so we can handle HUP from the wrapper (wrapper 3.2.0 or higher) |
static void | registerWrapperNotifier(RouterContext ctx,
int code,
boolean rekey)Register two shutdown hooks, one to rekey and/or tell the wrapper we are stopping,
and a final one to tell the wrapper we are stopped. |
boolean | shouldShowCancelGraceful()Should we show the cancel button? |
boolean | shouldShowSystray()Should we show the systray controls? |
static void | unregisterSignalHandler()Unregister the handler for signals |
static File | wrapperLogFile(I2PAppContext ctx)Does not necessarily exist. |
_t, _t, _t, _x, addFormError, addFormError, addFormErrorNoEscape, addFormErrorNoEscape, addFormNotice, addFormNotice, addFormNoticeNoEscape, addFormNoticeNoEscape, getAllMessages, getErrors, getJettyString, getNotices, isAdvanced, setAction, setContextId, setNonce, setRequestWrapper, setSettings, storeMethod, storeSession, storeWriterpublic String getConsoleURL()
public boolean isSystrayEnabled()
protected void processForm()
FormHandlerprocessForm in class FormHandlerstatic void registerSignalHandler(RouterContext ctx)
ctx - the router contextpublic static void registerWrapperNotifier(RouterContext ctx, int code, boolean rekey)
ctx - the router contextcode - the exit coderekey - whether to rekeypublic boolean shouldShowCancelGraceful()
public boolean shouldShowSystray()
public static void unregisterSignalHandler()
public static File wrapperLogFile(I2PAppContext ctx)
ctx - the I2P app context