Public Member Functions | |
| void | created (final Response response, final Callback callback, final Object body) |
| JettyApiResponses (final JsonCodec jsonCodec) | |
| void | json (final Response response, final Callback callback, final int status, final Object body) |
| void | jsonOrThrow (final Response response, final Callback callback, final int status, final Object body) throws JettyTransportException |
| void | noContent (final Response response, final Callback callback, final int status) |
| void | ok (final Response response, final Callback callback, final Object body) |
| void | okNoContent (final Response response, final Callback callback) |
| void | text (final Response response, final Callback callback, final int status, final String body) |
Definition at line 36 of file JettyApiResponses.java.
| dev.rafex.ether.http.jetty12.JettyApiResponses.JettyApiResponses | ( | final JsonCodec | jsonCodec | ) |
Definition at line 40 of file JettyApiResponses.java.
| void dev.rafex.ether.http.jetty12.JettyApiResponses.created | ( | final Response | response, |
| final Callback | callback, | ||
| final Object | body ) |
Definition at line 65 of file JettyApiResponses.java.
References json().
| void dev.rafex.ether.http.jetty12.JettyApiResponses.json | ( | final Response | response, |
| final Callback | callback, | ||
| final int | status, | ||
| final Object | body ) |
Definition at line 44 of file JettyApiResponses.java.
Referenced by created(), and ok().
| void dev.rafex.ether.http.jetty12.JettyApiResponses.jsonOrThrow | ( | final Response | response, |
| final Callback | callback, | ||
| final int | status, | ||
| final Object | body ) throws JettyTransportException |
Definition at line 48 of file JettyApiResponses.java.
| void dev.rafex.ether.http.jetty12.JettyApiResponses.noContent | ( | final Response | response, |
| final Callback | callback, | ||
| final int | status ) |
Definition at line 57 of file JettyApiResponses.java.
Referenced by okNoContent().
| void dev.rafex.ether.http.jetty12.JettyApiResponses.ok | ( | final Response | response, |
| final Callback | callback, | ||
| final Object | body ) |
Definition at line 61 of file JettyApiResponses.java.
References json().
| void dev.rafex.ether.http.jetty12.JettyApiResponses.okNoContent | ( | final Response | response, |
| final Callback | callback ) |
Definition at line 69 of file JettyApiResponses.java.
References noContent().
| void dev.rafex.ether.http.jetty12.JettyApiResponses.text | ( | final Response | response, |
| final Callback | callback, | ||
| final int | status, | ||
| final String | body ) |
Definition at line 53 of file JettyApiResponses.java.