Class RequestEntityEffect

  • All Implemented Interfaces:
    io.atlassian.fugue.Effect<org.apache.http.client.methods.HttpRequestBase>, Consumer<org.apache.http.client.methods.HttpRequestBase>

    public class RequestEntityEffect
    extends Object
    implements io.atlassian.fugue.Effect<org.apache.http.client.methods.HttpRequestBase>
    • Constructor Detail

      • RequestEntityEffect

        public RequestEntityEffect​(com.atlassian.httpclient.api.Request request)
    • Method Detail

      • apply

        public void apply​(org.apache.http.client.methods.HttpRequestBase httpRequestBase)
        Specified by:
        apply in interface io.atlassian.fugue.Effect<org.apache.http.client.methods.HttpRequestBase>