|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.javascript.jscomp.webservice.common.Protocol
public class Protocol
All the strings used by the webservice protocol.
Nested Class Summary | |
---|---|
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
|
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String MAX_INPUT_SIZE_KEY
public static final int FALLBACK_MAX_INPUT_SIZE
Method Detail |
---|
public static final int maximumInputSize()
public static final void resetMaximumInputSize()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |