public class Protocol extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Protocol.ApiKeyResponse
Fields in the JSON response from the ApiKeyGenerationServlet.
|
static class |
Protocol.CompilationLevelKey |
static class |
Protocol.FormattingKey
All the possible values for the FORMATTING key.
|
static class |
Protocol.OutputFormatKey |
static class |
Protocol.OutputInfoKey
All the possible values for the OUTPUT_INFO key.
|
static interface |
Protocol.ProtocolEnum
All enums that need to be shared between the Java and JS code should
implement this interface.
|
static class |
Protocol.RequestKey
All the keys that can be part of the http request.
|
static class |
Protocol.ResponseTag
All the xml/json tags that can be returned by the backend if xml or json is
selected as the output mode.
|
static class |
Protocol.WarningLevelKey |
Modifier and Type | Field and Description |
---|---|
static int |
FALLBACK_MAX_INPUT_SIZE
Fallback value in case no setting is provided.
|
static String |
MAX_INPUT_SIZE_KEY
Properties key for getting the maximum input file size that may be
compiled by the service.
|
Modifier and Type | Method and Description |
---|---|
static int |
maximumInputSize()
Find the maximum input size that this configuration of the web service
allows.
|
static void |
resetMaximumInputSize()
Reset the maximum input size so that the property key is rechecked.
|
public static final String MAX_INPUT_SIZE_KEY
public static final int FALLBACK_MAX_INPUT_SIZE
public static final int maximumInputSize()
public static final void resetMaximumInputSize()