com.atlassian.httpclient.apache.httpcomponents
Class RequestEntityEffect

java.lang.Object
  extended by com.atlassian.httpclient.apache.httpcomponents.RequestEntityEffect
All Implemented Interfaces:
com.atlassian.fugue.Effect<org.apache.http.client.methods.HttpRequestBase>

public class RequestEntityEffect
extends Object
implements com.atlassian.fugue.Effect<org.apache.http.client.methods.HttpRequestBase>


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.fugue.Effect
com.atlassian.fugue.Effect.Applicant<A>
 
Constructor Summary
RequestEntityEffect(Request request)
           
 
Method Summary
 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
 

Constructor Detail

RequestEntityEffect

public RequestEntityEffect(Request request)
Method Detail

apply

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


Copyright © 2012–2015 Atlassian. All rights reserved.