Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
dev.rafex.ether.http.jetty12.JettyApiResponses Class Reference
Collaboration diagram for dev.rafex.ether.http.jetty12.JettyApiResponses:

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)

Detailed Description

Definition at line 36 of file JettyApiResponses.java.

Constructor & Destructor Documentation

◆ JettyApiResponses()

dev.rafex.ether.http.jetty12.JettyApiResponses.JettyApiResponses ( final JsonCodec jsonCodec)

Definition at line 40 of file JettyApiResponses.java.

Member Function Documentation

◆ created()

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().

Here is the call graph for this function:

◆ 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().

Here is the caller graph for this function:

◆ jsonOrThrow()

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.

◆ noContent()

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().

Here is the caller graph for this function:

◆ ok()

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().

Here is the call graph for this function:

◆ okNoContent()

void dev.rafex.ether.http.jetty12.JettyApiResponses.okNoContent ( final Response response,
final Callback callback )

Definition at line 69 of file JettyApiResponses.java.

References noContent().

Here is the call graph for this function:

◆ text()

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.


The documentation for this class was generated from the following file: