Class RequestEntityEffect

java.lang.Object
com.atlassian.httpclient.apache.httpcomponents.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>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.atlassian.fugue.Effect

    io.atlassian.fugue.Effect.Applicant<A extends Object>
  • Constructor Summary

    Constructors
    Constructor
    Description
    RequestEntityEffect(com.atlassian.httpclient.api.Request request)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(org.apache.http.client.methods.HttpRequestBase httpRequestBase)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Consumer

    andThen

    Methods inherited from interface io.atlassian.fugue.Effect

    accept
  • Constructor Details

    • RequestEntityEffect

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

    • 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>