Class StringResponse

  • All Implemented Interfaces:
    Action

    public class StringResponse
    extends Object
    implements Action
    • Constructor Detail

      • StringResponse

        public StringResponse​(int statusCode,
                              String response,
                              org.apache.hc.core5.http.ContentType contentType)
    • Method Detail

      • getResponse

        public org.apache.hc.core5.http.ClassicHttpResponse getResponse​(Request request)
        Specified by:
        getResponse in interface Action