Package ninja
Class AsyncResult
- java.lang.Object
-
- ninja.Result
-
- ninja.AsyncResult
-
public class AsyncResult extends Result
An async result
-
-
Field Summary
-
Fields inherited from class ninja.Result
APPLICATION_JSON, APPLICATION_JSONP, APPLICATION_OCTET_STREAM, APPLICATION_XML, APPLICATON_JSON, APPLICATON_JSONP, CACHE_CONTROL, CACHE_CONTROL_DEFAULT_NOCACHE_VALUE, DATE, EXPIRES, LOCATION, NO_HTTP_BODY, SC_101_SWITCHING_PROTOCOLS, SC_200_OK, SC_201_CREATED, SC_204_NO_CONTENT, SC_300_MULTIPLE_CHOICES, SC_301_MOVED_PERMANENTLY, SC_302_FOUND, SC_303_SEE_OTHER, SC_304_NOT_MODIFIED, SC_307_TEMPORARY_REDIRECT, SC_400_BAD_REQUEST, SC_401_UNAUTHORIZED, SC_403_FORBIDDEN, SC_404_NOT_FOUND, SC_500_INTERNAL_SERVER_ERROR, SC_501_NOT_IMPLEMENTED, TEXT_HTML, TEXT_PLAIN, WWW_AUTHENTICATE
-
-
Constructor Summary
Constructors Constructor Description AsyncResult()
-
Method Summary
-
Methods inherited from class ninja.Result
addCookie, addHeader, charset, contentType, doNotCacheContent, fallbackContentType, fallbackContentType, getCharset, getContentType, getCookie, getCookies, getHeaders, getJsonView, getRenderable, getStatusCode, getTemplate, html, json, jsonp, jsonView, redirect, redirectTemporary, render, render, render, render, render, render, renderRaw, renderRaw, setContentType, status, supportedContentType, supportedContentTypes, supportedContentTypes, template, text, unsetCookie, xml
-
-