| Index: pkg/analysis_server/lib/src/protocol.dart
|
| diff --git a/pkg/analysis_server/lib/src/protocol.dart b/pkg/analysis_server/lib/src/protocol.dart
|
| index 1825aab19e53ff81b006a13eba757c3a545f7a83..fdfdba90d8afed5c28aa18ee9d132b01955fda2a 100644
|
| --- a/pkg/analysis_server/lib/src/protocol.dart
|
| +++ b/pkg/analysis_server/lib/src/protocol.dart
|
| @@ -462,6 +462,12 @@ class RequestDatum {
|
| */
|
| class Response {
|
| /**
|
| + * The [Response] instance that is returned when a real [Response] cannot
|
| + * be provided at the moment.
|
| + */
|
| + static final Response DELAYED_RESPONSE = new Response('DELAYED_RESPONSE');
|
| +
|
| + /**
|
| * The name of the JSON attribute containing the id of the request for which
|
| * this is a response.
|
| */
|
|
|