Interface HttpRequest
- All Superinterfaces:
BaseMessageRequest
,BaseRequest
,HttpBaseRequest
,HttpMessageRequest
,HttpPlainRequest
- All Known Subinterfaces:
Request
Allows accessing the specificities related to
HttpPlainRequest
and HttpMessageResponse
from a http request that can mutate from plain to messages.- Author:
- Jeoffrey HAEYAERT (jeoffrey.haeyaert at graviteesource.com), GraviteeSource Team
-
Method Summary
Methods inherited from interface io.gravitee.gateway.reactive.api.context.http.HttpBaseRequest
clientIdentifier, contextPath, ended, headers, host, id, localAddress, method, originalHost, parameters, path, pathInfo, pathParameters, remoteAddress, scheme, timestamp, tlsSession, transactionId, uri, version
Methods inherited from interface io.gravitee.gateway.reactive.api.context.http.HttpMessageRequest
messages, messages, onMessage, onMessages
Methods inherited from interface io.gravitee.gateway.reactive.api.context.http.HttpPlainRequest
body, body, bodyOrEmpty, chunks, chunks, contentLength, isWebSocket, method, onBody, onChunks, webSocket