Interface HttpResponse
- All Superinterfaces:
BaseResponse,GenericResponse,HttpBaseResponse,HttpPlainResponse
- All Known Subinterfaces:
Response
@Deprecated(forRemoval=true)
public interface HttpResponse
extends GenericResponse, HttpPlainResponse
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Methods inherited from interface io.gravitee.gateway.reactive.api.context.GenericResponse
reason, statusMethods inherited from interface io.gravitee.gateway.reactive.api.context.http.HttpBaseResponse
ended, headers, isStatus1xx, isStatus2xx, isStatus3xx, isStatus4xx, isStatus5xx, reason, status, trailersMethods inherited from interface io.gravitee.gateway.reactive.api.context.http.HttpPlainResponse
body, body, bodyOrEmpty, chunks, chunks, contentLength, end, onBody, onChunks
HttpPlainResponse