Returns the response object, allowing serializers to set headers
()
| 105 | |
| 106 | /** Returns the response object, allowing serializers to set headers */ |
| 107 | public DefaultHttpResponse response() { |
| 108 | return this.response; |
| 109 | } |
| 110 | |
| 111 | /** |
| 112 | * Returns the underlying Netty {@link Channel} of this query. |
no outgoing calls