Interface TcpExecutionContext

All Superinterfaces:
BaseExecutionContext
All Known Subinterfaces:
ExecutionContext, TcpExecutionContext

public interface TcpExecutionContext extends BaseExecutionContext
Execution context specialized for Tcp.
Author:
Jeoffrey HAEYAERT (jeoffrey.haeyaert at graviteesource.com), GraviteeSource Team
  • 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.