Interface HttpServerSendActionBuilder<T extends TestAction,M extends HttpSendResponseMessageBuilderFactory<T,M>,B extends HttpServerResponseActionBuilder<T,M,B>>


public interface HttpServerSendActionBuilder<T extends TestAction,M extends HttpSendResponseMessageBuilderFactory<T,M>,B extends HttpServerResponseActionBuilder<T,M,B>>
  • Method Summary

    Modifier and Type
    Method
    Description
    Generic response builder for expecting response messages on client.
    response(int status)
    Generic response builder for expecting response messages on client with response status code.
    response(Object status)
    Generic response builder for expecting response messages on client.
  • Method Details

    • response

      B response()
      Generic response builder for expecting response messages on client.
    • response

      B response(Object status)
      Generic response builder for expecting response messages on client.
    • response

      B response(int status)
      Generic response builder for expecting response messages on client with response status code.