Interface Response
- All Superinterfaces:
BaseMessageResponse,BaseResponse,GenericResponse,HttpBaseResponse,HttpMessageResponse,HttpPlainResponse,HttpResponse,HttpResponse,MessageResponse,TcpResponse,TcpResponse
@Deprecated(forRemoval=true)
public interface Response
extends HttpResponse, MessageResponse, TcpResponse, HttpResponse
Deprecated, for removal: This API element is subject to removal in a future version.
- Author:
- Jeoffrey HAEYAERT (jeoffrey.haeyaert at graviteesource.com), GraviteeSource Team
-
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.HttpMessageResponse
messages, messages, onMessage, onMessagesMethods inherited from interface io.gravitee.gateway.reactive.api.context.http.HttpPlainResponse
body, body, bodyOrEmpty, chunks, chunks, contentLength, end, onBody, onChunksMethods inherited from interface io.gravitee.gateway.reactive.api.context.tcp.TcpResponse
chunks, chunks, pipeDownstream
HttpResponse