• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!--NewPage-->
3 <HTML>
4 <HEAD>
5 <!-- Generated by javadoc (build 1.6.0_20) on Thu Jun 21 12:04:57 PDT 2012 -->
6 <TITLE>
7 Constant Field Values
8 </TITLE>
9 
10 <META NAME="date" CONTENT="2012-06-21">
11 
12 <LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
13 
14 <SCRIPT type="text/javascript">
15 function windowTitle()
16 {
17     if (location.href.indexOf('is-external=true') == -1) {
18         parent.document.title="Constant Field Values";
19     }
20 }
21 </SCRIPT>
22 <NOSCRIPT>
23 </NOSCRIPT>
24 
25 </HEAD>
26 
27 <BODY BGCOLOR="white" onload="windowTitle();">
28 <HR>
29 
30 
31 <!-- ========= START OF TOP NAVBAR ======= -->
32 <A NAME="navbar_top"><!-- --></A>
33 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
34 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
35 <TR>
36 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
37 <A NAME="navbar_top_firstrow"><!-- --></A>
38 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
39   <TR ALIGN="center" VALIGN="top">
40   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="com/google/android/gcm/server/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
41   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
42   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
43   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
44   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
45   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
46   </TR>
47 </TABLE>
48 </TD>
49 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
50 </EM>
51 </TD>
52 </TR>
53 
54 <TR>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 &nbsp;PREV&nbsp;
57 &nbsp;NEXT</FONT></TD>
58 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
59   <A HREF="index.html?constant-values.html" target="_top"><B>FRAMES</B></A>  &nbsp;
60 &nbsp;<A HREF="constant-values.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
61 &nbsp;<SCRIPT type="text/javascript">
62   <!--
63   if(window==top) {
64     document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
65   }
66   //-->
67 </SCRIPT>
68 <NOSCRIPT>
69   <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
70 </NOSCRIPT>
71 
72 
73 </FONT></TD>
74 </TR>
75 </TABLE>
76 <A NAME="skip-navbar_top"></A>
77 <!-- ========= END OF TOP NAVBAR ========= -->
78 
79 <HR>
80 <CENTER>
81 <H1>
82 Constant Field Values</H1>
83 </CENTER>
84 <HR SIZE="4" NOSHADE>
85 <B>Contents</B><UL>
86 <LI><A HREF="#com.google">com.google.*</A>
87 </UL>
88 
89 <A NAME="com.google"><!-- --></A>
90 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
91 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
92 <TH ALIGN="left"><FONT SIZE="+2">
93 com.google.*</FONT></TH>
94 </TR>
95 </TABLE>
96 
97 <P>
98 
99 <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
100 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
101 <TH ALIGN="left" COLSPAN="3">com.google.android.gcm.server.<A HREF="com/google/android/gcm/server/Constants.html" title="class in com.google.android.gcm.server">Constants</A></TH>
102 </TR>
103 <TR BGCOLOR="white" CLASS="TableRowColor">
104 <A NAME="com.google.android.gcm.server.Constants.ERROR_DEVICE_QUOTA_EXCEEDED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
105 <CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
106 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Constants.html#ERROR_DEVICE_QUOTA_EXCEEDED">ERROR_DEVICE_QUOTA_EXCEEDED</A></CODE></TD>
107 <TD ALIGN="right"><CODE>"DeviceQuotaExceeded"</CODE></TD>
108 </TR>
109 <TR BGCOLOR="white" CLASS="TableRowColor">
110 <A NAME="com.google.android.gcm.server.Constants.ERROR_INVALID_REGISTRATION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
111 <CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
112 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Constants.html#ERROR_INVALID_REGISTRATION">ERROR_INVALID_REGISTRATION</A></CODE></TD>
113 <TD ALIGN="right"><CODE>"InvalidRegistration"</CODE></TD>
114 </TR>
115 <TR BGCOLOR="white" CLASS="TableRowColor">
116 <A NAME="com.google.android.gcm.server.Constants.ERROR_MESSAGE_TOO_BIG"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
117 <CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
118 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Constants.html#ERROR_MESSAGE_TOO_BIG">ERROR_MESSAGE_TOO_BIG</A></CODE></TD>
119 <TD ALIGN="right"><CODE>"MessageTooBig"</CODE></TD>
120 </TR>
121 <TR BGCOLOR="white" CLASS="TableRowColor">
122 <A NAME="com.google.android.gcm.server.Constants.ERROR_MISMATCH_SENDER_ID"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
123 <CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
124 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Constants.html#ERROR_MISMATCH_SENDER_ID">ERROR_MISMATCH_SENDER_ID</A></CODE></TD>
125 <TD ALIGN="right"><CODE>"MismatchSenderId"</CODE></TD>
126 </TR>
127 <TR BGCOLOR="white" CLASS="TableRowColor">
128 <A NAME="com.google.android.gcm.server.Constants.ERROR_MISSING_COLLAPSE_KEY"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
129 <CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
130 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Constants.html#ERROR_MISSING_COLLAPSE_KEY">ERROR_MISSING_COLLAPSE_KEY</A></CODE></TD>
131 <TD ALIGN="right"><CODE>"MissingCollapseKey"</CODE></TD>
132 </TR>
133 <TR BGCOLOR="white" CLASS="TableRowColor">
134 <A NAME="com.google.android.gcm.server.Constants.ERROR_MISSING_REGISTRATION"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
135 <CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
136 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Constants.html#ERROR_MISSING_REGISTRATION">ERROR_MISSING_REGISTRATION</A></CODE></TD>
137 <TD ALIGN="right"><CODE>"MissingRegistration"</CODE></TD>
138 </TR>
139 <TR BGCOLOR="white" CLASS="TableRowColor">
140 <A NAME="com.google.android.gcm.server.Constants.ERROR_NOT_REGISTERED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
141 <CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
142 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Constants.html#ERROR_NOT_REGISTERED">ERROR_NOT_REGISTERED</A></CODE></TD>
143 <TD ALIGN="right"><CODE>"NotRegistered"</CODE></TD>
144 </TR>
145 <TR BGCOLOR="white" CLASS="TableRowColor">
146 <A NAME="com.google.android.gcm.server.Constants.ERROR_QUOTA_EXCEEDED"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
147 <CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
148 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Constants.html#ERROR_QUOTA_EXCEEDED">ERROR_QUOTA_EXCEEDED</A></CODE></TD>
149 <TD ALIGN="right"><CODE>"QuotaExceeded"</CODE></TD>
150 </TR>
151 <TR BGCOLOR="white" CLASS="TableRowColor">
152 <A NAME="com.google.android.gcm.server.Constants.ERROR_UNAVAILABLE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
153 <CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
154 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Constants.html#ERROR_UNAVAILABLE">ERROR_UNAVAILABLE</A></CODE></TD>
155 <TD ALIGN="right"><CODE>"Unavailable"</CODE></TD>
156 </TR>
157 <TR BGCOLOR="white" CLASS="TableRowColor">
158 <A NAME="com.google.android.gcm.server.Constants.GCM_SEND_ENDPOINT"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
159 <CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
160 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Constants.html#GCM_SEND_ENDPOINT">GCM_SEND_ENDPOINT</A></CODE></TD>
161 <TD ALIGN="right"><CODE>"https://android.googleapis.com/gcm/send"</CODE></TD>
162 </TR>
163 <TR BGCOLOR="white" CLASS="TableRowColor">
164 <A NAME="com.google.android.gcm.server.Constants.JSON_CANONICAL_IDS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
165 <CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
166 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Constants.html#JSON_CANONICAL_IDS">JSON_CANONICAL_IDS</A></CODE></TD>
167 <TD ALIGN="right"><CODE>"canonical_ids"</CODE></TD>
168 </TR>
169 <TR BGCOLOR="white" CLASS="TableRowColor">
170 <A NAME="com.google.android.gcm.server.Constants.JSON_ERROR"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
171 <CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
172 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Constants.html#JSON_ERROR">JSON_ERROR</A></CODE></TD>
173 <TD ALIGN="right"><CODE>"error"</CODE></TD>
174 </TR>
175 <TR BGCOLOR="white" CLASS="TableRowColor">
176 <A NAME="com.google.android.gcm.server.Constants.JSON_FAILURE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
177 <CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
178 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Constants.html#JSON_FAILURE">JSON_FAILURE</A></CODE></TD>
179 <TD ALIGN="right"><CODE>"failure"</CODE></TD>
180 </TR>
181 <TR BGCOLOR="white" CLASS="TableRowColor">
182 <A NAME="com.google.android.gcm.server.Constants.JSON_MESSAGE_ID"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
183 <CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
184 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Constants.html#JSON_MESSAGE_ID">JSON_MESSAGE_ID</A></CODE></TD>
185 <TD ALIGN="right"><CODE>"message_id"</CODE></TD>
186 </TR>
187 <TR BGCOLOR="white" CLASS="TableRowColor">
188 <A NAME="com.google.android.gcm.server.Constants.JSON_MULTICAST_ID"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
189 <CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
190 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Constants.html#JSON_MULTICAST_ID">JSON_MULTICAST_ID</A></CODE></TD>
191 <TD ALIGN="right"><CODE>"multicast_id"</CODE></TD>
192 </TR>
193 <TR BGCOLOR="white" CLASS="TableRowColor">
194 <A NAME="com.google.android.gcm.server.Constants.JSON_PAYLOAD"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
195 <CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
196 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Constants.html#JSON_PAYLOAD">JSON_PAYLOAD</A></CODE></TD>
197 <TD ALIGN="right"><CODE>"data"</CODE></TD>
198 </TR>
199 <TR BGCOLOR="white" CLASS="TableRowColor">
200 <A NAME="com.google.android.gcm.server.Constants.JSON_REGISTRATION_IDS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
201 <CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
202 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Constants.html#JSON_REGISTRATION_IDS">JSON_REGISTRATION_IDS</A></CODE></TD>
203 <TD ALIGN="right"><CODE>"registration_ids"</CODE></TD>
204 </TR>
205 <TR BGCOLOR="white" CLASS="TableRowColor">
206 <A NAME="com.google.android.gcm.server.Constants.JSON_RESULTS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
207 <CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
208 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Constants.html#JSON_RESULTS">JSON_RESULTS</A></CODE></TD>
209 <TD ALIGN="right"><CODE>"results"</CODE></TD>
210 </TR>
211 <TR BGCOLOR="white" CLASS="TableRowColor">
212 <A NAME="com.google.android.gcm.server.Constants.JSON_SUCCESS"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
213 <CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
214 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Constants.html#JSON_SUCCESS">JSON_SUCCESS</A></CODE></TD>
215 <TD ALIGN="right"><CODE>"success"</CODE></TD>
216 </TR>
217 <TR BGCOLOR="white" CLASS="TableRowColor">
218 <A NAME="com.google.android.gcm.server.Constants.PARAM_COLLAPSE_KEY"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
219 <CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
220 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Constants.html#PARAM_COLLAPSE_KEY">PARAM_COLLAPSE_KEY</A></CODE></TD>
221 <TD ALIGN="right"><CODE>"collapse_key"</CODE></TD>
222 </TR>
223 <TR BGCOLOR="white" CLASS="TableRowColor">
224 <A NAME="com.google.android.gcm.server.Constants.PARAM_DELAY_WHILE_IDLE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
225 <CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
226 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Constants.html#PARAM_DELAY_WHILE_IDLE">PARAM_DELAY_WHILE_IDLE</A></CODE></TD>
227 <TD ALIGN="right"><CODE>"delay_while_idle"</CODE></TD>
228 </TR>
229 <TR BGCOLOR="white" CLASS="TableRowColor">
230 <A NAME="com.google.android.gcm.server.Constants.PARAM_PAYLOAD_PREFIX"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
231 <CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
232 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Constants.html#PARAM_PAYLOAD_PREFIX">PARAM_PAYLOAD_PREFIX</A></CODE></TD>
233 <TD ALIGN="right"><CODE>"data."</CODE></TD>
234 </TR>
235 <TR BGCOLOR="white" CLASS="TableRowColor">
236 <A NAME="com.google.android.gcm.server.Constants.PARAM_REGISTRATION_ID"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
237 <CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
238 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Constants.html#PARAM_REGISTRATION_ID">PARAM_REGISTRATION_ID</A></CODE></TD>
239 <TD ALIGN="right"><CODE>"registration_id"</CODE></TD>
240 </TR>
241 <TR BGCOLOR="white" CLASS="TableRowColor">
242 <A NAME="com.google.android.gcm.server.Constants.PARAM_TIME_TO_LIVE"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
243 <CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
244 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Constants.html#PARAM_TIME_TO_LIVE">PARAM_TIME_TO_LIVE</A></CODE></TD>
245 <TD ALIGN="right"><CODE>"time_to_live"</CODE></TD>
246 </TR>
247 <TR BGCOLOR="white" CLASS="TableRowColor">
248 <A NAME="com.google.android.gcm.server.Constants.TOKEN_CANONICAL_REG_ID"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
249 <CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
250 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Constants.html#TOKEN_CANONICAL_REG_ID">TOKEN_CANONICAL_REG_ID</A></CODE></TD>
251 <TD ALIGN="right"><CODE>"registration_id"</CODE></TD>
252 </TR>
253 <TR BGCOLOR="white" CLASS="TableRowColor">
254 <A NAME="com.google.android.gcm.server.Constants.TOKEN_ERROR"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
255 <CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
256 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Constants.html#TOKEN_ERROR">TOKEN_ERROR</A></CODE></TD>
257 <TD ALIGN="right"><CODE>"Error"</CODE></TD>
258 </TR>
259 <TR BGCOLOR="white" CLASS="TableRowColor">
260 <A NAME="com.google.android.gcm.server.Constants.TOKEN_MESSAGE_ID"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
261 <CODE>public&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
262 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Constants.html#TOKEN_MESSAGE_ID">TOKEN_MESSAGE_ID</A></CODE></TD>
263 <TD ALIGN="right"><CODE>"id"</CODE></TD>
264 </TR>
265 </FONT></TD>
266 </TR>
267 </TABLE>
268 
269 <P>
270 
271 <P>
272 
273 <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
274 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
275 <TH ALIGN="left" COLSPAN="3">com.google.android.gcm.server.<A HREF="com/google/android/gcm/server/Sender.html" title="class in com.google.android.gcm.server">Sender</A></TH>
276 </TR>
277 <TR BGCOLOR="white" CLASS="TableRowColor">
278 <A NAME="com.google.android.gcm.server.Sender.BACKOFF_INITIAL_DELAY"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
279 <CODE>protected&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
280 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Sender.html#BACKOFF_INITIAL_DELAY">BACKOFF_INITIAL_DELAY</A></CODE></TD>
281 <TD ALIGN="right"><CODE>1000</CODE></TD>
282 </TR>
283 <TR BGCOLOR="white" CLASS="TableRowColor">
284 <A NAME="com.google.android.gcm.server.Sender.MAX_BACKOFF_DELAY"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
285 <CODE>protected&nbsp;static&nbsp;final&nbsp;int</CODE></FONT></TD>
286 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Sender.html#MAX_BACKOFF_DELAY">MAX_BACKOFF_DELAY</A></CODE></TD>
287 <TD ALIGN="right"><CODE>1024000</CODE></TD>
288 </TR>
289 <TR BGCOLOR="white" CLASS="TableRowColor">
290 <A NAME="com.google.android.gcm.server.Sender.UTF8"><!-- --></A><TD ALIGN="right"><FONT SIZE="-1">
291 <CODE>protected&nbsp;static&nbsp;final&nbsp;java.lang.String</CODE></FONT></TD>
292 <TD ALIGN="left"><CODE><A HREF="com/google/android/gcm/server/Sender.html#UTF8">UTF8</A></CODE></TD>
293 <TD ALIGN="right"><CODE>"UTF-8"</CODE></TD>
294 </TR>
295 </FONT></TD>
296 </TR>
297 </TABLE>
298 
299 <P>
300 
301 <P>
302 <HR>
303 
304 
305 <!-- ======= START OF BOTTOM NAVBAR ====== -->
306 <A NAME="navbar_bottom"><!-- --></A>
307 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
308 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
309 <TR>
310 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
311 <A NAME="navbar_bottom_firstrow"><!-- --></A>
312 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
313   <TR ALIGN="center" VALIGN="top">
314   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="com/google/android/gcm/server/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
315   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
316   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
317   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
318   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
319   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
320   </TR>
321 </TABLE>
322 </TD>
323 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
324 </EM>
325 </TD>
326 </TR>
327 
328 <TR>
329 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
330 &nbsp;PREV&nbsp;
331 &nbsp;NEXT</FONT></TD>
332 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
333   <A HREF="index.html?constant-values.html" target="_top"><B>FRAMES</B></A>  &nbsp;
334 &nbsp;<A HREF="constant-values.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
335 &nbsp;<SCRIPT type="text/javascript">
336   <!--
337   if(window==top) {
338     document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
339   }
340   //-->
341 </SCRIPT>
342 <NOSCRIPT>
343   <A HREF="allclasses-noframe.html"><B>All Classes</B></A>
344 </NOSCRIPT>
345 
346 
347 </FONT></TD>
348 </TR>
349 </TABLE>
350 <A NAME="skip-navbar_bottom"></A>
351 <!-- ======== END OF BOTTOM NAVBAR ======= -->
352 
353 <HR>
354 
355 </BODY>
356 </HTML>
357