Public Member Functions | |
| Set< String > | allowedMethods () |
| Callback | callback () |
| JettyHttpExchange (final Request request, final Response response, final Callback callback, final Map< String, String > pathParams, final Map< String, List< String > > queryParams, final Set< String > allowedMethods, final JsonCodec jsonCodec) | |
| void | json (final int status, final Object body) |
| String | method () |
| void | methodNotAllowed () |
| void | noContent (final int status) |
| void | options () |
| String | path () |
| String | pathParam (final String name) |
| Map< String, String > | pathParams () |
| List< String > | queryAll (final String name) |
| String | queryFirst (final String name) |
| Map< String, List< String > > | queryParams () |
| Request | request () |
| Response | response () |
| void | text (final int status, final String body) |
Definition at line 43 of file JettyHttpExchange.java.
| dev.rafex.ether.http.jetty12.exchange.JettyHttpExchange.JettyHttpExchange | ( | final Request | request, |
| final Response | response, | ||
| final Callback | callback, | ||
| final Map< String, String > | pathParams, | ||
| final Map< String, List< String > > | queryParams, | ||
| final Set< String > | allowedMethods, | ||
| final JsonCodec | jsonCodec ) |
Definition at line 53 of file JettyHttpExchange.java.
| Set< String > dev.rafex.ether.http.jetty12.exchange.JettyHttpExchange.allowedMethods | ( | ) |
Implements dev.rafex.ether.http.core.HttpExchange.
Definition at line 117 of file JettyHttpExchange.java.
| Callback dev.rafex.ether.http.jetty12.exchange.JettyHttpExchange.callback | ( | ) |
Definition at line 73 of file JettyHttpExchange.java.
| void dev.rafex.ether.http.jetty12.exchange.JettyHttpExchange.json | ( | final int | status, |
| final Object | body ) |
Implements dev.rafex.ether.http.core.HttpExchange.
Definition at line 122 of file JettyHttpExchange.java.
| String dev.rafex.ether.http.jetty12.exchange.JettyHttpExchange.method | ( | ) |
Implements dev.rafex.ether.http.core.HttpExchange.
Definition at line 78 of file JettyHttpExchange.java.
| void dev.rafex.ether.http.jetty12.exchange.JettyHttpExchange.methodNotAllowed | ( | ) |
Implements dev.rafex.ether.http.core.HttpExchange.
Definition at line 137 of file JettyHttpExchange.java.
References dev.rafex.ether.http.core.HttpExchange.methodNotAllowed().
| void dev.rafex.ether.http.jetty12.exchange.JettyHttpExchange.noContent | ( | final int | status | ) |
Implements dev.rafex.ether.http.core.HttpExchange.
Definition at line 132 of file JettyHttpExchange.java.
| void dev.rafex.ether.http.jetty12.exchange.JettyHttpExchange.options | ( | ) |
Implements dev.rafex.ether.http.core.HttpExchange.
Definition at line 143 of file JettyHttpExchange.java.
References dev.rafex.ether.http.core.HttpExchange.options().
| String dev.rafex.ether.http.jetty12.exchange.JettyHttpExchange.path | ( | ) |
Implements dev.rafex.ether.http.core.HttpExchange.
Definition at line 83 of file JettyHttpExchange.java.
| String dev.rafex.ether.http.jetty12.exchange.JettyHttpExchange.pathParam | ( | final String | name | ) |
Implements dev.rafex.ether.http.core.HttpExchange.
Definition at line 88 of file JettyHttpExchange.java.
| Map< String, String > dev.rafex.ether.http.jetty12.exchange.JettyHttpExchange.pathParams | ( | ) |
Implements dev.rafex.ether.http.core.HttpExchange.
Definition at line 107 of file JettyHttpExchange.java.
| List< String > dev.rafex.ether.http.jetty12.exchange.JettyHttpExchange.queryAll | ( | final String | name | ) |
Implements dev.rafex.ether.http.core.HttpExchange.
Definition at line 102 of file JettyHttpExchange.java.
| String dev.rafex.ether.http.jetty12.exchange.JettyHttpExchange.queryFirst | ( | final String | name | ) |
Implements dev.rafex.ether.http.core.HttpExchange.
Definition at line 93 of file JettyHttpExchange.java.
Referenced by dev.rafex.ether.http.jetty12.handler.NonBlockingResourceHandler.queryParam(), and dev.rafex.ether.http.jetty12.handler.ResourceHandler.queryParam().
| Map< String, List< String > > dev.rafex.ether.http.jetty12.exchange.JettyHttpExchange.queryParams | ( | ) |
Implements dev.rafex.ether.http.core.HttpExchange.
Definition at line 112 of file JettyHttpExchange.java.
| Request dev.rafex.ether.http.jetty12.exchange.JettyHttpExchange.request | ( | ) |
Definition at line 65 of file JettyHttpExchange.java.
| Response dev.rafex.ether.http.jetty12.exchange.JettyHttpExchange.response | ( | ) |
Definition at line 69 of file JettyHttpExchange.java.
| void dev.rafex.ether.http.jetty12.exchange.JettyHttpExchange.text | ( | final int | status, |
| final String | body ) |
Implements dev.rafex.ether.http.core.HttpExchange.
Definition at line 127 of file JettyHttpExchange.java.