Constant Field Values

Contents

de.terrestris.*

  • de.terrestris.shoguncore.service.HttpProxyService 
    Modifier and Type Constant Field Value
    public static final String ERR_MSG_400_COMMON "ERROR 400 (Bad Request): Please check the log files for details."
    public static final String ERR_MSG_400_NO_URL "ERROR 400 (Bad Request): The HttpProxyService could not determine a URL to proxy to."
    public static final String ERR_MSG_404 "ERROR 404 (Not found): The HttpProxyService could not find the requested service."
    public static final String ERR_MSG_405 "ERROR 405: (Method Not Allowed): The HttpProxyService does not support this request method."
    public static final String ERR_MSG_500 "ERROR 500 (Internal Error) An internal error occured which prevented further processing."
    public static final String ERR_MSG_502 "ERROR 502 (Bad Gateway): The HttpProxyService does not allow you to access that location."