Class UrlEncodedFormEntityResponse

  • All Implemented Interfaces:
    Action

    public class UrlEncodedFormEntityResponse
    extends Object
    implements Action
    Author:
    Michael Angstadt
    • Constructor Detail

      • UrlEncodedFormEntityResponse

        public UrlEncodedFormEntityResponse​(Collection<org.apache.hc.core5.http.NameValuePair> pairs,
                                            Charset charset)
      • UrlEncodedFormEntityResponse

        public UrlEncodedFormEntityResponse​(int statusCode,
                                            Collection<org.apache.hc.core5.http.NameValuePair> pairs,
                                            Charset charset)
    • Method Detail

      • getResponse

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