Interface TcpExecutionContext
- All Superinterfaces:
BaseExecutionContext
- All Known Subinterfaces:
ExecutionContext,TcpExecutionContext
Execution context specialized for Tcp.
- Author:
- Jeoffrey HAEYAERT (jeoffrey.haeyaert at graviteesource.com), GraviteeSource Team
-
Field Summary
Fields inherited from interface io.gravitee.gateway.reactive.api.context.base.BaseExecutionContext
TEMPLATE_ATTRIBUTE_CONTEXT -
Method Summary
Methods inherited from interface io.gravitee.gateway.reactive.api.context.base.BaseExecutionContext
getAttribute, getAttributeAsList, getAttributeNames, getAttributes, getComponent, getInternalAttribute, getInternalAttributes, getTemplateEngine, getTracer, localAddress, putAttribute, putInternalAttribute, remoteAddress, removeAttribute, removeInternalAttribute, setAttribute, setInternalAttribute, timestamp, tlsSession, warnWith
-
Method Details
-
request
TcpRequest request()Get the current request stuck to this execution context.- Returns:
- the request attached to this execution context.
-
response
TcpResponse response()Get the current response stuck to this execution context.- Returns:
- the response attached to this execution context.
-